[kernel] attempt to fix config-local, by only applying the overrides to the target configs

Kyle McMartin kyle at fedoraproject.org
Wed Jan 22 16:03:38 UTC 2014


commit e57e8f1bf67c31f1fa1cbc2dbdb6739d69dc9408
Author: Kyle McMartin <kyle at fedoraproject.org>
Date:   Wed Jan 22 11:01:13 2014 -0500

    attempt to fix config-local, by only applying the overrides to the target configs

 kernel.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 5cf10cc..5a4230b 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1147,7 +1147,7 @@ make -f %{SOURCE19} config-release
 make -f %{SOURCE20} VERSION=%{version} configs
 
 # Merge in any user-provided local config option changes
-for i in kernel-%{version}-*.config
+for i in %{all_arch_configs}
 do
   mv $i $i.tmp
   ./merge.pl %{SOURCE1000} $i.tmp > $i


More information about the scm-commits mailing list