From 6a61f6e69b62a128b862f87c03b5e17129d2befa Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 11 Oct 2021 09:17:35 -0500 Subject: kernel-5.15-0.rc4.20211009git5d6ab0bb408f.37 * Sat Oct 09 2021 Fedora Kernel Team [5.15-0.rc4.20211009git5d6ab0bb408f.37] - redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 7843fb5ad..67ee35e70 100755 --- a/kernel.spec +++ b/kernel.spec @@ -83,9 +83,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.rc4.20211008git1da38549dd64.36 +%global distro_build 0.rc5.39 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -130,13 +130,13 @@ Summary: The Linux kernel %define rpmversion 5.15.0 %define patchversion 5.15 -%define pkgrelease 0.rc4.20211008git1da38549dd64.36 +%define pkgrelease 0.rc5.39 # This is needed to do merge window version magic %define patchlevel 15 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc4.20211008git1da38549dd64.36%{?buildid}%{?dist} +%define specrelease 0.rc5.39%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -677,7 +677,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.15-rc4-193-g1da38549dd64.tar.xz +Source0: linux-5.15-rc5.tar.xz Source1: Makefile.rhelver @@ -1368,8 +1368,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.15-rc4-193-g1da38549dd64 -c -mv linux-5.15-rc4-193-g1da38549dd64 linux-%{KVERREL} +%setup -q -n kernel-5.15-rc5 -c +mv linux-5.15-rc5 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2968,6 +2968,9 @@ fi # # %changelog +* Sat Oct 09 2021 Fedora Kernel Team [5.15-0.rc4.20211009git5d6ab0bb408f.37] +- redhat: fix typo and make the output more silent for dist-git sync (Herton R. Krzesinski) + * Thu Oct 07 2021 Fedora Kernel Team [5.15-0.rc4.20211007git5af4055fa813.35] - Fedora NTFS config updates (Justin M. Forbes) - Fedora 5.15 configs part 1 (Justin M. Forbes) -- cgit