diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-05-30 16:57:16 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-05-30 16:57:16 -0400 |
| commit | ad6b974304db9b325ee33defdedd155cb1a7fe40 (patch) | |
| tree | 969680aadc0f234c01ad48c19364cae28a746b01 /kernel.spec | |
| parent | be64ba5ea6517a95a65cc53360e21a2c22ca75d6 (diff) | |
| download | kernel-ad6b974304db9b325ee33defdedd155cb1a7fe40.tar.gz kernel-ad6b974304db9b325ee33defdedd155cb1a7fe40.tar.xz kernel-ad6b974304db9b325ee33defdedd155cb1a7fe40.zip | |
modsign: Fix 32bit ELF table interpretation from David Howells (rhbz 825944)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 7f022691..a7c9abd1 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 @@ -676,6 +676,7 @@ Patch800: linux-2.6-crash-driver.patch # crypto/ Patch900: modsign-20120510.patch +Patch901: modsign-fix-elf-rel.patch # virt + ksm patches Patch1555: fix_xen_guest_on_old_EC2.patch @@ -1384,6 +1385,7 @@ ApplyPatch linux-2.6-e1000-ich9-montevina.patch # crypto/ ApplyPatch modsign-20120510.patch +ApplyPatch modsign-fix-elf-rel.patch # Assorted Virt Fixes ApplyPatch fix_xen_guest_on_old_EC2.patch @@ -2298,6 +2300,9 @@ fi # ||----w | # || || %changelog +* Wed May 30 2012 Josh Boyer <jwboyer@redhat.com> +- modsign: Fix 32bit ELF table interpretation from David Howells (rhbz 825944) + * Tue May 29 2012 Josh Boyer <jwboyer@redhat.com> - 3.5.0-0.rc0.git9.1 - Linux v3.4-8261-ga01ee16 |
