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 openzfs#4676
  • Loading branch information
behlendorf authored and ryao committed Jun 7, 2016
1 parent ab1a28c commit 82ffda9
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 82ffda9

Please sign in to comment.