diff options
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index d5f42cc..beabad8 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -148,17 +148,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specversion 6.2.10 +%define specversion 6.2.11 %define patchversion 6.2 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.2.10 +%define tarfile_release 6.2.11 # This is needed to do merge window version magic %define patchlevel 2 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.2.10 +%define kabiversion 6.2.11 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -1549,7 +1549,7 @@ ApplyOptionalPatch tkg.patch ApplyOptionalPatch fsync.patch ApplyOptionalPatch OpenRGB.patch ApplyOptionalPatch amdgpu-si-cik-default.patch -#ApplyOptionalPatch acso.patch +ApplyOptionalPatch acso.patch # device specific patches ApplyOptionalPatch linux-surface.patch @@ -3388,8 +3388,11 @@ fi # # %changelog -* Mon Apr 10 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.2.10-201.fsync -- kernel-fsync v6.2.10 +* Tue Apr 18 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.2.11-201.1 +- kernel-fsync v6.2.11 + +* Thu Apr 13 2023 Augusto Caringi <acaringi@redhat.com> [6.2.11-0] +- Linux v6.2.11 * Thu Apr 06 2023 Augusto Caringi <acaringi@redhat.com> [6.2.10-0] - fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 (Peter Robinson) |