| author | 2026-09-06 20:49:23 +0700 | |
|---|---|---|
| committer | 2026-09-06 20:49:23 +0700 | |
| commit | d5e1eb8954481bf9af2d463a6d1468408f3bf339 (patch) | |
| tree | 9fc45675892c1c3bd2bed6e9c0808e55bfa72b64 /kernel-surface.spec | |
| parent | 6672410d04e47b3b455b1ca40b7320e65af8fb2c (diff) | |
| download | kernel-surface-d5e1eb8954481bf9af2d463a6d1468408f3bf339.tar.gz kernel-surface-d5e1eb8954481bf9af2d463a6d1468408f3bf339.zip | |
feat: update to linux kernel 7.3-rc1f46
Diffstat (limited to 'kernel-surface.spec')
| -rw-r--r-- | kernel-surface.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel-surface.spec b/kernel-surface.spec index dc29ae3..e3991df 100644 --- a/kernel-surface.spec +++ b/kernel-surface.spec @@ -12,7 +12,7 @@ # 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.3-rc1 %endif # Bumped whenever the patch tarball changes without the upstream version moving. @@ -233,5 +233,9 @@ fi %ghost %attr(0644,root,root) /boot/vmlinuz-%{kverrel} %changelog +* Sun Sep 06 2026 Saya Andy 7.3.0-1 +- Moved onto Linux kernel 7.3.0-rc1 +- Updated used Gentoo overlay onto the newest dbb15bd8 commit + * Sun Sep 06 2026 Saya Andy 7.2.3-1 - Initial package: vanilla 7.2.3 with the overlay's Surface Pro 12" patch set |