mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
do not unpack binary blobs if they are not used
This commit is contained in:
parent
34aede3d18
commit
c415eeef86
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
echo "You have disabled both include_debug_build and include_normal_build. That is a no go."
|
||||||
exit 13
|
exit 13
|
||||||
fi
|
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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
|
||||||
prioritylength=`expr length %{priority}`
|
prioritylength=`expr length %{priority}`
|
||||||
if [ $prioritylength -ne 8 ] ; then
|
if [ $prioritylength -ne 8 ] ; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue