summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-21 13:51:39 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-21 13:51:39 -0500
commitd2df94e56ad9a023c4e902731f900f2e103d9435 (patch)
tree5897642936a57def45b02308b5e4aa2a2155a0b7 /kernel.spec
parent6eef319afafbda7520eae39ab6b9fe0a0dda2b51 (diff)
downloadkernel-d2df94e56ad9a023c4e902731f900f2e103d9435.tar.gz
kernel-d2df94e56ad9a023c4e902731f900f2e103d9435.tar.xz
kernel-d2df94e56ad9a023c4e902731f900f2e103d9435.zip
kernel-5.10.0-0.rc0.20201020git071a0578b0ce.48
* Tue Oct 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201020git071a0578b0ce.48] - Filter out LTO build options from the perl ccopts ("Justin M. Forbes") - Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes") Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec21
1 files changed, 11 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 4556eff9f..52e3abaf9 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.20201019git071a0578b0ce.48
+%global distro_build 0.rc0.20201021git071a0578b0ce.49
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -69,13 +69,13 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.10.0
-%define pkgrelease 0.rc0.20201019git071a0578b0ce.48
+%define pkgrelease 0.rc0.20201021git071a0578b0ce.49
# This is needed to do merge window version magic
%define patchlevel 10
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc0.20201019git071a0578b0ce.48%{?buildid}%{?dist}
+%define specrelease 0.rc0.20201021git071a0578b0ce.49%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -566,7 +566,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-20201019git071a0578b0ce.tar.xz
+Source0: linux-20201021git071a0578b0ce.tar.xz
Source1: Makefile.rhelver
@@ -1210,8 +1210,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-20201019git071a0578b0ce -c
-mv linux-20201019git071a0578b0ce linux-%{KVERREL}
+%setup -q -n kernel-20201021git071a0578b0ce -c
+mv linux-20201021git071a0578b0ce linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2647,13 +2647,14 @@ fi
#
#
%changelog
-* Mon Oct 19 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.10.0-0.rc0.20201019git071a0578b0ce.48]
-- Fedora config updates ("Justin M. Forbes")
-
-* Mon Oct 19 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201019git071a0578b0ce.47]
+* Tue Oct 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201020git071a0578b0ce.48]
- Filter out LTO build options from the perl ccopts ("Justin M. Forbes")
- Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 ("Justin M. Forbes")
+* Tue Oct 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201020git071a0578b0ce.47.test]
+- Fix Fedora config locations ("Justin M. Forbes")
+- Fedora config updates ("Justin M. Forbes")
+
* Sat Oct 17 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc0.20201017git071a0578b0ce.44.test]
- 071a0578b0ce rebase
- configs: enable CONFIG_CRYPTO_CTS=y so cts(cbc(aes)) is available in FIPS mode (Vladis Dronov)