summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-11-29 08:05:18 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2018-11-29 08:05:18 +0100
commitbc47982753b6269d05bd0944f815dcedbe78be2f (patch)
tree5923a2206131a9b62371f51ab020258e33de73a9 /kernel.spec
parent61ad6726b5462d7198d0a88fa7eac54c9f6915d9 (diff)
parent1288f313f9dde43c12a7f3bb3b82d7515838217e (diff)
downloadkernel-bc47982753b6269d05bd0944f815dcedbe78be2f.tar.gz
kernel-bc47982753b6269d05bd0944f815dcedbe78be2f.tar.xz
kernel-bc47982753b6269d05bd0944f815dcedbe78be2f.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-4.20.0-0.rc4.git1.1.vanilla.knurd.1.fc29
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 80b433e6c..d9b6d73fe 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 4
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -130,7 +130,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
# Kernel headers are being split out into a separate package
%if 0%{?fedora}
@@ -603,9 +603,6 @@ Patch331: bcm283x-drm-vc4-set-is_yuv-to-false-when-num_planes-1.patch
# https://patchwork.kernel.org/patch/10686407/
Patch332: raspberrypi-Fix-firmware-calls-with-large-buffers.patch
-# https://patchwork.kernel.org/patch/10677591/
-Patch333: hwmon-rpi-Fix-initial-notify.patch
-
# Patches enabling device specific brcm firmware nvram
# https://www.spinics.net/lists/linux-wireless/msg178827.html
Patch340: brcmfmac-Remove-firmware-loading-code-duplication.patch
@@ -1903,6 +1900,10 @@ fi
#
#
%changelog
+* Wed Nov 28 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc4.git1.1
+- Linux v4.20-rc4-35-g121b018f8c74
+- Reenable debugging options.
+
* Mon Nov 26 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc4.git0.1
- Linux v4.20-rc4
- Disable debugging options.