do not unpack binary blobs if they are not used

This commit is contained in:
Mikhail Novosyolov 2020-07-13 13:24:25 +03:00
parent 34aede3d18
commit c415eeef86

View file

@ -1406,7 +1406,7 @@ if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 ] ; then
echo "You have disabled both include_debug_build and include_normal_build. That is a no go."
exit 13
fi
%setup -q -c -n %{uniquesuffix ""} -T -a 0 -b 301
%setup -q -c -n %{uniquesuffix ""} -T -a 0 %{?_with_bootstrap:-b 301}
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
prioritylength=`expr length %{priority}`
if [ $prioritylength -ne 8 ] ; then