kernel-5.16-0.rc6.20211224git7a29b11da965.45
* Fri Dec 24 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc6.20211224git7a29b11da965.45] - Fedora configs for 5.16 pt 1 (Justin M. Forbes) - redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] Resolves: rhbz#1952863 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
11cdcc6e30
commit
2a0e3107b6
3 changed files with 10 additions and 10 deletions
12
kernel.spec
12
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc7.20211229gite7c124bd0463.50
|
||||
%global distro_build 0.rc7.20211231git4f3d93c6eaff.52
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -132,13 +132,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.16.0
|
||||
%define patchversion 5.16
|
||||
%define pkgrelease 0.rc7.20211229gite7c124bd0463.50
|
||||
%define pkgrelease 0.rc7.20211231git4f3d93c6eaff.52
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 16
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc7.20211229gite7c124bd0463.50%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc7.20211231git4f3d93c6eaff.52%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -689,7 +689,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.16-rc7-9-ge7c124bd0463.tar.xz
|
||||
Source0: linux-5.16-rc7-99-g4f3d93c6eaff.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.16-rc7-9-ge7c124bd0463 -c
|
||||
mv linux-5.16-rc7-9-ge7c124bd0463 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.16-rc7-99-g4f3d93c6eaff -c
|
||||
mv linux-5.16-rc7-99-g4f3d93c6eaff linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue