summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2012-10-25 14:52:49 -0500
committerJustin M. Forbes <jforbes@redhat.com>2012-10-25 14:52:49 -0500
commit1ef1d3dfe6fdd6d047366a3387fe46e180495c3e (patch)
treeb04b4f8d33f9ab6eb8e038360de17472a225cc8e
parent254ff0a9fd1a5f1ff0bdd59ad11da4ff0762f9b0 (diff)
downloadkernel-1ef1d3dfe6fdd6d047366a3387fe46e180495c3e.tar.gz
kernel-1ef1d3dfe6fdd6d047366a3387fe46e180495c3e.tar.xz
kernel-1ef1d3dfe6fdd6d047366a3387fe46e180495c3e.zip
Linux v3.7-rc2-145-g4864ccb
-rw-r--r--kernel.spec17
-rw-r--r--sources2
2 files changed, 12 insertions, 7 deletions
diff --git a/kernel.spec b/kernel.spec
index 6855c38d4..9ebfcb709 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 2
# The git snapshot level
-%define gitrev 2
+%define gitrev 3
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -645,6 +645,8 @@ Patch04: linux-2.6-compile-fixes.patch
# build tweak for build ID magic, even for -vanilla
Patch05: linux-2.6-makefile-after_link.patch
+Patch06: power-x86-destdir.patch
+
%if !%{nopatches}
@@ -739,8 +741,6 @@ Patch21006: arm-tegra-sdhci-module-fix.patch
# ARM highbank patches
Patch21010: arm-highbank-sata-fix.patch
-Patch21094: power-x86-destdir.patch
-
#rhbz 754518
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -1310,6 +1310,8 @@ ApplyPatch linux-2.6-makefile-after_link.patch
#
ApplyOptionalPatch linux-2.6-compile-fixes.patch
+ApplyPatch power-x86-destdir.patch
+
%if !%{nopatches}
# revert patches from upstream that conflict or that we get via other means
@@ -1442,8 +1444,6 @@ ApplyPatch lis3-improve-handling-of-null-rate.patch
ApplyPatch i82975x-edac-fix.patch
-ApplyPatch power-x86-destdir.patch
-
#rhbz 754518
ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
@@ -1686,7 +1686,7 @@ BuildKernel() {
# Make sure the Makefile and version.h have a matching timestamp so that
# external modules can be built
- touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/linux/version.h
+ touch -r $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Makefile $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/generated/uapi/linux/version.h
# Copy .config to include/config/auto.conf so "make prepare" is unnecessary.
cp $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/.config $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/include/config/auto.conf
@@ -2311,6 +2311,11 @@ fi
# ||----w |
# || ||
%changelog
+* Thu Oct 25 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc2.git3.1
+- Linux v3.7-rc2-145-g4864ccb
+- Move power-x86-destdir.patch to apply on vanilla kernels (thanks knurd)
+- Deal with uapi move of version.h
+
* Wed Oct 24 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc2.git2.1
- Linux v3.7-rc2-119-g0e9e3e3
diff --git a/sources b/sources
index d87e607ce..9fe5a9f75 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz
d4da3e472267e21af9ef30215c84ebaa patch-3.7-rc2.xz
-92d515ed622543975f41e4308eb1602f patch-3.7-rc2-git2.xz
+7dcf3d82a5742d4e29df9faae8a44681 patch-3.7-rc2-git3.xz