mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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:
parent
d17eeafbf0
commit
9d248f73a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user