From e9f1331084c27ee3ba0be15c1e5c9eae4b15a6cb Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 11 Jun 2020 11:56:32 -0500 Subject: kernel-5.8.0-0.rc0.20200611gitb29482fde649.1 * Thu Jun 11 2020 Justin M. Forbes [5.8.0-0.rc0.20200611gitb29482fde649.1] - Fedora config updates ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c0a563796..65c66f01e 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.rc0.20200610git84fc461db99b.1 +%global distro_build 0.rc0.20200611gitb29482fde649.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.rc0.20200610git84fc461db99b.1 +%define pkgrelease 0.rc0.20200611gitb29482fde649.1 # This is needed to do merge window version magic %define patchlevel 8 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc0.20200610git84fc461db99b.1%{?buildid}%{?dist} +%define specrelease 0.rc0.20200611gitb29482fde649.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-20200610git84fc461db99b.tar.xz +Source0: linux-20200611gitb29482fde649.tar.xz Source1: Makefile.rhelver @@ -1280,8 +1280,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-20200610git84fc461db99b -c -mv linux-20200610git84fc461db99b linux-%{KVERREL} +%setup -q -n kernel-20200611gitb29482fde649 -c +mv linux-20200611gitb29482fde649 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2787,8 +2787,11 @@ fi # # %changelog -* Wed Jun 10 2020 Fedora Kernel Team [5.8.0-0.rc0.20200610git84fc461db99b.1] -- 84fc461db99b rebase +* Thu Jun 11 2020 Justin M. Forbes [5.8.0-0.rc0.20200611gitb29482fde649.1] +- Fedora config updates ("Justin M. Forbes") + +* Thu Jun 11 2020 Fedora Kernel Team [5.8.0-0.rc0.20200611gitb29482fde649.1] +- b29482fde649 rebase - Fix PATCHLEVEL for merge window ("Justin M. Forbes") - PCI: tegra: Revert raw_violation_fixup for tegra124 (Nicolas Chauvet) - Change ark CONFIG_COMMON_CLK to yes, it is selected already by other options ("Justin M. Forbes") -- cgit