diff options
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
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 |