summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-10-31 13:38:31 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-10-31 13:38:31 -0400
commitb07f54352e180803ae2820a9d0e800fd070876c4 (patch)
treeb5d83c25f60b6af56f0a58cbe98aa920c61a6759 /kernel.spec
parent54ff465a53ac0b2fc3ff659933c090348f134bc0 (diff)
downloadkernel-b07f54352e180803ae2820a9d0e800fd070876c4.tar.gz
kernel-b07f54352e180803ae2820a9d0e800fd070876c4.tar.xz
kernel-b07f54352e180803ae2820a9d0e800fd070876c4.zip
Update secure boot hibernate patch to include swsusp
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 7a463f52..06ffc06a 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-20121026.patch
+Patch1000: secure-boot-20121031.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-20121026.patch
+ApplyPatch secure-boot-20121031.patch
# Improved PCI support for UEFI
ApplyPatch handle-efi-roms.patch
@@ -2317,6 +2317,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Oct 31 2012 Josh Boyer <jwboyer@redhat.com>
+- Update secure boot hibernate patch to include swsusp
+
* Tue Oct 30 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc3.git1.1
- Linux v3.7-rc3-8-g35fd3dc
- Reenable debugging options.