From de0ef912ecea3d6c039760525c9195f174db7b93 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 20 May 2016 13:50:31 -0700 Subject: 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 Closes #4676 --- rpm/generic/zfs.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpm/generic/zfs.spec.in') 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 -- cgit v1.2.3