Skip to content

Commit

Permalink
Disable automatic dependencies in DKMS package
Browse files Browse the repository at this point in the history
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 openzfs#6467 
Closes openzfs#6835
  • Loading branch information
behlendorf authored and tonyhutter committed Nov 20, 2017
1 parent 414f4a9 commit b2d6332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/generic/zfs-dkms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b2d6332

Please sign in to comment.