From 0c5dccebb58945a1d0e7f3a660acf24b9ffbf223 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 20 Apr 2020 14:23:47 -0400 Subject: kernel-5.7.0-0.rc2.1 * Mon Apr 20 2020 Jeremy Cline [5.7.0-0.rc2.1] - v5.7-rc2 rebase - Add a README to the dist-git repository (Jeremy Cline) - Copy distro files rather than moving them (Jeremy Cline) - Drop DIST from release commits and tags (Jeremy Cline) - Place the buildid before the dist in the release (Jeremy Cline) - Sync up with Fedora arm configuration prior to merging (Jeremy Cline) - Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) Resolves: rhbz# Signed-off-by: Jeremy Cline --- kernel.spec | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 071a4af07..b3263b81d 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.rc1.20200416git9786cab67457.1 +%global distro_build 0.rc2.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.rc1.20200416git9786cab67457.1 +%define pkgrelease 0.rc2.1 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc1.20200416git9786cab67457.1%{?buildid}%{?dist} +%define specrelease 0.rc2.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 0 +%define debugbuildsenabled 1 # The kernel tarball/base version %define kversion 5.7 @@ -568,7 +568,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-20200416git9786cab67457.tar.xz +Source0: linux-5.7-rc2.tar.xz # Name of the packaged file containing signing key @@ -698,6 +698,8 @@ Source2001: cpupower.config Source3000: merge.pl Source3001: kernel-local +Source4000: README.rst + ## Patches needed for building this package Patch1: patch-%{rpmversion}-redhat.patch @@ -1194,8 +1196,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-20200416git9786cab67457 -c -mv linux-20200416git9786cab67457 linux-%{KVERREL} +%setup -q -n kernel-5.7-rc2 -c +mv linux-5.7-rc2 linux-%{KVERREL} cd linux-%{KVERREL} @@ -2603,11 +2605,12 @@ fi # # %changelog -* Thu Apr 16 2020 Jeremy Cline [5.7.0-0.rc1.20200416git9786cab67457.1] -- 9786cab67457 rebase +* Mon Apr 20 2020 Jeremy Cline [5.7.0-0.rc2.1] +- v5.7-rc2 rebase +- Add a README to the dist-git repository (Jeremy Cline) - Copy distro files rather than moving them (Jeremy Cline) -- Place the buildid before the dist in the release (Jeremy Cline) - Drop DIST from release commits and tags (Jeremy Cline) +- Place the buildid before the dist in the release (Jeremy Cline) - Sync up with Fedora arm configuration prior to merging (Jeremy Cline) - Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) -- cgit