diff options
| author | Justin M. Forbes <jforbes@redhat.com> | 2012-07-11 10:42:52 -0500 |
|---|---|---|
| committer | Justin M. Forbes <jforbes@redhat.com> | 2012-07-11 10:42:52 -0500 |
| commit | c4dc54725152bdd9c47f4d992fdf3812d6b24697 (patch) | |
| tree | 55b0e88c4a8c121ade8df7b3538dcd4756e69224 /kernel.spec | |
| parent | ea446ceb8ec1da3f60fabaab3d5aad51105bf0fc (diff) | |
Linux v3.5-rc6-40-g055c9fa
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index d96d48cb..14a8ddbb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 6 # The git snapshot level -%define gitrev 1 +%define gitrev 2 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -745,6 +745,10 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch #rhbz 828824 Patch22043: rt2x00usb-fix-indexes-ordering-on-RX-queue-kick.patch +#Fix FIPS for aesni hardare +Patch22050: crypto-testmgr-allow-aesni-intel-and-ghash_clmulni-intel.patch +Patch22051: crypto-aesni-intel-fix-wrong-kfree-pointer.patch + # END OF PATCH DEFINITIONS %endif @@ -1436,6 +1440,10 @@ ApplyPatch highbank-export-clock-functions.patch #rhbz 828824 ApplyPatch rt2x00usb-fix-indexes-ordering-on-RX-queue-kick.patch +#Fix FIPS for aesni hardare +ApplyPatch crypto-testmgr-allow-aesni-intel-and-ghash_clmulni-intel.patch +ApplyPatch crypto-aesni-intel-fix-wrong-kfree-pointer.patch + # END OF PATCH APPLICATIONS %endif @@ -2292,6 +2300,10 @@ fi # ||----w | # || || %changelog +* Wed Jul 11 2012 Justin M. Forbes <jforbes@redhat.com> - 3.5.0-0.rc6.git2.1 +- Linux v3.5-rc6-40-g055c9fa +- Fix FIPS for aesni hardware (rhbz 839239) + * Tue Jul 10 2012 Justin M. Forbes <jforbes@redhat.com> - 3.5.0-0.rc6.git1.1 - Linux v3.5-rc6-22-g2437fcc |
