kanarip / rpms / mock

Forked from rpms/mock 5 years ago
Clone
4266eca
From 4b4a445ed060f9f35a137dd9b79b4ed8ee5367f3 Mon Sep 17 00:00:00 2001
4266eca
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
4266eca
Date: Wed, 30 Jul 2014 14:30:01 +0200
4266eca
Subject: [PATCH 1/5] configs: s390x is legal host arch for s390
4266eca
MIME-Version: 1.0
4266eca
Content-Type: text/plain; charset=UTF-8
4266eca
Content-Transfer-Encoding: 8bit
4266eca
4266eca
Signed-off-by: Dan HorĂ¡k <dan@danny.cz>
4266eca
---
4266eca
 etc/mock/fedora-rawhide-s390.cfg | 2 +-
4266eca
 1 file changed, 1 insertion(+), 1 deletion(-)
4266eca
4266eca
diff --git a/etc/mock/fedora-rawhide-s390.cfg b/etc/mock/fedora-rawhide-s390.cfg
4266eca
index 53ef3f1..1389717 100644
4266eca
--- a/etc/mock/fedora-rawhide-s390.cfg
4266eca
+++ b/etc/mock/fedora-rawhide-s390.cfg
4266eca
@@ -1,6 +1,6 @@
4266eca
 config_opts['root'] = 'fedora-rawhide-s390'
4266eca
 config_opts['target_arch'] = 's390'
4266eca
-config_opts['legal_host_arches'] = ('s390',)
4266eca
+config_opts['legal_host_arches'] = ('s390', 's390x')
4266eca
 config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
4266eca
 config_opts['dist'] = 'rawhide'  # only useful for --resultdir variable subst
4266eca
 config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
4266eca
-- 
4266eca
1.9.3
4266eca