From d71f18833944049ac591488bfbc507f4b2a7ee71 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Aug 10 2011 13:18:01 +0000 Subject: Make sure all the config-* files are in some Sources line --- diff --git a/kernel.spec b/kernel.spec index 4ace587..b901ea5 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 +- Make sure all the config-* files are in Sources + +* Wed Aug 10 2011 Josh Boyer - Linux-3.1-rc1-git2 * Tue Aug 09 2011 Dave Jones