diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index e8c842f..d3a75b4 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -953,6 +953,7 @@ if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 ] ; then exit 13 fi %setup -q -c -n %{uniquesuffix ""} -T -a 0 +# https://bugzilla.redhat.com/show_bug.cgi?id=1189084 prioritylength=`expr length %{priority}` if [ $prioritylength -ne 7 ] ; then echo "priority must be 7 digits in total, violated" diff --git a/repackReproduciblePolycies.sh b/repackReproduciblePolycies.sh index 12b5ff6..33a46b8 100644 --- a/repackReproduciblePolycies.sh +++ b/repackReproduciblePolycies.sh @@ -1,4 +1,5 @@ #!/bin/sh +# https://bugzilla.redhat.com/show_bug.cgi?id=1142153 M=META-INF/MANIFEST.MF #P=/usr/lib/jvm/java/jre/lib/security P=$1/lib/security