summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-03-23 05:46:39 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2017-03-23 05:46:39 +0100
commit52fef1064baa7b960eebfdf1bd163231a070126d (patch)
treec467c097d54779142d202aea46866917cc82f204 /kernel.spec
parent5edd2ed6fedaa08669cb5becdd09cff53678e1c7 (diff)
parentc73017eaa084160ba7fba519aaaf84006bf4124d (diff)
downloadkernel-52fef1064baa7b960eebfdf1bd163231a070126d.tar.gz
kernel-52fef1064baa7b960eebfdf1bd163231a070126d.tar.xz
kernel-52fef1064baa7b960eebfdf1bd163231a070126d.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index b0ac28196..28bffaa93 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 3
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -133,7 +133,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
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_without_vanilla: 0} %{?!_without_vanilla: 1}
@@ -622,6 +622,9 @@ Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch
# grabbed from mailing list
Patch667: v3-Revert-tty-serial-pl011-add-ttyAMA-for-matching-pl011-console.patch
+# Fix crda rhbz 1422247
+Patch668: genetlink-fix-counting-regression-on-ctrl_dumpfamily.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2189,6 +2192,15 @@ fi
#
#
%changelog
+* Wed Mar 22 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- Fix crda (rhbz 1422247)
+
+* Wed Mar 22 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.0-0.rc3.git1.1
+- Linux v4.11-rc3-35-g093b995
+
+* Wed Mar 22 2017 Laura Abbott <labbott@fedoraproject.org>
+- Reenable debugging options.
+
* Tue Mar 21 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Add initial support for vc4 HDMI Audio