[PATCH] Require fcoe-utils only on ix86 and x86_64 architectures

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 29 10:02:19 UTC 2013


This package is not available on s390(x) and ppc architectures and requiring it
may break builds of the packages requiring the anaconda.

Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
---
 anaconda.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 5ff2d76..2a03457 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -128,7 +128,7 @@ Requires: chrony
 Requires: ntpdate
 Requires: rsync
 Requires: hostname
-%ifnarch s390 s390x
+%ifarch %{ix86} x86_64
 Requires: fcoe-utils >= %{fcoeutilsver}
 %endif
 Requires: iscsi-initiator-utils >= %{iscsiver}
-- 
1.7.11.7



More information about the anaconda-patches mailing list