SPECS: Perlbal.spec - uid not good either (same on ac)
glen
glen at pld-linux.org
Mon Jan 14 00:29:26 CET 2008
Author: glen Date: Sun Jan 13 23:29:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- uid not good either (same on ac)
---- Files affected:
SPECS:
Perlbal.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/Perlbal.spec
diff -u SPECS/Perlbal.spec:1.7 SPECS/Perlbal.spec:1.8
--- SPECS/Perlbal.spec:1.7 Mon Jan 14 00:22:22 2008
+++ SPECS/Perlbal.spec Mon Jan 14 00:29:21 2008
@@ -75,7 +75,7 @@
%if %{with tests}
# randomize the first base port a little
-export TEST_TCP_FREE_PORT=$((4096 + $(id -u)))
+export TEST_TCP_FREE_PORT=$(perl -e 'print (4096 + $$) % 65536')
%{__make} test
%endif
@@ -121,6 +121,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2008-01-13 23:29:21 glen
+- uid not good either (same on ac)
+
Revision 1.7 2008-01-13 23:22:22 glen
- randomize base tests port
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Perlbal.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list