Add missing RPM BuildRequires

Both libudev and libattr are recommended build requirements.  As
such their development headers should lists in the rpm spec file
so those dependencies are pulled in when building rpm packages.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes 
This commit is contained in:
Brian Behlendorf 2016-05-20 13:50:31 -07:00
parent 3491d6eb06
commit de0ef912ec
1 changed files with 2 additions and 0 deletions
rpm/generic

View File

@ -84,6 +84,8 @@ Conflicts: zfs-fuse
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
BuildRequires: libblkid-devel BuildRequires: libblkid-devel
BuildRequires: libudev-devel
BuildRequires: libattr-devel
%endif %endif
%if 0%{?_systemd} %if 0%{?_systemd}
Requires(post): systemd Requires(post): systemd