kernel-5.17-0.rc6.38f80f42147f.113
* Fri Mar 04 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.38f80f42147f.113] - 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
e06dc60dd0
commit
9f1c3bb900
5 changed files with 123 additions and 75 deletions
22
kernel.spec
22
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc6.20220303git5859a2b19911.112
|
||||
%global distro_build 0.rc6.20220304git38f80f42147f.113
|
||||
|
||||
%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.20220303git5859a2b19911.112
|
||||
%define pkgrelease 0.rc6.20220304git38f80f42147f.113
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc6.20220303git5859a2b19911.112%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc6.20220304git38f80f42147f.113%{?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-66-g5859a2b19911.tar.xz
|
||||
Source0: linux-5.17-rc6-184-g38f80f42147f.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1391,8 +1391,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.17-rc6-66-g5859a2b19911 -c
|
||||
mv linux-5.17-rc6-66-g5859a2b19911 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.17-rc6-184-g38f80f42147f -c
|
||||
mv linux-5.17-rc6-184-g38f80f42147f linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3005,7 +3005,15 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Mar 03 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.5859a2b19911.112]
|
||||
* Fri Mar 04 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.38f80f42147f.113]
|
||||
- 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)
|
||||
|
||||
* Thu Mar 03 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc6.5859a2b19911.111]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue