Skip to content

Commit

Permalink
Add missing RPM BuildRequires
Browse files Browse the repository at this point in the history
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 <[email protected]>
Closes #4676
  • Loading branch information
behlendorf committed May 23, 2016
1 parent 3491d6e commit de0ef91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/generic/zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Conflicts: zfs-fuse
BuildRequires: zlib-devel
BuildRequires: libuuid-devel
BuildRequires: libblkid-devel
BuildRequires: libudev-devel
BuildRequires: libattr-devel
%endif
%if 0%{?_systemd}
Requires(post): systemd
Expand Down

0 comments on commit de0ef91

Please sign in to comment.