From 11cdcc6e3038b0d24c68f9820e6095ac15757a65 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 29 Dec 2021 13:25:42 -0600 Subject: kernel-5.16-0.rc6.20211224git7a29b11da965.45 * Fri Dec 24 2021 Fedora Kernel Team [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 --- kernel.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 88a7bf17f..493a84d2e 100755 --- a/kernel.spec +++ b/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 1 +%define debugbuildsenabled 0 -%global distro_build 0.rc7.48 +%global distro_build 0.rc7.20211229gite7c124bd0463.50 %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.48 +%define pkgrelease 0.rc7.20211229gite7c124bd0463.50 # This is needed to do merge window version magic %define patchlevel 16 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc7.48%{?buildid}%{?dist} +%define specrelease 0.rc7.20211229gite7c124bd0463.50%{?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.tar.xz +Source0: linux-5.16-rc7-9-ge7c124bd0463.tar.xz Source1: Makefile.rhelver @@ -1383,8 +1383,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16-rc7 -c -mv linux-5.16-rc7 linux-%{KVERREL} +%setup -q -n kernel-5.16-rc7-9-ge7c124bd0463 -c +mv linux-5.16-rc7-9-ge7c124bd0463 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . -- cgit