From 4fdfe982aedc1556d7754a55d2515f754d2b2e7d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 5 May 2020 12:50:51 -0500 Subject: kernel-5.7.0-0.rc4.20200505git47cf1b422e60.1 * Tue May 05 2020 CKI@GitLab [5.7.0-0.rc4.20200505git47cf1b422e60.1] - 47cf1b422e60 rebase - Build ARK against ELN (Don Zickus) - Updated changelog for the release based on v5.7-rc4 ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2e5649b49..235ebba0d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -30,7 +30,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. %global released_kernel 0 -%global distro_build 0.rc4.1 +%global distro_build 0.rc4.20200505git47cf1b422e60.1 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -69,10 +69,10 @@ Summary: The Linux kernel %endif %define rpmversion 5.7.0 -%define pkgrelease 0.rc4.1 +%define pkgrelease 0.rc4.20200505git47cf1b422e60.1 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc4.1%{?buildid}%{?dist} +%define specrelease 0.rc4.20200505git47cf1b422e60.1%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -163,7 +163,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 1 +%define debugbuildsenabled 0 # The kernel tarball/base version %define kversion 5.7 @@ -506,10 +506,10 @@ BuildRequires: python3-docutils BuildRequires: zlib-devel binutils-devel %endif %if %{with_selftests} -%if 0%{?fedora} -BuildRequires: clang llvm -%else +%if 0%{?el8} BuildRequires: llvm-toolset +%else +BuildRequires: clang llvm %endif %ifnarch %{arm} BuildRequires: numactl-devel @@ -568,7 +568,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.7-rc4.tar.xz +Source0: linux-20200505git47cf1b422e60.tar.xz Source1: Makefile.rhelver @@ -1276,8 +1276,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.7-rc4 -c -mv linux-5.7-rc4 linux-%{KVERREL} +%setup -q -n kernel-20200505git47cf1b422e60 -c +mv linux-20200505git47cf1b422e60 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2765,6 +2765,11 @@ fi # # %changelog +* Tue May 05 2020 CKI@GitLab [5.7.0-0.rc4.20200505git47cf1b422e60.1] +- 47cf1b422e60 rebase +- Build ARK against ELN (Don Zickus) +- Updated changelog for the release based on v5.7-rc4 ("CKI@GitLab") + * Mon May 04 2020 CKI@GitLab [5.7.0-0.rc4.1] - v5.7-rc4 rebase - Updated changelog for the release based on f66ed1ebbfde ("CKI@GitLab") -- cgit