summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-08-13 14:58:51 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-08-13 14:58:51 -0400
commit83eda0f21874f6ae7aa6a4bc80b3aede6245e17d (patch)
treed069b8275cbdf79682f3cdb4b592e50c840b543a /kernel.spec
parent0f5d14cc696325e1b004fa026a8412f19c6a3f7a (diff)
downloadkernel-83eda0f21874f6ae7aa6a4bc80b3aede6245e17d.tar.gz
kernel-83eda0f21874f6ae7aa6a4bc80b3aede6245e17d.tar.xz
kernel-83eda0f21874f6ae7aa6a4bc80b3aede6245e17d.zip
Fix VFS file creation bugs (rhbz 844485)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 7f8224cf0..d3c0add83 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -746,6 +746,9 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch
#rhbz 836742
Patch22059: uvcvideo-Reset-bytesused-field-when-recycling-erroneous-buffer.patch
+#rhbz 844485
+Patch22060: vfs-fix-file-creation-bugs.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1436,6 +1439,9 @@ ApplyPatch selinux-apply-different-permission-to-ptrace-child.patch
#rhbz 836742
ApplyPatch uvcvideo-Reset-bytesused-field-when-recycling-erroneous-buffer.patch
+#rhbz 844485
+ApplyPatch vfs-fix-file-creation-bugs.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2293,6 +2299,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Aug 13 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc1.git5.2
+- Fix VFS file creation bugs (rhbz 844485)
+
* Mon Aug 13 2012 Josh Boyer <jwboyer@redhat.com> - 3.6.0-0.rc1.git5.1
- Linux v3.6-rc1-312-g3bf671a