From 2e24ef2cc6ed9755339ed8a716cbb6ca85234fcb Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Wed, 29 Feb 2012 13:11:25 +0100 Subject: [PATCH] Fix requires --- lorax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 6bd58a2d..be8972c1 100644 --- a/lorax.spec +++ b/lorax.spec @@ -30,6 +30,7 @@ Requires: gzip Requires: xz Requires: squashfs-tools >= 4.2 Requires: e2fsprogs +Requires: yum %ifarch %{ix86} x86_64 Requires: syslinux >= 4.02-5 @@ -40,10 +41,13 @@ Requires: silo %endif %ifarch ppc ppc64 -Requires: yaboot Requires: kernel-bootwrapper %endif +%ifarch s390 s390x +Requires: openssh +%endif + %description Lorax is a tool for creating the anaconda install images.