summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-09-09 11:21:22 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-09-09 11:22:24 -0400
commit737c9c7da818f1da0bdf3f6a0dda5c38a3cba769 (patch)
tree1061a2beaa4fb88b4d17ea5ad94049740fa3f23c /kernel.spec
parentefbfbdcb49762fff74f5f8f586710cbc316f671e (diff)
downloadkernel-737c9c7da818f1da0bdf3f6a0dda5c38a3cba769.tar.gz
kernel-737c9c7da818f1da0bdf3f6a0dda5c38a3cba769.tar.xz
kernel-737c9c7da818f1da0bdf3f6a0dda5c38a3cba769.zip
Change to 64K page size for ppc64 kernels (rhbz 736751)
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 c57c89066..742e49244 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 0
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -2039,6 +2039,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Sep 09 2011 Josh Boyer <jwboyer@redhat.com>
+- Change to 64K page size for ppc64 kernels (rhbz 736751)
+
* Wed Sep 07 2011 Josh Boyer <jwboyer@redhat.com>
- Linux 3.1-rc5 (locally generated patch from git as kernel.org is down)
- Add patch to fix oops when linking entities in ucvideo (rhbz 735437)