kernel-6.1.9-100
* Wed Feb 01 2023 Augusto Caringi <acaringi@redhat.com> [6.1.9-0] - Add BugsFixed file with bz entries to be included in updates. (Justin M. Forbes) - x86/mm: Randomize per-cpu entry area (Peter Zijlstra) - Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes) - Turn off forced debug builds (Justin M. Forbes) - Turn on debug builds for aarch64 Fedora (Justin M. Forbes) - Linux v6.1.9 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
ccf31ec191
commit
e6503162a2
4 changed files with 150 additions and 11 deletions
18
kernel.spec
18
kernel.spec
|
|
@ -124,17 +124,17 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specversion 6.1.8
|
||||
%define specversion 6.1.9
|
||||
%define patchversion 6.1
|
||||
%define pkgrelease 100
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.1.8
|
||||
%define tarfile_release 6.1.9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 1
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 100%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.1.8
|
||||
%define kabiversion 6.1.9
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -388,8 +388,8 @@ Summary: The Linux kernel
|
|||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
# don't do debug builds on anything but i686 and x86_64
|
||||
%ifnarch i686 x86_64
|
||||
# don't do debug builds on anything but aarch64 and x86_64
|
||||
%ifnarch aarch64 x86_64
|
||||
%define with_debug 0
|
||||
%endif
|
||||
%endif
|
||||
|
|
@ -3178,6 +3178,14 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Augusto Caringi <acaringi@redhat.com> [6.1.9-0]
|
||||
- Add BugsFixed file with bz entries to be included in updates. (Justin M. Forbes)
|
||||
- x86/mm: Randomize per-cpu entry area (Peter Zijlstra)
|
||||
- Update self-test data to not expect debugbuildsenabled 0 (Justin M. Forbes)
|
||||
- Turn off forced debug builds (Justin M. Forbes)
|
||||
- Turn on debug builds for aarch64 Fedora (Justin M. Forbes)
|
||||
- Linux v6.1.9
|
||||
|
||||
* Tue Jan 24 2023 Augusto Caringi <acaringi@redhat.com> [6.1.8-0]
|
||||
- Linux v6.1.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue