From d0bae3101fb1b763c754bdacaf523f8bb4d86b6e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 28 Feb 2013 13:49:47 -0500 Subject: [PATCH] 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 file changed, 7 deletions(-) diff --git a/kernel.spec b/kernel.spec index adf66eaa6..a2945d141 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