| author | 2026-09-09 00:35:14 +0700 | |
|---|---|---|
| committer | 2026-09-09 00:35:14 +0700 | |
| commit | 51e87787ac4be29b05fe7a7b09c6dc678b4ea0ba (patch) | |
| tree | 17f332379c683820cbf8f6789f2dc7fe8565ea12 /kernel-surface.spec | |
| parent | a99885ad53da2651cbadab3983d9951bbc68d066 (diff) | |
| download | kernel-surface-51e87787ac4be29b05fe7a7b09c6dc678b4ea0ba.tar.gz kernel-surface-51e87787ac4be29b05fe7a7b09c6dc678b4ea0ba.zip | |
feat: update linux kernel from 7.2.3 to 7.2.4fedora-45-kernel-7.2.4-patchset-1
Diffstat (limited to 'kernel-surface.spec')
| -rw-r--r-- | kernel-surface.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel-surface.spec b/kernel-surface.spec index 1f39f30..d5b91df 100644 --- a/kernel-surface.spec +++ b/kernel-surface.spec @@ -12,12 +12,12 @@ # passes them in with --define, which takes precedence -- so keep the plain # `%%global <name> <value>` shape, which make-sources.sh reads with awk. %if %{undefined upstream_ver} -%global upstream_ver 7.2.3 +%global upstream_ver 7.2.4 %endif # Bumped whenever the patch tarball changes without the upstream version moving. %if %{undefined patchset_ver} -%global patchset_ver 3 +%global patchset_ver 1 %endif # rpm gives - to the version-release separator, so it cannot appear in Version @@ -247,6 +247,9 @@ fi %ghost %attr(0644,root,root) /boot/vmlinuz-%{kverrel} %changelog +* Tue Sep 08 2026 Saya Andy 7.2.4-1 +- Update Linux kernel from 7.2.3 to 7.2.4 + * Mon Sep 07 2026 Saya Andy 7.2.3-4 - Turn off all the ARM64 platform kernel modules besides qcom and vexpress (used in qemu) |