summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-19 17:05:06 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-19 17:05:06 -0400
commita62b0aa064c2e60aa1b2d4cbc03a6e260c2c5b88 (patch)
treec9619c32d7b922d9690c527e2242340b2958b0f6 /kernel.spec
parent1bfcf9a44170f86df5a5b56f46734a6ae1aea4a2 (diff)
downloadkernel-a62b0aa064c2e60aa1b2d4cbc03a6e260c2c5b88.tar.gz
kernel-a62b0aa064c2e60aa1b2d4cbc03a6e260c2c5b88.tar.xz
kernel-a62b0aa064c2e60aa1b2d4cbc03a6e260c2c5b88.zip
fix prepped configs (they were fine at build time, just broken at prep.)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 3873b6d34..0499699b8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 3
+%global baserelease 4
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -1297,6 +1297,7 @@ do
fi
%endif
rm -f .newoptions
+ make ARCH=$Arch oldnoconfig
echo "# $Arch" > configs/$i
cat .config >> configs/$i
done
@@ -1864,6 +1865,10 @@ fi
# || ||
%changelog
+* Thu Aug 19 2010 Kyle McMartin <kmcmartin@redhat.com> - 2.6.36-0.4.rc1.git1
+- Run oldnoconfig on the configs during make prep.
+- Make the fix oldnoconfig patch a one liner.
+
* Wed Aug 18 2010 Chuck Ebbert <cebbert@redhat.com> - 2.6.36-0.3.rc1.git1
- Fix hangs on boot with some AMD processors
(x86-cpu-fix-regression-in-amd-errata-checking-code.patch)