mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
RPM: Explicitly set the required min/max kernel version for the DKMS package
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Armin Wehrfritz <dkxls23@gmail.com> Closes #12124
This commit is contained in:
parent
d66b817f0a
commit
6465e590dc
@ -26,7 +26,7 @@ BuildArch: noarch
|
||||
Requires: dkms >= 2.2.0.3
|
||||
Requires: gcc, make, perl, diffutils
|
||||
%if 0%{?rhel}%{?fedora}%{?mageia}%{?suse_version}
|
||||
Requires: kernel-devel
|
||||
Requires: kernel-devel >= @ZFS_META_KVER_MIN@, kernel-devel <= @ZFS_META_KVER_MAX@.999
|
||||
Obsoletes: spl-dkms
|
||||
%endif
|
||||
Provides: %{module}-kmod = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user