From c415eeef86bc8c57fee86dadf3a67c5a3fdb6bee Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 13 Jul 2020 13:24:25 +0300 Subject: [PATCH] do not unpack binary blobs if they are not used --- java-11-openjdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index f7e1501..4b88b11 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -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