Added explaining URLs to repack policies script and to priority check.
This commit is contained in:
parent
09b6d319b8
commit
cd57c6ee3f
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user