From cd57c6ee3fff443c3e4167d31a6be378a58472e6 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Feb 13 2015 09:13:16 +0000 Subject: Added explaining URLs to repack policies script and to priority check. --- 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