summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-08-10 09:18:01 -0400
committerJosh Boyer <jwboyer@redhat.com>2011-08-10 09:18:01 -0400
commitd71f18833944049ac591488bfbc507f4b2a7ee71 (patch)
tree802c926b2c4df8b8f3b4d264f527a440c79e2457 /kernel.spec
parent3922dda4422174cf167aaccda4b18687daee5114 (diff)
downloadkernel-d71f18833944049ac591488bfbc507f4b2a7ee71.tar.gz
kernel-d71f18833944049ac591488bfbc507f4b2a7ee71.tar.xz
kernel-d71f18833944049ac591488bfbc507f4b2a7ee71.zip
Make sure all the config-* files are in some Sources line
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 4ace58764..b901ea52b 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 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -543,6 +543,7 @@ Source24: config-rhel-generic
Source30: config-x86-generic
Source31: config-i686-PAE
+Source32: config-x86-32-generic
Source40: config-x86_64-generic
@@ -1898,6 +1899,9 @@ fi
# || ||
%changelog
* Wed Aug 10 2011 Josh Boyer <jwboyer@redhat.com>
+- Make sure all the config-* files are in Sources
+
+* Wed Aug 10 2011 Josh Boyer <jwboyer@redhat.com>
- Linux-3.1-rc1-git2
* Tue Aug 09 2011 Dave Jones <davej@redhat.com>