summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-17 17:20:03 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-17 17:20:03 -0400
commit201b16fb19290f162b82d31a41d32a70b012a429 (patch)
tree1fbf8726d4c2959323401fe24fb323d9786b7008 /kernel.spec
parent2386f64fe5a3031daf7de86ae9aac5fb8c687f4b (diff)
downloadkernel-201b16fb19290f162b82d31a41d32a70b012a429.tar.gz
kernel-201b16fb19290f162b82d31a41d32a70b012a429.tar.xz
kernel-201b16fb19290f162b82d31a41d32a70b012a429.zip
fix oldnoconfig
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index f200ac8ea..71f974e8e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
-%global baserelease 0
+%global baserelease 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -584,8 +584,11 @@ Patch04: linux-2.6-compile-fixes.patch
# build tweak for build ID magic, even for -vanilla
Patch05: linux-2.6-makefile-after_link.patch
+Patch08: fix-oldnoconfig-to-dtrt.patch
+
%if !%{nopatches}
+
# revert upstream patches we get via other methods
Patch09: linux-2.6-upstream-reverts.patch
# Git trees.
@@ -1085,6 +1088,7 @@ make -f %{SOURCE20} VERSION=%{version} configs
ApplyOptionalPatch git-linus.diff
+ApplyPatch fix-oldnoconfig-to-dtrt.patch
ApplyPatch linux-2.6-makefile-after_link.patch
#
@@ -1858,6 +1862,9 @@ fi
# || ||
%changelog
+* Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com> - 2.6.36-0.1.rc1.git0
+- Fix 'oldnoconfig' to do what nonint_loose_oldconfig did.
+
* Tue Aug 17 2010 Kyle McMartin <kyle@redhat.com>
- explicitly set KERNEL_GZIP