diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-03-13 19:20:09 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-03-13 19:20:09 +0100 |
commit | 4241164144fbb3257cb93c3e6cf2a96294789a8a (patch) | |
tree | 89469625a9ef1e4d6337a7786ad70793f196f197 /SPECS/kernel.spec | |
parent | dfa9e804b976e592e66625167772e6ae3ed81d8a (diff) | |
download | kernel-fsync-4241164144fbb3257cb93c3e6cf2a96294789a8a.tar.gz kernel-fsync-4241164144fbb3257cb93c3e6cf2a96294789a8a.zip |
kernel 6.1.186.1
Diffstat (limited to 'SPECS/kernel.spec')
-rwxr-xr-x | SPECS/kernel.spec | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 545f19e..8c18e53 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -124,17 +124,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specversion 6.1.16 +%define specversion 6.1.18 %define patchversion 6.1 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.1.16 +%define tarfile_release 6.1.18 # This is needed to do merge window version magic %define patchlevel 1 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.1.16 +%define kabiversion 6.1.18 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -1462,7 +1462,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 @@ -3218,8 +3218,12 @@ fi # # %changelog -* Mon Mar 13 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.16-201.fsync -- kernel-fsync v6.1.16 +* Mon Mar 13 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.1.18-201.fsync +- kernel-fsync v6.1.18 + +* Sat Mar 11 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.1.18-0] +- Revert "wifi: cfg80211: Fix use after free for wext" (Justin M. Forbes) +- Linux v6.1.18 * Fri Mar 10 2023 Augusto Caringi <acaringi@redhat.com> [6.1.16-0] - Add new config option for 6.2.3 (Justin M. Forbes) |