Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

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 SPL
code never directly invokes perl but the kernel build system
depends on it.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs/zfs#1380
  • Loading branch information
behlendorf committed Apr 2, 2013
1 parent 7fd629d commit 352bd19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/generic/spl-dkms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

Requires: dkms >= 2.2.0.2
Requires: gcc, make, perl
Requires: kernel-devel
Provides: %{module}-kmod = %{version}

%description
Expand Down

0 comments on commit 352bd19

Please sign in to comment.