summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-10-27 09:26:27 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-10-27 09:26:27 -0400
commit5e72ee302b9b69fafdab16730f979e73b808f9ec (patch)
tree8461fac4b1b3fe54857ae09219069f2c8c53f8b7 /kernel.spec
parentfaa8d0c2d9327a97dca9a74d6fe123d699ac1468 (diff)
downloadkernel-5e72ee302b9b69fafdab16730f979e73b808f9ec.tar.gz
kernel-5e72ee302b9b69fafdab16730f979e73b808f9ec.tar.xz
kernel-5e72ee302b9b69fafdab16730f979e73b808f9ec.zip
Update secure boot support for UEFI cert importing
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index 79bde35af..c56b1f537 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
@@ -688,7 +688,7 @@ Patch800: linux-2.6-crash-driver.patch
Patch900: modsign-post-KS-jwb.patch
# secure boot
-Patch1000: secure-boot-20120924.patch
+Patch1000: secure-boot-20121026.patch
# Improve PCI support on UEFI
Patch1100: handle-efi-roms.patch
@@ -1406,7 +1406,7 @@ ApplyPatch linux-2.6-e1000-ich9-montevina.patch
ApplyPatch modsign-post-KS-jwb.patch
# secure boot
-ApplyPatch secure-boot-20120924.patch
+ApplyPatch secure-boot-20121026.patch
# Improved PCI support for UEFI
ApplyPatch handle-efi-roms.patch
@@ -2317,6 +2317,9 @@ fi
# ||----w |
# || ||
%changelog
+* Sat Oct 27 2012 Josh Boyer <jwboyer@redhat.com>
+- Update secure boot support for UEFI cert importing
+
* Fri Oct 26 2012 Peter Robinson <pbrobinson@fedoraproject.org>
- The initial ARM unified kernel support (vexpress, highbank, mvebu to begin). WOO HOO!!!