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

Josh Boyer jwboyer at fedoraproject.org
Fri Mar 1 12:40:10 UTC 2013


commit d0bae3101fb1b763c754bdacaf523f8bb4d86b6e
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 adf66ea..a2945d1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1443,13 +1443,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