commit 33bd301a44f6c2e508fb6be6ab9f049d43c3c1ff
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Tue Dec 10 20:05:45 2024 +0100
SPEC file: Add last kernel version release for RHEL 9.x and RHEL 8.x
Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
wl-kmod.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 6300d96..c54117e 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -325,6 +325,10 @@ pushd %{name}-%{version}-src
# Apply to EL 8.9 point release and later
# > No changes currently needed for EL 8.9 point release
%endif
+ %if %{kvr} >= 553
+ # Apply to EL 8.10 point release and later
+ # > No changes currently needed for EL 8.10 point release
+ %endif
%endif
%endif
%if 0%{?rhel} == 9
@@ -358,6 +362,10 @@ pushd %{name}-%{version}-src
# Apply to EL 9.3 point release and later
%{__sed} -i 's/ >= KERNEL_VERSION(6, [01], 0)/ >= KERNEL_VERSION(5, 14,
0)/g' src/wl/sys/wl_cfg80211_hybrid.c
%endif
+ %if %{kvr} >= 427
+ # Apply to EL 9.4 point release and later
+ # > No changes currently needed for EL 9.4 point release
+ %endif
%endif
%endif
popd