summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-12-12 15:17:34 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-12-12 15:17:34 -0500
commite1b90cc25d58509dc7d38041e40f100b3ab1e23f (patch)
tree7c161522746b0b7a96b6a9e862a2ded8789cbfb5 /kernel.spec
parent9461efbced4b81467aa4cdfee02a36bf80b0df86 (diff)
downloadkernel-e1b90cc25d58509dc7d38041e40f100b3ab1e23f.tar.gz
kernel-e1b90cc25d58509dc7d38041e40f100b3ab1e23f.tar.xz
kernel-e1b90cc25d58509dc7d38041e40f100b3ab1e23f.zip
Fix infinite loop in efi signature parser
- Don't error out if db doesn't exist
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 59027e70d..d2704f002 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 4
+%global baserelease 5
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -685,7 +685,7 @@ Patch800: linux-2.6-crash-driver.patch
Patch900: modsign-post-KS-jwb.patch
# secure boot
-Patch1000: secure-boot-20121210.patch
+Patch1000: secure-boot-20121212.patch
Patch1001: efivarfs-3.7.patch
# Improve PCI support on UEFI
@@ -1413,7 +1413,7 @@ ApplyPatch modsign-post-KS-jwb.patch
# secure boot
ApplyPatch efivarfs-3.7.patch
-ApplyPatch secure-boot-20121210.patch
+ApplyPatch secure-boot-20121212.patch
# Improved PCI support for UEFI
ApplyPatch handle-efi-roms.patch
@@ -2344,6 +2344,10 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Dec 12 2012 Josh Boyer <jwboyer@redhat.com>
+- Fix infinite loop in efi signature parser
+- Don't error out if db doesn't exist
+
* Tue Dec 11 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- Update ARM configs for latest 3.7
- Drop highbank kernel build variant as its in unified kernel