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:
parent
5e517eb692
commit
d0bae3101f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user