From ce2585656b05537b545b5d5ad88a1b9719d24777 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 11 May 2020 09:34:36 -0500 Subject: kernel-5.7.0-0.rc5.1 * Mon May 11 2020 CKI@GitLab [5.7.0-0.rc5.1] - v5.7-rc5 rebase - Updated changelog for the release based on e99332e7b4cd ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 98e17c4b7..5c9379d29 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.20200508git79dede78c057.1 +%global distro_build 0.rc5.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.20200508git79dede78c057.1 +%define pkgrelease 0.rc5.1 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc4.20200508git79dede78c057.1%{?buildid}%{?dist} +%define specrelease 0.rc5.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 @@ -564,7 +564,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-20200508git79dede78c057.tar.xz +Source0: linux-5.7-rc5.tar.xz Source1: Makefile.rhelver @@ -1273,8 +1273,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-20200508git79dede78c057 -c -mv linux-20200508git79dede78c057 linux-%{KVERREL} +%setup -q -n kernel-5.7-rc5 -c +mv linux-5.7-rc5 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2763,6 +2763,20 @@ fi # # %changelog +* Mon May 11 2020 CKI@GitLab [5.7.0-0.rc5.1] +- v5.7-rc5 rebase +- Updated changelog for the release based on e99332e7b4cd ("CKI@GitLab") + +* Sun May 10 2020 CKI@GitLab [5.7.0-0.rc4.20200510gite99332e7b4cd.1] +- e99332e7b4cd rebase +- Updated changelog for the release based on d5eeab8d7e26 ("CKI@GitLab") + +* Sat May 09 2020 CKI@GitLab [5.7.0-0.rc4.20200509gitd5eeab8d7e26.1] +- d5eeab8d7e26 rebase +- Add zero-commit to format-patch options ("Justin M. Forbes") +- Updated changelog for the release based on 79dede78c057 ("CKI@GitLab") +- Introduce a Sphinx documentation project (Jeremy Cline) + * Fri May 08 2020 CKI@GitLab [5.7.0-0.rc4.20200508git79dede78c057.1] - 79dede78c057 rebase - Updated changelog for the release based on a811c1fa0a02 ("CKI@GitLab") -- cgit