From 5fa9753104323ef13fe23b6d08fa2ff188be59b1 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 18 Jun 2020 09:10:16 -0500 Subject: kernel-5.8.0-0.rc1.20200618git1b5044021070.1 * Thu Jun 18 2020 Fedora Kernel Team [5.8.0-0.rc1.20200618git1b5044021070.1] - 1b5044021070 rebase - redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) - Updated changelog for the release based on 69119673bd50 (Fedora Kernel Team) - redhat/configs: Use SHA512 for module signing (Prarit Bhargava) - genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1f072f5c6..e0b83e781 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.20200617git69119673bd50.1 +%global distro_build 0.rc1.20200618git1b5044021070.1 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -69,13 +69,13 @@ Summary: The Linux kernel %endif %define rpmversion 5.8.0 -%define pkgrelease 0.rc1.20200617git69119673bd50.1 +%define pkgrelease 0.rc1.20200618git1b5044021070.1 # This is needed to do merge window version magic %define patchlevel 8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc1.20200617git69119673bd50.1%{?buildid}%{?dist} +%define specrelease 0.rc1.20200618git1b5044021070.1%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -567,7 +567,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-20200617git69119673bd50.tar.xz +Source0: linux-20200618git1b5044021070.tar.xz Source1: Makefile.rhelver @@ -1279,8 +1279,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-20200617git69119673bd50 -c -mv linux-20200617git69119673bd50 linux-%{KVERREL} +%setup -q -n kernel-20200618git1b5044021070 -c +mv linux-20200618git1b5044021070 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2785,6 +2785,13 @@ fi # # %changelog +* Thu Jun 18 2020 Fedora Kernel Team [5.8.0-0.rc1.20200618git1b5044021070.1] +- 1b5044021070 rebase +- redhat/Makefile: Add fedora-configs and rh-configs make targets (Prarit Bhargava) +- Updated changelog for the release based on 69119673bd50 (Fedora Kernel Team) +- redhat/configs: Use SHA512 for module signing (Prarit Bhargava) +- genspec.sh: 'touch' empty Patchlist file for single tarball (Don Zickus) + * Wed Jun 17 2020 Fedora Kernel Team [5.8.0-0.rc1.20200617git69119673bd50.1] - 69119673bd50 rebase - Updated changelog for the release based on a5dc8300df75 (Fedora Kernel Team) -- cgit