summaryrefslogtreecommitdiffstats
path: root/etc/mock/fedora-rawhide-ppc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mock/fedora-rawhide-ppc.cfg')
-rw-r--r--etc/mock/fedora-rawhide-ppc.cfg9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/mock/fedora-rawhide-ppc.cfg b/etc/mock/fedora-rawhide-ppc.cfg
index e676d66..3ddfde6 100644
--- a/etc/mock/fedora-rawhide-ppc.cfg
+++ b/etc/mock/fedora-rawhide-ppc.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'fedora-rawhide-ppc'
config_opts['target_arch'] = 'ppc'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
-config_opts['dist'] = 'fc9' # only useful for --resultdir variable subst
+config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst
config_opts['yum.conf'] = """
[main]
@@ -13,7 +13,8 @@ retries=20
obsoletes=1
gpgcheck=0
assumeyes=1
-exclude=*.ppc64
+#exclude=*.ppc64
+# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora.
# repos
@@ -25,10 +26,6 @@ failovermethod=priority
[local]
name=local
baseurl=http://koji.fedoraproject.org/static-repos/dist-rawhide-current/ppc/
-exclude=*debuginfo*
cost=2000
enabled=0
"""
-
-
-