kernel-5.17-0.rc7.116
* Mon Mar 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.116] - redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) - redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
9f1c3bb900
commit
595bb02d55
5 changed files with 21 additions and 17 deletions
20
kernel.spec
20
kernel.spec
|
|
@ -85,9 +85,9 @@ 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 0
|
||||
%define debugbuildsenabled 1
|
||||
|
||||
%global distro_build 0.rc6.20220304git38f80f42147f.113
|
||||
%global distro_build 0.rc7.116
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -132,13 +132,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.17.0
|
||||
%define patchversion 5.17
|
||||
%define pkgrelease 0.rc6.20220304git38f80f42147f.113
|
||||
%define pkgrelease 0.rc7.116
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc6.20220304git38f80f42147f.113%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc7.116%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -695,7 +695,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.17-rc6-184-g38f80f42147f.tar.xz
|
||||
Source0: linux-5.17-rc7.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1391,8 +1391,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.17-rc6-184-g38f80f42147f -c
|
||||
mv linux-5.17-rc6-184-g38f80f42147f linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.17-rc7 -c
|
||||
mv linux-5.17-rc7 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3005,7 +3005,7 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Mar 04 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.38f80f42147f.113]
|
||||
* Mon Mar 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.116]
|
||||
- redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava)
|
||||
- redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava)
|
||||
- redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava)
|
||||
|
|
@ -3016,6 +3016,10 @@ fi
|
|||
- redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava)
|
||||
- mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long)
|
||||
|
||||
* Sat Mar 05 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.ac84e82f78cb.113]
|
||||
- Add rebase note for 5.17 on Fedora stable (Justin M. Forbes)
|
||||
- More Fedora config updates for 5.17 (Justin M. Forbes)
|
||||
|
||||
* Thu Mar 03 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.5859a2b19911.111]
|
||||
- redhat/configs: Disable CONFIG_MACINTOSH_DRIVERS in RHEL. (Prarit Bhargava)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue