summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-06-03 19:05:22 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-06-03 19:08:59 -0400
commitf58391d7ed12eef1c6a3732cbca52dcd4644ee30 (patch)
treec38268ceff8c9781c3fb2ae1c2bcffb688598cf6 /kernel.spec
parent34068bc239740f07bbf0dfd74fd9de32a262ce9f (diff)
downloadkernel-f58391d7ed12eef1c6a3732cbca52dcd4644ee30.tar.gz
kernel-f58391d7ed12eef1c6a3732cbca52dcd4644ee30.tar.xz
kernel-f58391d7ed12eef1c6a3732cbca52dcd4644ee30.zip
Fix UEFI anti-bricking code (rhbz 964335)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 38a38733d..c6b8280a1 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -745,6 +745,9 @@ Patch25024: intel_iommu-Downgrade-the-warning-if-enabling-irq-remapping-fails.pa
#CVE-2013-2850 rhbz 968036 969272
Patch25025: iscsi-target-fix-heap-buffer-overflow-on-error.patch
+#rhbz 964335
+Patch25026: Modify-UEFI-anti-bricking-code.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1433,6 +1436,9 @@ ApplyPatch intel_iommu-Downgrade-the-warning-if-enabling-irq-remapping-fails.pat
#CVE-2013-2850 rhbz 968036 969272
ApplyPatch iscsi-target-fix-heap-buffer-overflow-on-error.patch
+#rhbz 964335
+ApplyPatch Modify-UEFI-anti-bricking-code.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2238,6 +2244,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jun 03 2013 Josh Boyer <jwboyer@redhat.com>
+- Fix UEFI anti-bricking code (rhbz 964335)
+
* Mon Jun 3 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Minor ARM config changes