diff options
author | Brian Behlendorf <[email protected]> | 2016-03-10 09:14:27 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-10 09:14:27 -0800 |
commit | eb0856779f7b57162c9179f238104f6d6e150745 (patch) | |
tree | 1ef0f746814578252cda5d077fff9f8c30c6e4c4 /rpm/generic | |
parent | f764edf01634444e1615a0350834ffe568f7f82f (diff) |
Remove RPM package restriction
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 <[email protected]>
Diffstat (limited to 'rpm/generic')
-rw-r--r-- | rpm/generic/zfs.spec.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index a7ca1a0b6..cadc08c8a 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -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} |