Add additional dependencies for DKMS package

For the DKMS package to successfully build the kernel-devel
headers must be included along gcc, make, and perl.  The ZFS
code never directly invokes perl but the kernel build system
depends on it.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1380
This commit is contained in:
Brian Behlendorf 2013-04-02 13:35:32 -07:00
parent d17eeafbf0
commit 9d248f73a4

View File

@ -16,6 +16,8 @@ BuildArch: noarch
Requires: dkms >= 2.2.0.2
Requires: spl-dkms = %{version}
Requires: gcc, make, perl
Requires: kernel-devel
Provides: %{module}-kmod = %{version}
%description