Fix infinite loop in efi signature parser
- Don't error out if db doesn't exist
This commit is contained in:
parent
9461efbced
commit
e1b90cc25d
2 changed files with 106 additions and 71 deletions
10
kernel.spec
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue