diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-05 08:42:00 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-05 08:44:20 -0500 |
commit | 636d1173770251eb2d1e460cc88cd31532855e7f (patch) | |
tree | 8412d38e7a2eb53855a03a4e853b3d3bdd09a208 /kernel.spec | |
parent | 9263f3b4e778b6001a5f70641214a9c760c0876a (diff) | |
download | kernel-636d1173770251eb2d1e460cc88cd31532855e7f.tar.gz kernel-636d1173770251eb2d1e460cc88cd31532855e7f.tar.xz kernel-636d1173770251eb2d1e460cc88cd31532855e7f.zip |
Add various fixes for keys crashes and an SELinux issue (rhbz 1035000)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec index 5d08f557a..cc293e143 100644 --- a/kernel.spec +++ b/kernel.spec @@ -635,7 +635,7 @@ Patch800: crash-driver.patch Patch900: keys-expand-keyring.patch Patch901: keys-krb-support.patch Patch902: keys-x509-improv.patch -Patch903: keyring-quota.patch +Patch903: keys-fixes.patch # secure boot Patch1000: secure-modules.patch @@ -1393,7 +1393,7 @@ ApplyPatch crash-driver.patch ApplyPatch keys-expand-keyring.patch ApplyPatch keys-krb-support.patch ApplyPatch keys-x509-improv.patch -ApplyPatch keyring-quota.patch +ApplyPatch keys-fixes.patch # secure boot ApplyPatch secure-modules.patch @@ -2305,6 +2305,9 @@ fi # ||----w | # || || %changelog +* Thu Dec 05 2013 Josh Boyer <jwboyer@fedoraproject.org> +- Add various fixes for keys crashes and an SELinux issue (rhbz 1035000) + * Wed Dec 04 2013 Justin M. Forbes <jforbes@fedoraproject.org> - 3.12.3-1 - Linux v3.12.3 |