summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-01-11 15:42:28 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-01-11 15:42:28 -0500
commit95c66487c98b9c2b1ac7680f0686f9c0c0b1eccd (patch)
tree8b325193eb40d751bc338c703756cb78bb3b860c /kernel.spec
parent7ef2fa6dc8ed9336b0da7b06ab1b1d653b74cfb9 (diff)
downloadkernel-95c66487c98b9c2b1ac7680f0686f9c0c0b1eccd.tar.gz
kernel-95c66487c98b9c2b1ac7680f0686f9c0c0b1eccd.tar.xz
kernel-95c66487c98b9c2b1ac7680f0686f9c0c0b1eccd.zip
Update secure-boot patchset
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 fd4613974..49b17b0b1 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 2
+%global baserelease 3
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -669,7 +669,7 @@ Patch800: crash-driver.patch
# crypto/
# secure boot
-Patch1000: secure-boot-20130104.patch
+Patch1000: secure-boot-20130111.patch
Patch1001: efivarfs-nlink-fix.patch
# virt + ksm patches
@@ -1372,7 +1372,7 @@ ApplyPatch crash-driver.patch
# crypto/
# secure boot
-ApplyPatch secure-boot-20130104.patch
+ApplyPatch secure-boot-20130111.patch
ApplyPatch efivarfs-nlink-fix.patch
# Assorted Virt Fixes
@@ -2301,6 +2301,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Jan 11 2013 Josh Boyer <jwboyer@redhat.com>
+- Update secure-boot patchset
+
* Thu Jan 10 2013 Justin M. Forbes <jforbes@redhat.com> - 3.8.0-0.rc3.git0.2
- Reenable debugging options.