diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-08-10 09:18:01 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-08-10 09:18:01 -0400 |
commit | d71f18833944049ac591488bfbc507f4b2a7ee71 (patch) | |
tree | 802c926b2c4df8b8f3b4d264f527a440c79e2457 | |
parent | 3922dda4422174cf167aaccda4b18687daee5114 (diff) | |
download | kernel-d71f18833944049ac591488bfbc507f4b2a7ee71.tar.gz kernel-d71f18833944049ac591488bfbc507f4b2a7ee71.tar.xz kernel-d71f18833944049ac591488bfbc507f4b2a7ee71.zip |
Make sure all the config-* files are in some Sources line
-rw-r--r-- | kernel.spec | 6 |
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> |