[kernel/f18] we want to do the oldconfigs on other arches

Dave Jones davej at fedoraproject.org
Thu Feb 28 18:50:21 UTC 2013


commit f1077a4b1c4da04f47f7fcc43a32d26df8e96ac8
Author: Dave Jones <davej at redhat.com>
Date:   Thu Feb 28 13:49:47 2013 -0500

    we want to do the oldconfigs on other arches
    
    otherwise we don't find out about missed config options until we get to koji

 kernel.spec |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index ce157a4..f3f7140 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1485,13 +1485,6 @@ touch .scmversion
 
 mkdir configs
 
-# Remove configs not for the buildarch
-for cfg in kernel-%{version}-*.config; do
-  if [ `echo %{all_arch_configs} | grep -c $cfg` -eq 0 ]; then
-    rm -f $cfg
-  fi
-done
-
 %if !%{debugbuildsenabled}
 rm -f kernel-%{version}-*debug.config
 %endif


More information about the scm-commits mailing list