kanarip / rpms / mock

Forked from rpms/mock 5 years ago
Clone
Blob Blame History Raw
From 4b4a445ed060f9f35a137dd9b79b4ed8ee5367f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
Date: Wed, 30 Jul 2014 14:30:01 +0200
Subject: [PATCH 1/5] configs: s390x is legal host arch for s390
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dan HorĂ¡k <dan@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