Skip to content

Commit

Permalink
Add epoch 1000 to Conflicts and Requires
Browse files Browse the repository at this point in the history
This avoids conflicts with older kernel-devel rather than requiring
kernel-latest-devel.
  • Loading branch information
aronowski committed Jan 24, 2025
1 parent 04c702f commit f8c56a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zfs-dkms.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Requires(preun): dkms >= 2.2.0.3
Requires: gcc, make, perl, diffutils
Requires(post): gcc, make, perl, diffutils
%if 0%{?rhel}%{?fedora}%{?mageia}%{?suse_version}%{?openEuler}
Requires: kernel-devel <= 6.12.1000
Requires(post): kernel-devel <= 6.12.1000
Conflicts: kernel-devel > 6.12.1000
Requires: kernel-devel <= 1000:6.12.1000
Requires(post): kernel-devel <= 1000:6.12.1000
Conflicts: kernel-devel > 1000:6.12.1000
Obsoletes: spl-dkms <= %{version}
%endif
Provides: %{module}-kmod = %{version}
Expand Down

0 comments on commit f8c56a9

Please sign in to comment.