[mock PATCH 1/5] configs: s390x is legal host arch for s390

Dan Horák dan at danny.cz
Wed Jul 30 12:30:01 UTC 2014


Signed-off-by: Dan Horák <dan at danny.cz>
---
 etc/mock/fedora-rawhide-s390.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/mock/fedora-rawhide-s390.cfg b/etc/mock/fedora-rawhide-s390.cfg
index 53ef3f1..1389717 100644
--- a/etc/mock/fedora-rawhide-s390.cfg
+++ b/etc/mock/fedora-rawhide-s390.cfg
@@ -1,6 +1,6 @@
 config_opts['root'] = 'fedora-rawhide-s390'
 config_opts['target_arch'] = 's390'
-config_opts['legal_host_arches'] = ('s390',)
+config_opts['legal_host_arches'] = ('s390', 's390x')
 config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
 config_opts['dist'] = 'rawhide'  # only useful for --resultdir variable subst
 config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
-- 
1.9.3



More information about the buildsys mailing list