Fix arch specific requires in spec file
This commit is contained in:
parent
f8872b78ea
commit
0fa7b20ef2
10
lorax.spec
10
lorax.spec
@ -7,7 +7,6 @@ Group: Applications/System
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
||||||
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python2-devel
|
Requires: python2-devel
|
||||||
@ -20,7 +19,6 @@ Requires: device-mapper
|
|||||||
Requires: findutils
|
Requires: findutils
|
||||||
Requires: GConf2
|
Requires: GConf2
|
||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
Requires: syslinux
|
|
||||||
Requires: glibc
|
Requires: glibc
|
||||||
Requires: util-linux-ng
|
Requires: util-linux-ng
|
||||||
Requires: dosfstools
|
Requires: dosfstools
|
||||||
@ -28,6 +26,14 @@ Requires: genisoimage
|
|||||||
Requires: parted
|
Requires: parted
|
||||||
Requires: pyliblzma
|
Requires: pyliblzma
|
||||||
|
|
||||||
|
%ifarch i386 x86_64
|
||||||
|
Requires: syslinux
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ifarch sparc sparc64
|
||||||
|
Requires: silo
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lorax is a tool for creating the anaconda install images.
|
Lorax is a tool for creating the anaconda install images.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user