summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-08-18 19:03:51 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-08-18 19:03:51 +0200
commitb0c54255115dda9d4da899d50979a88ea9cfee34 (patch)
treeaa995e7b2c6b2b4e1d1b83feb9a0663435f70af6 /kernel.spec
parentf686d357539b4a8cb9f004f673024297984d9b49 (diff)
parentb64b1c26dd4abbed95b2d89b49cac6ab6f35c65a (diff)
downloadkernel-b0c54255115dda9d4da899d50979a88ea9cfee34.tar.gz
kernel-b0c54255115dda9d4da899d50979a88ea9cfee34.tar.xz
kernel-b0c54255115dda9d4da899d50979a88ea9cfee34.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec25
1 files changed, 16 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index cf09c9dae..fc029e11e 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.1
+%global distro_build 0.rc1.20200818git06a4ec1d9dc6.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.rc1.1
+%define pkgrelease 0.rc1.20200818git06a4ec1d9dc6.1
# This is needed to do merge window version magic
%define patchlevel 9
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc1.1%{?buildid}%{?dist}
+%define specrelease 0.rc1.20200818git06a4ec1d9dc6.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-rc1.tar.xz
+Source0: linux-20200818git06a4ec1d9dc6.tar.xz
Source1: Makefile.rhelver
@@ -1285,8 +1285,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.9-rc1 -c
-mv linux-5.9-rc1 linux-%{KVERREL}
+%setup -q -n kernel-20200818git06a4ec1d9dc6 -c
+mv linux-20200818git06a4ec1d9dc6 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -2788,8 +2788,14 @@ fi
#
#
%changelog
-* Mon Aug 17 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc1.1]
-- v5.9-rc1 rebase
+* Tue Aug 18 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.9.0-0.rc1.20200818git06a4ec1d9dc6.1]
+- New config deps ("Justin M. Forbes")
+- Fedora config updates ("Justin M. Forbes")
+
+* Tue Aug 18 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc1.20200818git06a4ec1d9dc6.1]
+- 06a4ec1d9dc6 rebase
+- First half of config updates for Fedora ("Justin M. Forbes")
+- Add config options that only show up when we prep on arm ("Justin M. Forbes")
- Config updates for Fedora ("Justin M. Forbes")
- fedora: enable enery model (Peter Robinson)
- iio: enable LTR-559 light and proximity sensor (Peter Robinson)
@@ -2799,6 +2805,7 @@ fi
- CONFIG_SND_SOC_MAX98390 is now selected by SND_SOC_INTEL_DA7219_MAX98357A_GENERIC ("Justin M. Forbes")
- Config change required for build part 2 ("Justin M. Forbes")
- Config change required for build ("Justin M. Forbes")
+- Updates for Fedora arm architectures for the 5.9 window (Peter Robinson)
- Enable ARM_SMCCC_SOC_ID on all aarch64 kernels (Peter Robinson)
- Enable ZSTD compression algorithm on all kernels (Peter Robinson)
- Fedora config update ("Justin M. Forbes")