Linux v3.7-rc2-145-g4864ccb
This commit is contained in:
parent
254ff0a9fd
commit
1ef1d3dfe6
17
kernel.spec
17
kernel.spec
@ -95,7 +95,7 @@ Summary: The Linux kernel
|
|||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 2
|
%define rcrev 2
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 2
|
%define gitrev 3
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}.0
|
%define rpmversion 3.%{upstream_sublevel}.0
|
||||||
%endif
|
%endif
|
||||||
@ -645,6 +645,8 @@ Patch04: linux-2.6-compile-fixes.patch
|
|||||||
# build tweak for build ID magic, even for -vanilla
|
# build tweak for build ID magic, even for -vanilla
|
||||||
Patch05: linux-2.6-makefile-after_link.patch
|
Patch05: linux-2.6-makefile-after_link.patch
|
||||||
|
|
||||||
|
Patch06: power-x86-destdir.patch
|
||||||
|
|
||||||
%if !%{nopatches}
|
%if !%{nopatches}
|
||||||
|
|
||||||
|
|
||||||
@ -739,8 +741,6 @@ Patch21006: arm-tegra-sdhci-module-fix.patch
|
|||||||
# ARM highbank patches
|
# ARM highbank patches
|
||||||
Patch21010: arm-highbank-sata-fix.patch
|
Patch21010: arm-highbank-sata-fix.patch
|
||||||
|
|
||||||
Patch21094: power-x86-destdir.patch
|
|
||||||
|
|
||||||
#rhbz 754518
|
#rhbz 754518
|
||||||
Patch21235: scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
|
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
|
ApplyOptionalPatch linux-2.6-compile-fixes.patch
|
||||||
|
|
||||||
|
ApplyPatch power-x86-destdir.patch
|
||||||
|
|
||||||
%if !%{nopatches}
|
%if !%{nopatches}
|
||||||
|
|
||||||
# revert patches from upstream that conflict or that we get via other means
|
# 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 i82975x-edac-fix.patch
|
||||||
|
|
||||||
ApplyPatch power-x86-destdir.patch
|
|
||||||
|
|
||||||
#rhbz 754518
|
#rhbz 754518
|
||||||
ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch
|
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
|
# Make sure the Makefile and version.h have a matching timestamp so that
|
||||||
# external modules can be built
|
# 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.
|
# 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
|
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 |
|
# ||----w |
|
||||||
# || ||
|
# || ||
|
||||||
%changelog
|
%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
|
* Wed Oct 24 2012 Justin M. Forbes <jforbes@redhat.com> - 3.7.0-0.rc2.git2.1
|
||||||
- Linux v3.7-rc2-119-g0e9e3e3
|
- Linux v3.7-rc2-119-g0e9e3e3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz
|
1a1760420eac802c541a20ab51a093d1 linux-3.6.tar.xz
|
||||||
d4da3e472267e21af9ef30215c84ebaa patch-3.7-rc2.xz
|
d4da3e472267e21af9ef30215c84ebaa patch-3.7-rc2.xz
|
||||||
92d515ed622543975f41e4308eb1602f patch-3.7-rc2-git2.xz
|
7dcf3d82a5742d4e29df9faae8a44681 patch-3.7-rc2-git3.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user