summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec30
1 files changed, 19 insertions, 11 deletions
diff --git a/kernel.spec b/kernel.spec
index 6ed2c0e8d..875df7486 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.rc2.1
+%global distro_build 0.rc2.20200827git15bc20c6af4c.1
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -71,13 +71,13 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.9.0
-%define pkgrelease 0.rc2.1
+%define pkgrelease 0.rc2.20200827git15bc20c6af4c.1
# This is needed to do merge window version magic
%define patchlevel 9
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc2.1%{?buildid}%{?dist}
+%define specrelease 0.rc2.20200827git15bc20c6af4c.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -168,7 +168,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 1
+%define debugbuildsenabled 0
# The kernel tarball/base version
%define kversion 5.9
@@ -569,7 +569,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.9-rc2.tar.xz
+Source0: linux-20200827git15bc20c6af4c.tar.xz
Source1: Makefile.rhelver
@@ -792,9 +792,6 @@ Patch72: 0001-Fixes-acpi-prefer-booting-with-ACPI-over-DTS-to-be-R.patch
Patch73: 0001-Work-around-for-gcc-bug-https-gcc.gnu.org-bugzilla-s.patch
Patch74: 0001-Temporarily-remove-cdomain-from-sphinx-documentation.patch
-#Temporary build fix
-Patch75: 0001-ARM64-vdso32-Install-vdso32-from-vdso_install.patch
-
%endif
# empty final patch to facilitate testing of kernel patches
@@ -1289,8 +1286,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.9-rc2 -c
-mv linux-5.9-rc2 linux-%{KVERREL}
+%setup -q -n kernel-20200827git15bc20c6af4c -c
+mv linux-20200827git15bc20c6af4c linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -1370,7 +1367,6 @@ ApplyOptionalPatch 0001-arch-x86-Remove-vendor-specific-CPU-ID-checks.patch
ApplyOptionalPatch 0001-Fixes-acpi-prefer-booting-with-ACPI-over-DTS-to-be-R.patch
ApplyOptionalPatch 0001-Work-around-for-gcc-bug-https-gcc.gnu.org-bugzilla-s.patch
ApplyOptionalPatch 0001-Temporarily-remove-cdomain-from-sphinx-documentation.patch
-ApplyOptionalPatch 0001-ARM64-vdso32-Install-vdso32-from-vdso_install.patch
%endif
@@ -2789,6 +2785,18 @@ fi
#
#
%changelog
+* Thu Aug 27 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200827git15bc20c6af4c.1]
+- 15bc20c6af4c rebase
+- Updated changelog for the release based on 2ac69819ba9e (Fedora Kernel Team)
+
+* Wed Aug 26 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200826git2ac69819ba9e.1]
+- 2ac69819ba9e rebase
+- Updated changelog for the release based on 6a9dc5fd6170 (Fedora Kernel Team)
+
+* Tue Aug 25 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200825git6a9dc5fd6170.1]
+- 6a9dc5fd6170 rebase
+- Updated changelog for the release based on v5.9-rc2 (Fedora Kernel Team)
+
* Mon Aug 24 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.1]
- v5.9-rc2 rebase
- Updated changelog for the release based on c3d8f220d012 (Fedora Kernel Team)