diff options
Diffstat (limited to 'rpm/generic')
-rw-r--r-- | rpm/generic/zfs.spec.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 6425d1e01..1e64ac18e 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -10,7 +10,6 @@ %bcond_with debug %bcond_with blkid -%bcond_with selinux Name: @PACKAGE@ @@ -38,9 +37,6 @@ BuildRequires: libuuid-devel %if %{with blkid} BuildRequires: libblkid-devel %endif -%if %{with selinux} -BuildRequires: libselinux-devel -%endif %endif %description @@ -89,11 +85,6 @@ image which is ZFS aware. %else %define blkid --without-blkid %endif -%if %{with selinux} - %define selinux --with-selinux -%else - %define selinux --without-selinux -%endif %setup -q @@ -104,8 +95,7 @@ image which is ZFS aware. --with-dracutdir=%{_dracutdir} \ --disable-static \ %{debug} \ - %{blkid} \ - %{selinux} + %{blkid} make %{?_smp_mflags} %install |