summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-03-05 11:58:39 -0500
committerDave Jones <davej@redhat.com>2012-03-05 11:58:39 -0500
commit986c6ceb5238ba243a3a35a3a5d23cbfc6707be7 (patch)
treebf3a1932f6673b84cce6d844a26a3b4624cb48e8 /kernel.spec
parentddb2c7e4f3e4fd825a04998e6d0408905484185a (diff)
downloadkernel-986c6ceb5238ba243a3a35a3a5d23cbfc6707be7.tar.gz
kernel-986c6ceb5238ba243a3a35a3a5d23cbfc6707be7.tar.xz
kernel-986c6ceb5238ba243a3a35a3a5d23cbfc6707be7.zip
Linux 3.3-rc6
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 6 insertions, 11 deletions
diff --git a/kernel.spec b/kernel.spec
index f250ce99a..538a58e72 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 2
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -85,9 +85,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%define rcrev 5
+%define rcrev 6
# The git snapshot level
-%define gitrev 3
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -708,7 +708,6 @@ Patch1800: drm-vgem.patch
# nouveau + drm fixes
# intel drm is all merged upstream
Patch1824: drm-intel-next.patch
-Patch1825: drm-intel-crtc-dpms-fix.patch
Patch1900: linux-2.6-intel-iommu-igfx.patch
@@ -769,9 +768,6 @@ Patch21236: scsi-fix-sd_revalidate_disk-oops.patch
Patch21250: mcelog-rcu-splat.patch
Patch21260: x86-Avoid-invoking-RCU-when-CPU-is-idle.patch
-#rhbz 790367
-Patch21270: s390x-enable-keys-compat.patch
-
#rhbz 795544
Patch21280: ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
@@ -1449,7 +1445,6 @@ ApplyPatch drm-vgem.patch
# Intel DRM
ApplyOptionalPatch drm-intel-next.patch
-ApplyPatch drm-intel-crtc-dpms-fix.patch
ApplyPatch linux-2.6-intel-iommu-igfx.patch
@@ -1500,9 +1495,6 @@ ApplyPatch scsi-fix-sd_revalidate_disk-oops.patch
ApplyPatch mcelog-rcu-splat.patch
-#rhbz 790367
-ApplyPatch s390x-enable-keys-compat.patch
-
#rhbz 795544
ApplyPatch ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
@@ -2391,6 +2383,9 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Mar 05 2012 Dave Jones <davej@redhat.com>
+- Linux 3.3-rc6
+
* Mon Mar 05 2012 John W. Linville <linville@redhat.com>
- Turn-off CONFIG_B43_BCMA_EXTRA to avoid b43/brcmsmac overlap