summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2017-11-07 10:59:27 -0800
committerTony Hutter <[email protected]>2017-11-20 16:48:25 -0600
commitb2d633202d21f7b537c4bc2c8539657da8f61868 (patch)
tree05fae53209cc8d78cfa2134bf3e7812eba797182
parent414f4a9c54b04c344465b0689df03a5bbe2f1528 (diff)
Disable automatic dependencies in DKMS package
By default additional dependencies are generated automatically for packages. This is normally a good thing because it helps ensure things just work. It doesn't make sense for the DKMS package which requires minimal dependencies that can be easily listed. Reviewed-by: George Melikov <[email protected]> Reviewed-by: loli10K <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #6467 Closes #6835
-rw-r--r--rpm/generic/zfs-dkms.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in
index f6de49297..58cbce477 100644
--- a/rpm/generic/zfs-dkms.spec.in
+++ b/rpm/generic/zfs-dkms.spec.in
@@ -27,6 +27,7 @@ Requires: gcc, make, perl
Requires: kernel-devel
%endif
Provides: %{module}-kmod = %{version}
+AutoReqProv: no
%description
This package contains the dkms ZFS kernel modules.