diff options
author | Brian Behlendorf <[email protected]> | 2013-04-02 13:35:32 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-02 16:06:02 -0700 |
commit | 9d248f73a4941a5c5fdf5d701bee159aa6bdfa24 (patch) | |
tree | 7ba454d1378f5f8ae2f26a55f2967da2498d688b /rpm/generic | |
parent | d17eeafbf0c680c154ed83cec60112a0b28ae985 (diff) |
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 <[email protected]>
Closes #1380
Diffstat (limited to 'rpm/generic')
-rw-r--r-- | rpm/generic/zfs-dkms.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in index 7d871cbfb..97c811e24 100644 --- a/rpm/generic/zfs-dkms.spec.in +++ b/rpm/generic/zfs-dkms.spec.in @@ -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 |