Skip to content

Commit

Permalink
Add additional dependencies for DKMS package
Browse files Browse the repository at this point in the history
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 openzfs#1380
  • Loading branch information
behlendorf authored and unya committed Dec 13, 2013
1 parent dfc4a43 commit 17e2f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/generic/zfs-dkms.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 17e2f00

Please sign in to comment.