[kernel/f20] Fix keyring quota misaccounting (rhbz 1017683)

Josh Boyer jwboyer at fedoraproject.org
Fri Oct 18 18:54:09 UTC 2013


commit 28b7d43505fc3ea92780e4c8da6d945288dd254c
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Fri Oct 18 14:54:06 2013 -0400

    Fix keyring quota misaccounting (rhbz 1017683)

 kernel.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index b8ed760..d3ea18b 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 302
+%global baserelease 303
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -652,6 +652,7 @@ Patch800: crash-driver.patch
 Patch900: keys-expand-keyring.patch
 Patch901: keys-krb-support.patch
 Patch902: keys-x509-improv.patch
+Patch903: keyring-quota.patch
 
 # secure boot
 Patch1000: secure-modules.patch
@@ -1424,6 +1425,7 @@ ApplyPatch crash-driver.patch
 ApplyPatch keys-expand-keyring.patch
 ApplyPatch keys-krb-support.patch
 ApplyPatch keys-x509-improv.patch
+ApplyPatch keyring-quota.patch
 
 # secure boot
 ApplyPatch secure-modules.patch
@@ -2342,6 +2344,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri Oct 18 2013 Josh Boyer <jwboyer at fedoraproject.org> - 3.11.5-303
+- Fix keyring quota misaccounting (rhbz 1017683)
+
 * Thu Oct 17 2013 Josh Boyer <jwboyer at fedoraproject.org>
 - Add patch to fix BusLogic error (rhbz 1015558)
 - Fix rt2800usb polling timeouts and throughput issues (rhbz 984696)


More information about the scm-commits mailing list