From 26f7c7581d97efc6d16b98a997fb00b58e2b5d55 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 10 2018 15:54:47 +0000 Subject: spam-o-matic: Set ignorearch property This should allow us to detect across architectures that are fully incompatible with the host such that RPM may filter them out entirely. Signed-off-by: Neal Gompa --- diff --git a/scripts/spam-o-matic b/scripts/spam-o-matic index 3c08201..ca180ac 100755 --- a/scripts/spam-o-matic +++ b/scripts/spam-o-matic @@ -54,6 +54,7 @@ def generateDnfBaseObject(distdir, treename, arch): dbo.conf.debuglevel = 2 dbo.conf.logdir = tempfile.mkdtemp(suffix="dnflog", prefix="spamomatic") dbo.conf.best = True + dbo.conf.ignorearch = True dbo.conf.reposdir = "/dev/null" dbo.conf.keepcache = False dbo.conf.metadata_expire = 0