diff options
Diffstat (limited to 'SPECS/kernel.spec')
-rw-r--r-- | SPECS/kernel.spec | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 6aabb81..f878c61 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -142,18 +142,18 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specrpmversion 6.3.3 -%define specversion 6.3.3 +%define specrpmversion 6.3.4 +%define specversion 6.3.4 %define patchversion 6.3 -%define pkgrelease 200 +%define pkgrelease 201 %define kversion 6 -%define tarfile_release 6.3.3 +%define tarfile_release 6.3.4 # This is needed to do merge window version magic %define patchlevel 3 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 201%{?buildid}%{?dist} +%define specrelease 202%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.3.3 +%define kabiversion 6.3.4 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3448,8 +3448,21 @@ fi # # %changelog -* Fri May 19 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.3.3-201.fsync -- kernel-fsync v6.3.3 +* Sun Jun 04 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.3.4-202.fsync +- kernel-fsync v6.3.4 + +* Sat May 27 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.4-1] +- Bump rhelver for build with xfs fix (Justin M. Forbes) +- xfs: fix livelock in delayed allocation at ENOSPC (Dave Chinner) +- Turn off some debug options found to impact performance (Justin M. Forbes) + +* Thu May 25 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.4-0] +- Revert "Turn off DEBUG_VM for non debug Fedora kernels" (Justin M. Forbes) +- Turn off DEBUG_VM for non debug Fedora kernels (Justin M. Forbes) +- Fix up some Fedora config items (Justin M. Forbes) +- enable efifb for Nvidia (Justin M. Forbes) +- Turn on NFT_CONNLIMIT for Fedora (Justin M. Forbes) +- Linux v6.3.4 * Wed May 17 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.3-0] - [PATCH] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 (Mark Pearson) [2203317] |