summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-06-03 12:27:58 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-06-03 12:27:58 -0500
commit49d6a971ac73ed6e56c93207c43272f54630d01b (patch)
tree0c9a1c2cafae33f96c0d0eeb561367461acf2420 /kernel.spec
parentfa1dee0747e32fcab94c1695e980d192cc8bac51 (diff)
downloadkernel-49d6a971ac73ed6e56c93207c43272f54630d01b.tar.gz
kernel-49d6a971ac73ed6e56c93207c43272f54630d01b.tar.xz
kernel-49d6a971ac73ed6e56c93207c43272f54630d01b.zip
kernel-5.8.0-0.rc0.20200602gitf359287765c0.1
* Tue Jun 02 2020 CKI@GitLab <cki-project@redhat.com> [5.8.0-0.rc0.20200602gitf359287765c0.1] - f359287765c0 rebase - Fix update_scripts.sh unselective pattern sub (David Howells) - Updated changelog for the release based on b0c3ba31be3e ("CKI@GitLab") - Drop the static path configuration for the Sphinx docs (Jeremy Cline) - Sign off generated configuration patches (Jeremy Cline) - Use __make macro instead of make (Tom Stellard) - redhat/configs: Enable CONFIG_SMC91X and disable CONFIG_SMC911X (Prarit Bhargava) [http://bugzilla.redhat.com/1722136] Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index 4929794a4..6e4141aa4 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.20200602gitf359287765c0.1
+%global distro_build 0.rc0.20200603gitf359287765c0.1
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -69,10 +69,10 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.8.0
-%define pkgrelease 0.rc0.20200602gitf359287765c0.1
+%define pkgrelease 0.rc0.20200603gitf359287765c0.1
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc0.20200602gitf359287765c0.1%{?buildid}%{?dist}
+%define specrelease 0.rc0.20200603gitf359287765c0.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -564,7 +564,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-20200602gitf359287765c0.tar.xz
+Source0: linux-20200603gitf359287765c0.tar.xz
Source1: Makefile.rhelver
@@ -1302,8 +1302,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-20200602gitf359287765c0 -c
-mv linux-20200602gitf359287765c0 linux-%{KVERREL}
+%setup -q -n kernel-20200603gitf359287765c0 -c
+mv linux-20200603gitf359287765c0 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .