Added explaining URLs to repack policies script and to priority check.

This commit is contained in:
Jiri Vanek 2015-02-13 10:13:16 +01:00
parent 09b6d319b8
commit cd57c6ee3f
2 changed files with 2 additions and 0 deletions

View File

@ -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"

View File

@ -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