summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-09-04 16:34:25 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2017-09-04 16:34:25 +0200
commit71e53f2cb0c845cae01b755634895894fde03f1c (patch)
tree85f0218925377b7e841585f63a990837912993bb /kernel.spec
parentda6d8e5726b50c487c648169aaa4ade6424dafe3 (diff)
parent0aeda42811381139ed6fc2d5266218ad60e335e7 (diff)
downloadkernel-4.13.0-1.vanilla.knurd.1.fc25.tar.gz
kernel-4.13.0-1.vanilla.knurd.1.fc25.tar.xz
kernel-4.13.0-1.vanilla.knurd.1.fc25.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 3f84149ce..2f5404c96 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -6,7 +6,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1. For rawhide
# and/or a kernel built from an rc or git snapshot, released_kernel should
# be 0.
-%global released_kernel 0
+%global released_kernel 1
# Sign modules on x86. Make sure the config files match this setting if more
# architectures are added.
@@ -50,7 +50,7 @@ Summary: The Linux kernel
# base_sublevel is the kernel version we're starting with and patching
# on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base,
# which yields a base_sublevel of 0.
-%define base_sublevel 12
+%define base_sublevel 13
## If this is a released kernel ##
%if 0%{?released_kernel}
@@ -75,9 +75,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%global rcrev 7
+%global rcrev 0
# The git snapshot level
-%define gitrev 4
+%define gitrev 0
# 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 0
+%define debugbuildsenabled 1
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_without_vanilla: 0} %{?!_without_vanilla: 1}
@@ -670,9 +670,6 @@ Patch617: Fix-for-module-sig-verification.patch
# rhbz 1485086
Patch619: pci-mark-amd-stoney-gpu-ats-as-broken.patch
-# CVE-2017-7558 rhbz 1480266 1484810
-Patch621: net-sctp-Avoid-out-of-bounds-reads-from-address-storage.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -2230,6 +2227,9 @@ fi
#
#
%changelog
+* Mon Sep 04 2017 Laura Abbott <labbott@fedoraproject.org> - 4.13.0-1
+- Linux v4.13
+
* Fri Sep 01 2017 Laura Abbott <labbott@redhat.com> - 4.13.0-0.rc7.git4.1
- Linux v4.13-rc7-74-ge89ce1f89f62