kernel-5.17-0.rc1.20220128git145d9b498fc8.79
* Fri Jan 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc1.20220128git145d9b498fc8.79] - Add test_hash to the mod-internal.list (Justin M. Forbes) - configs: disable CONFIG_CRAMFS (Abhi Das) [2041184] Resolves: rhbz#2041184 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
854c564e07
commit
2baea89da1
28 changed files with 81 additions and 41 deletions
16
kernel.spec
16
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc1.20220127git626b2dda7651.78
|
||||
%global distro_build 0.rc1.20220128git145d9b498fc8.79
|
||||
|
||||
%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.rc1.20220127git626b2dda7651.78
|
||||
%define pkgrelease 0.rc1.20220128git145d9b498fc8.79
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc1.20220127git626b2dda7651.78%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc1.20220128git145d9b498fc8.79%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -692,7 +692,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.17-rc1-86-g626b2dda7651.tar.xz
|
||||
Source0: linux-5.17-rc1-230-g145d9b498fc8.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1388,8 +1388,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.17-rc1-86-g626b2dda7651 -c
|
||||
mv linux-5.17-rc1-86-g626b2dda7651 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.17-rc1-230-g145d9b498fc8 -c
|
||||
mv linux-5.17-rc1-230-g145d9b498fc8 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3003,6 +3003,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jan 28 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc1.20220128git145d9b498fc8.79]
|
||||
- Add test_hash to the mod-internal.list (Justin M. Forbes)
|
||||
- configs: disable CONFIG_CRAMFS (Abhi Das) [2041184]
|
||||
|
||||
* Thu Jan 27 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc1.20220127git626b2dda7651.78]
|
||||
- spec: speed up "cp -r" when it overwrites existing files. (Denys Vlasenko)
|
||||
- redhat: use centos x509.genkey file if building under centos (Herton R. Krzesinski)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue