summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-06-25 12:16:21 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-06-25 12:16:21 -0500
commit0350197e2d226fc12ff8e0030d499470c9d5b027 (patch)
treec0f554b68498b7be500cc5133f411aeb3361059c /kernel.spec
parente8d34e0ae53138ca0e7d37a4a0f82ea1807f7ce9 (diff)
downloadkernel-0350197e2d226fc12ff8e0030d499470c9d5b027.tar.gz
kernel-0350197e2d226fc12ff8e0030d499470c9d5b027.tar.xz
kernel-0350197e2d226fc12ff8e0030d499470c9d5b027.zip
Linux 3.5-rc4
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec21
1 files changed, 8 insertions, 13 deletions
diff --git a/kernel.spec b/kernel.spec
index 8b2384b9..54febf47 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 4
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -93,7 +93,7 @@ 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 3
+%define rcrev 4
# The git snapshot level
%define gitrev 0
# Set rpm version accordingly
@@ -717,7 +717,6 @@ Patch20000: uprobes-3.5-tip.patch
# ARM
# OMAP
-Patch21000: arm-omap-3.5-fixes.patch
# ARM tegra
Patch21004: arm-tegra-nvec-kconfig.patch
@@ -730,8 +729,6 @@ Patch21010: highbank-export-clock-functions.patch
Patch21094: power-x86-destdir.patch
-Patch21098: hfsplus-Fix-bless-ioctl-when-used-with-hardlinks.patch
-
#rhbz 754518
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -742,9 +739,6 @@ Patch22000: weird-root-dentry-name-debug.patch
#selinux ptrace child permissions
Patch22001: selinux-apply-different-permission-to-ptrace-child.patch
-#rhbz 829016
-Patch22022: thp-avoid-atomic64_read-in-pmd_read_atomic-for-32bit-PAE.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1303,7 +1297,6 @@ ApplyPatch taint-vbox.patch
#
# ARM
#
-ApplyPatch arm-omap-3.5-fixes.patch
ApplyPatch arm-tegra-nvec-kconfig.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
ApplyPatch arm-tegra-sdhci-module-fix.patch
@@ -1419,8 +1412,6 @@ ApplyPatch uprobes-3.5-tip.patch
ApplyPatch power-x86-destdir.patch
-ApplyPatch hfsplus-Fix-bless-ioctl-when-used-with-hardlinks.patch
-
#rhbz 754518
ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -1434,8 +1425,6 @@ ApplyPatch selinux-apply-different-permission-to-ptrace-child.patch
#Highbank clock functions
ApplyPatch highbank-export-clock-functions.patch
-ApplyPatch thp-avoid-atomic64_read-in-pmd_read_atomic-for-32bit-PAE.patch
-
# END OF PATCH APPLICATIONS
%endif
@@ -2286,6 +2275,12 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jun 25 2012 Justin M. Forbes <jforbes@redhat.com> - 3.5.0-0.rc4.git0.1
+- Disable debugging options.
+
+* Mon Jun 25 2012 Justin M. Forbes <jforbes@redhat.com>
+- Linux 3.5-rc4
+
* Fri Jun 22 2012 Josh Boyer <jwboyer@redhat.com>
- Add uprobe backports from -tip from Anton Arapov