diff options
author | Josh Boyer <jwboyer@redhat.com> | 2013-01-16 22:13:05 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2013-01-16 22:13:05 -0500 |
commit | de47636919105ae3c900af29e648df7d4e7c0b70 (patch) | |
tree | 60d650deada47e455fc12566a238719e0cd21941 /kernel.spec | |
parent | 74cf3922e78e6dc8a90f381e8241522b3999d33b (diff) | |
download | kernel-de47636919105ae3c900af29e648df7d4e7c0b70.tar.gz kernel-de47636919105ae3c900af29e648df7d4e7c0b70.tar.xz kernel-de47636919105ae3c900af29e648df7d4e7c0b70.zip |
Fix power management sysfs on non-secure boot machines (rhbz 896243)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index e529068ba..082bb9858 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-20130111.patch +Patch1000: secure-boot-20130116.patch Patch1001: efivarfs-nlink-fix.patch # virt + ksm patches @@ -1369,7 +1369,7 @@ ApplyPatch crash-driver.patch # crypto/ # secure boot -ApplyPatch secure-boot-20130111.patch +ApplyPatch secure-boot-20130116.patch ApplyPatch efivarfs-nlink-fix.patch # Assorted Virt Fixes @@ -2297,6 +2297,9 @@ fi # ||----w | # || || %changelog +* Wed Jan 16 2013 Josh Boyer <jwboyer@redhat.com> +- Fix power management sysfs on non-secure boot machines (rhbz 896243) + * Wed Jan 16 2013 Dave Jones <davej@redhat.com> - Experiment: Double the length of the brcmsmac transmit timeout. |