summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-09-07 12:48:19 -0500
committerJustin M. Forbes <jforbes@redhat.com>2016-09-07 12:48:19 -0500
commitfdbebc15721ea4f93adb90521a6bc62d02cfcb20 (patch)
tree83926a7cfffd115d3df5f87f132e09e97a55f79c /kernel.spec
parentebe44508e66be03d0a350fb303057b6c9fa6cc15 (diff)
downloadkernel-fdbebc15721ea4f93adb90521a6bc62d02cfcb20.tar.gz
kernel-fdbebc15721ea4f93adb90521a6bc62d02cfcb20.tar.xz
kernel-fdbebc15721ea4f93adb90521a6bc62d02cfcb20.zip
Linux v4.8-rc5-62-gd060e0f
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index da74d51ca..f7d034507 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 5
# The git snapshot level
-%define gitrev 1
+%define gitrev 2
# 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}
@@ -970,7 +970,6 @@ input and output, etc.
%prep
# do a few sanity-checks for --with *only builds
-ulimit -a
%if %{with_baseonly}
%if !%{with_up}%{with_pae}
echo "Cannot build --with baseonly, up build is disabled"
@@ -2151,6 +2150,10 @@ fi
#
#
%changelog
+* Wed Sep 07 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc5.git2.1
+- Linux v4.8-rc5-62-gd060e0f
+- Reenable debugging options.
+
* Tue Sep 06 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.8.0-0.rc5.git1.1
- Linux v4.8-rc5-5-gbc4dee5
- Disable debugging options.