summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-03 14:07:56 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-03 14:07:56 -0500
commit914bd7b36a84b679db4eefaaa24e93ce15e76994 (patch)
tree0e4687dc972f619adaf91c869b5794b5cb772ff4 /kernel.spec
parent46521a321b2224b50c776f03c2d7dfddf56255b9 (diff)
downloadkernel-914bd7b36a84b679db4eefaaa24e93ce15e76994.tar.gz
kernel-914bd7b36a84b679db4eefaaa24e93ce15e76994.tar.xz
kernel-914bd7b36a84b679db4eefaaa24e93ce15e76994.zip
Drop patch that was NAKed upstream (rhbz 783211)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 4 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index 2431fa27..d00e4db0 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -737,9 +737,6 @@ Patch21070: ext4-Support-check-none-nocheck-mount-options.patch
Patch21073: KVM-x86-extend-struct-x86_emulate_ops-with-get_cpuid.patch
Patch21074: KVM-x86-fix-missing-checks-in-syscall-emulation.patch
-#rhbz 783211
-Patch21087: fs-Inval-cache-for-parent-block-device-if-fsync-called-on-part.patch
-
Patch21091: kmemleak.patch
Patch21092: udlfb-remove-sysfs-framebuffer-device-with-USB-disconnect.patch
@@ -1439,9 +1436,6 @@ ApplyPatch kmemleak.patch
ApplyPatch udlfb-remove-sysfs-framebuffer-device-with-USB-disconnect.patch
-#rhbz 783211
-ApplyPatch fs-Inval-cache-for-parent-block-device-if-fsync-called-on-part.patch
-
#rhbz 772772
ApplyPatch rt2x00_fix_MCU_request_failures.patch
@@ -2292,6 +2286,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Feb 03 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc2.git3.2
+- Drop patch that was NAKed upstream (rhbz 783211)
+
* Fri Feb 03 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc2.git3.1
- Linux 3.3-rc2-git3 (upstream 7f06db34e55af8fc33cf3d6d46d869cb7a372b5d)
- Patch from Jakub Kicinski to fix rt2x00 MCU requests (rhbz 772772)