summaryrefslogtreecommitdiffstats
path: root/php56.spec
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
commitd9c656a6819f9a8024bb336ee8e0030559ae02ed (patch)
tree4f1b6e861a9045bc6568b10062b16ca5036b122d /php56.spec
parent08094152b672760cb293c70fd4a77dea590b394e (diff)
php: avoid issue when 2 builds run simultaneously
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php56.spec b/php56.spec
index f701660..dbab030 100644
--- a/php56.spec
+++ b/php56.spec
@@ -1024,6 +1024,10 @@ rm ext/standard/tests/file/file_get_contents_error001.phpt
rm ext/sockets/tests/mcast_ipv?_recv.phpt
# cause stack exhausion
rm Zend/tests/bug54268.phpt
+# avoid issue when 2 builds run simultaneously
+%ifarch 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)
@@ -1974,6 +1978,7 @@ fi
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-1.1
- don't provide php-sqlite3 on EL-5
- the phar link is now correctly created
+- avoid issue when 2 builds run simultaneously
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.6.10-1
- Update to 5.6.10