summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-11 18:38:03 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-11 18:38:03 +0200
commitbdfbdecdf3db5d4022116a38d883fe66c89e589c (patch)
tree3a996f60ad0cc4f2e4931030797ce82fcecf0712
parent66bb5b1fa0568eb46823ad9a74fc8010fe234d95 (diff)
php: avoid issue when 2 builds run simultaneously
-rw-r--r--php54.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php54.spec b/php54.spec
index 95540a1..2866865 100644
--- a/php54.spec
+++ b/php54.spec
@@ -893,6 +893,10 @@ rm -f tests/basic/php_egg_logo_guid.phpt
rm -f ext/date/tests/timezone_location_get.phpt
# fails sometime
rm -f ext/sockets/tests/mcast_ipv?_recv.phpt
+# avoid issue when 2 builds run simultaneously
+%ifnarch x86_64
+sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
+%endif
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
@@ -1734,6 +1738,7 @@ fi
%changelog
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.4.42-1.1
- don't provide php-sqlite3 on EL-5
+- avoid issue when 2 builds run simultaneously
* Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> 5.4.42-1
- Update to 5.4.42