summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index f4b5ef6e..44da2480 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 3
+%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -773,6 +773,9 @@ Patch22073: perf-uapi-fixes2.patch
#rhbz 874791
Patch22125: Bluetooth-Add-support-for-BCM20702A0.patch
+#rhbz 859485
+Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1486,6 +1489,9 @@ ApplyPatch perf-uapi-fixes2.patch
#rhbz 874791
ApplyPatch Bluetooth-Add-support-for-BCM20702A0.patch
+#rhbz 859485
+ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2354,6 +2360,7 @@ fi
# || ||
%changelog
* Tue Nov 20 2012 Josh Boyer <jwboyer@redhat.com>
+- Add VC_MUTE ioctl (rhbz 859485)
- Add support for BCM20702A0 (rhbz 874791)
* Tue Nov 20 2012 Peter Robinson <pbrobinson@fedoraproject.org>