kernel-5.19.0-0.rc6.20220712git5a29232d870d.47
* Tue Jul 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc6.5a29232d870d.46] - redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
514b15840b
commit
ff0185caef
21 changed files with 131 additions and 9 deletions
11
kernel.spec
11
kernel.spec
|
|
@ -120,17 +120,17 @@ Summary: The Linux kernel
|
|||
# Set debugbuildsenabled to 0 to not build a separate debug kernel, but
|
||||
# to build the base kernel using the debug configuration. (Specifying
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
%define debugbuildsenabled 0
|
||||
# define buildid .local
|
||||
%define specversion 5.19.0
|
||||
%define patchversion 5.19
|
||||
%define pkgrelease 0.rc6.46
|
||||
%define pkgrelease 0.rc6.20220712git5a29232d870d.47
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.19-rc6
|
||||
%define tarfile_release 5.19-rc6-26-g5a29232d870d
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 19
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc6.46%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc6.20220712git5a29232d870d.47%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.19.0
|
||||
|
||||
|
|
@ -3137,6 +3137,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jul 12 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc6.5a29232d870d.46]
|
||||
- redhat/configs: Enable QAT devices for arches other than x86 (Vladis Dronov)
|
||||
|
||||
* Thu Jul 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc5.9f09069cde34.41]
|
||||
- Fedora 5.19 configs pt 1 (Justin M. Forbes)
|
||||
- redhat: Exclude cpufreq.h from kernel-headers (Patrick Talbert)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue