From cc9d1aabf0c139c531b0d301bfbfb39d9dd5d7d2 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 13 Sep 2021 13:50:49 -0500 Subject: kernel-5.15-0.rc1.12 * Mon Sep 13 2021 Fedora Kernel Team [5.15-0.rc1.12] - Temporarily stop building perf with LIBBPF_DYNAMIC=1 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index ddbb7efd0..f8b07c4df 100755 --- a/kernel.spec +++ b/kernel.spec @@ -78,9 +78,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.rc0.20210910gitbf9f243f23e6.9 +%global distro_build 0.rc1.12 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -125,13 +125,13 @@ Summary: The Linux kernel %define rpmversion 5.15.0 %define patchversion 5.15 -%define pkgrelease 0.rc0.20210910gitbf9f243f23e6.9 +%define pkgrelease 0.rc1.12 # This is needed to do merge window version magic %define patchlevel 15 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc0.20210910gitbf9f243f23e6.9%{?buildid}%{?dist} +%define specrelease 0.rc1.12%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14-10807-gbf9f243f23e6.tar.xz +Source0: linux-5.15-rc1.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14-10807-gbf9f243f23e6 -c -mv linux-5.14-10807-gbf9f243f23e6 linux-%{KVERREL} +%setup -q -n kernel-5.15-rc1 -c +mv linux-5.15-rc1 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,7 +2958,7 @@ fi # # %changelog -* Fri Sep 10 2021 Fedora Kernel Team [5.15-0.rc0.20210910gitbf9f243f23e6.9] +* Mon Sep 13 2021 Fedora Kernel Team [5.15-0.rc1.12] - Temporarily stop building perf with LIBBPF_DYNAMIC=1 (Justin M. Forbes) * Fri Sep 10 2021 Fedora Kernel Team [5.15-0.rc0.20210910gitbf9f243f23e6.8] -- cgit