we want to do the oldconfigs on other arches

otherwise we don't find out about missed config options until we get to koji
This commit is contained in:
Dave Jones 2013-02-28 13:49:47 -05:00
parent 171d2934e0
commit f1077a4b1c
1 changed files with 0 additions and 7 deletions

View File

@ -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