diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-07-24 11:22:32 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-07-24 11:22:38 -0400 |
commit | 306dfccc03842b8b0238c2c4ec13198f8b8ea2a3 (patch) | |
tree | e3e2fcff4fdf058cce51b494c4483bb26bceb8b5 /kernel.spec | |
parent | e5daab54384437bc4c218fd2177af5ed4accc7b5 (diff) | |
download | kernel-306dfccc03842b8b0238c2c4ec13198f8b8ea2a3.tar.gz kernel-306dfccc03842b8b0238c2c4ec13198f8b8ea2a3.tar.xz kernel-306dfccc03842b8b0238c2c4ec13198f8b8ea2a3.zip |
Update modsign and include secure boot
- Update modsign patch to latest upstream
- Add initial UEFI Secure Boot patchset. Work in progress.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index fe8ba5e1b..6f3a9c6f9 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 @@ -672,7 +672,10 @@ Patch700: linux-2.6-e1000-ich9-montevina.patch Patch800: linux-2.6-crash-driver.patch # crypto/ -Patch900: modsign-20120718.patch +Patch900: modsign-20120724.patch + +# secure boot +Patch1000: secure-boot-20120724.patch # virt + ksm patches Patch1555: fix_xen_guest_on_old_EC2.patch @@ -1374,7 +1377,10 @@ ApplyPatch linux-2.6-crash-driver.patch ApplyPatch linux-2.6-e1000-ich9-montevina.patch # crypto/ -ApplyPatch modsign-20120718.patch +ApplyPatch modsign-20120724.patch + +# secure boot +ApplyPatch secure-boot-20120724.patch # Assorted Virt Fixes ApplyPatch fix_xen_guest_on_old_EC2.patch @@ -2295,6 +2301,10 @@ fi # ||----w | # || || %changelog +* Tue Jul 24 2012 Josh Boyer <jwboyer@redhat.com> +- Update modsign patch to latest upstream +- Add initial UEFI Secure Boot patchset. Work in progress. + * Tue Jul 24 2012 Justin M. Forbes <jforbes@redhat.com> - 3.6.0-0.rc0.git1.1 - Linux v3.5-1643-gf0a08fc |