diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-08-22 17:18:15 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-08-22 17:18:15 -0500 |
commit | c69551f056f7ba425ae11a71345921f7f58ca03b (patch) | |
tree | 4de4970475ea1501bc57baf1f2fa231e96901736 /kernel.spec | |
parent | eb93a3ce59422165822f28eae402ae9b5fd10a34 (diff) | |
download | kernel-c69551f056f7ba425ae11a71345921f7f58ca03b.tar.gz kernel-c69551f056f7ba425ae11a71345921f7f58ca03b.tar.xz kernel-c69551f056f7ba425ae11a71345921f7f58ca03b.zip |
Linux v4.13-rc6-45-g6470812e2226
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec index 94b1c1de3..4ef898d0b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 6 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -125,7 +125,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 %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -529,9 +529,6 @@ Patch002: 0001-iio-Use-event-header-from-kernel-tree.patch # Standalone patches # 100 - Generic long running patches -# Force python3 -Patch105: force-python3-in-kvm_stat.patch - Patch110: lib-cpumask-Make-CPUMASK_OFFSTACK-usable-without-deb.patch Patch111: input-kill-stupid-messages.patch @@ -2205,6 +2202,10 @@ fi # # %changelog +* Tue Aug 22 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.13.0-0.rc6.git1.1 +- Linux v4.13-rc6-45-g6470812e2226 +- Reenable debugging options. + * Tue Aug 22 2017 Peter Robinson <pbrobinson@fedoraproject.org> - Force python3 for kvm_stat because we can't dep (rhbz 1456722) |