summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-05-20 13:50:31 -0700
committerBrian Behlendorf <[email protected]>2016-05-23 10:33:42 -0700
commitde0ef912ecea3d6c039760525c9195f174db7b93 (patch)
tree755296dcadb96287295bdb0b02d4433626af5eec /rpm
parent3491d6eb06c3e2e6f337bd57b6137ccff4b8c077 (diff)
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 <[email protected]> Closes #4676
Diffstat (limited to 'rpm')
-rw-r--r--rpm/generic/zfs.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index cc8d02b6d..7e851cf30 100644
--- a/rpm/generic/zfs.spec.in
+++ b/rpm/generic/zfs.spec.in
@@ -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