diff options
Diffstat (limited to 'freed-ora/current/f18/kernel.spec')
-rw-r--r-- | freed-ora/current/f18/kernel.spec | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/freed-ora/current/f18/kernel.spec b/freed-ora/current/f18/kernel.spec index 081c4f1b8..32586334b 100644 --- a/freed-ora/current/f18/kernel.spec +++ b/freed-ora/current/f18/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 5 +%global baserelease 201 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -78,7 +78,7 @@ Summary: The Linux kernel %define basegnu -gnu%{?librev} # To be inserted between "patch" and "-2.6.". -#define stablelibre -3.7%{?stablegnux} +%define stablelibre -3.7%{?stablegnux} #define rcrevlibre -3.7%{?rcrevgnux} #define gitrevlibre -3.7%{?gitrevgnux} @@ -112,7 +112,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 1 +%define stable_update 2 # Is it a -stable RC? %define stable_rc 0 # Set rpm version accordingly @@ -596,7 +596,7 @@ BuildRequires: xmlto, asciidoc BuildRequires: sparse >= 0.4.1 %endif %if %{with_perf} -BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison +BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison audit-libs-devel %endif %if %{with_tools} BuildRequires: pciutils-devel gettext @@ -827,14 +827,10 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch #rhbz 871078 Patch22112: USB-report-submission-of-active-URBs.patch -#rhbz 874791 -Patch22125: Bluetooth-Add-support-for-BCM20702A0.patch - #rhbz 859485 Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch #rhbz CVE-2012-4530 868285 880147 -Patch21228: exec-do-not-leave-bprm-interp-on-stack.patch Patch21229: exec-use-eloop-for-max-recursion-depth.patch #rhbz 851278 @@ -1626,14 +1622,10 @@ ApplyPatch selinux-apply-different-permission-to-ptrace-child.patch #rhbz 871078 ApplyPatch USB-report-submission-of-active-URBs.patch -#rhbz 874791 -ApplyPatch Bluetooth-Add-support-for-BCM20702A0.patch - #rhbz 859485 ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch #rhbz CVE-2012-4530 868285 880147 -ApplyPatch exec-do-not-leave-bprm-interp-on-stack.patch ApplyPatch exec-use-eloop-for-max-recursion-depth.patch #rhbz 851278 @@ -2537,6 +2529,16 @@ fi # ||----w | # || || %changelog +* Sun Jan 13 2013 Alexandre Oliva <lxoliva@fsfla.org> -libre +- GNU Linux-libre 3.7.2-gnu + +* Fri Jan 11 2013 Justin M. Forbes <jforbes@redhat.com> 3.7.1-1 +- Linux v3.7.2 +- Enable Intel IOMMU by default + +* Thu Jan 10 2013 Dave Jones <davej@redhat.com> +- Add audit-libs-devel to perf build-deps to enable trace command. (rhbz 892893) + * Tue Jan 08 2013 Josh Boyer <jwboyer@redhat.com> - Add patch to fix shutdown on some machines (rhbz 890547) |