diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-11-13 12:42:33 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-11-13 12:42:33 -0500 |
commit | 31bc2ae998b5ac1912064d746d5c31638943f4c1 (patch) | |
tree | e09fccbfad499bb5b4ab7543905bd1166529800a /kernel.spec | |
parent | 858d74266ac1fd1d563891b58b31c12df066f7fd (diff) | |
download | kernel-31bc2ae998b5ac1912064d746d5c31638943f4c1.tar.gz kernel-31bc2ae998b5ac1912064d746d5c31638943f4c1.tar.xz kernel-31bc2ae998b5ac1912064d746d5c31638943f4c1.zip |
Add patch from David Howells to fix header guards on installed kernel headers
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 327866e6b..f04da4ac4 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 @@ -762,6 +762,7 @@ Patch22067: selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch # Build patch, should go away Patch22070: irqnr-build.patch +Patch22071: uapi-prefix-fix.patch # END OF PATCH DEFINITIONS @@ -1468,6 +1469,7 @@ ApplyPatch selinux-Fix-sel_netnode_insert-suspicious-rcu-dereference.patch #Build patch, should go away ApplyPatch irqnr-build.patch +ApplyPatch uapi-prefix-fix.patch # END OF PATCH APPLICATIONS @@ -2324,6 +2326,9 @@ fi # ||----w | # || || %changelog +* Tue Nov 13 2012 Josh Boyer <jwboyer@redhat.com> +- Add patch from David Howells to fix header guards on installed kernel headers + * Tue Nov 13 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc5.git1.1 - Linux v3.7-rc5-14-g9924a19 - Reenable debugging options. |