summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-01-18 20:00:25 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-01-18 20:54:46 -0500
commit57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb (patch)
tree9fdc5f5c42e20d9b044a992ce517b7d9657d0401 /kernel.spec
parentd4d7cd7818244e55ad5f1c0ce3d56e6d73a183e7 (diff)
downloadkernel-57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb.tar.gz
kernel-57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb.tar.xz
kernel-57fc038a5eefa58ea958af5d7ce4be0c21bdb3fb.zip
Fix broken procfs backport (rhbz 782961)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 5523f6d71..523f7d0cb 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,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 7
+%global baserelease 8
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2344,6 +2344,9 @@ fi
# ||----w |
# || ||
%changelog
+* Wed Jan 18 2012 Josh Boyer <jwboyer@redhat.com> 3.2.1-8
+- Fix broken procfs backport (rhbz 782961)
+
* Wed Jan 18 2012 Josh Boyer <jwboyer@redhat.com> 3.2.1-7
- /proc/pid/* information leak (rhbz 782686)
- CVE-2012-0056 proc: clean up and fix /proc/<pid>/mem (rhbz 782681)