diff options
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 40dc16f..3886d22 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -107,12 +107,13 @@ Summary: The Linux kernel %endif %ifarch x86_64 -%if 0%{?fedora} > 36 %global efiuki 1 -%endif %else %global efiuki 0 %endif +%if 0%{?fedora} < 37 +%global efiuki 0 +%endif %if %{zipmodules} %global zipsed -e 's/\.ko$/\.ko.xz/' @@ -147,17 +148,17 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specversion 6.2.6 +%define specversion 6.2.7 %define patchversion 6.2 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.2.6 +%define tarfile_release 6.2.7 # 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.6 +%define kabiversion 6.2.7 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3387,8 +3388,19 @@ fi # # %changelog -* Thu Mar 16 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.2.6-201.fsync -- kernel-fsync v6.2.6 +* Thu Mar 23 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.2.7-201.fsync +- kernel-fsync v6.2.7 + +* Fri Mar 17 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.2.7-0] +- NFS: Correct timing for assigning access cache timestamp (Chengen Du) +- usb: ucsi: Fix ucsi->connector race (Hans de Goede) +- usb: ucsi_acpi: Increase the command completion timeout (Hans de Goede) +- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() (Hans de Goede) +- Enable CONFIG_NET_SCH_FQ_PIE for Fedora (Justin M. Forbes) +- Fix build issue with efiuki conditional (Justin M. Forbes) +- Move endif to correct location for efiuki conditional (Justin M. Forbes) +- EFI UKI revert now conditionalized in spec. Drop revert (Justin M. Forbes) +- Linux v6.2.7 * Mon Mar 13 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.2.6-0] - Add Fedora 37 and 36 to release targets (Justin M. Forbes) |