summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-05-12 11:50:58 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-05-12 11:50:58 -0400
commit44970a2eb62f14b4adb5df9b8606aa39756f4bd1 (patch)
tree64dc5638932b427aad42c991b39970c4e8685b5c /kernel.spec
parent3ceaf1ed21fbc2d55bd37af961eccdf528fc5e05 (diff)
downloadkernel-44970a2eb62f14b4adb5df9b8606aa39756f4bd1.tar.gz
kernel-44970a2eb62f14b4adb5df9b8606aa39756f4bd1.tar.xz
kernel-44970a2eb62f14b4adb5df9b8606aa39756f4bd1.zip
Linux v4.1-rc3-46-g4cfceaf0c087
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index f9fe9dd42..464e35f7d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -67,7 +67,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 3
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -122,7 +122,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}
@@ -610,9 +610,6 @@ Patch26176: Input-synaptics-pin-3-touches-when-the-firmware-repo.patch
#rhbz 1210857
Patch26192: blk-loop-avoid-too-many-pending-per-work-IO.patch
-#rhbz 1218662
-Patch26199: libata-Blacklist-queued-TRIM-on-all-Samsung-800-seri.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1343,9 +1340,6 @@ ApplyPatch Input-synaptics-pin-3-touches-when-the-firmware-repo.patch
#rhbz 1210857
ApplyPatch blk-loop-avoid-too-many-pending-per-work-IO.patch
-#rhbz 1218662
-ApplyPatch libata-Blacklist-queued-TRIM-on-all-Samsung-800-seri.patch
-
# END OF PATCH APPLICATIONS
%endif
@@ -2206,6 +2200,10 @@ fi
#
#
%changelog
+* Tue May 12 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc3.git1.1
+- Linux v4.1-rc3-46-g4cfceaf0c087
+- Reenable debugging options.
+
* Mon May 11 2015 Josh Boyer <jwboyer@fedoraproject.org> - 4.1.0-0.rc3.git0.1
- Linux v4.1-rc3
- Disable debugging options.