]> granicus.if.org Git - zfs/commitdiff
Remove RPM package restriction
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Mar 2016 17:14:27 +0000 (09:14 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Mar 2016 17:14:27 +0000 (09:14 -0800)
ZFS on Linux is regularly tested on arm, ppc, ppc64, i686 and x86_64
architectures.  Given this the artificial architecture restriction in
the packaging has been removed.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
rpm/generic/zfs.spec.in

index a7ca1a0b6c5557512af925c292eaf6c18b1f8b82..cadc08c8ae90945f9e5a0e4da54682631f0fdec5 100644 (file)
@@ -68,11 +68,6 @@ License:        @ZFS_META_LICENSE@
 URL:            http://zfsonlinux.org/
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch:  i386 i686 x86_64
-
-# May build but untested on ppc/ppc64
-ExcludeArch:    ppc ppc64
-
 Requires:       spl = %{version}
 Requires:       libzpool2 = %{version}
 Requires:       libnvpair1 = %{version}