summaryrefslogtreecommitdiffstats
path: root/php55.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
commit82b8bf2b87540f916db88f88a8560fc9be07eb26 (patch)
tree58186df8be1c62fa81a67b1cca6030f841079e44 /php55.spec
parentfddeb1acabe740abfaee37d9640a07bc499f56a8 (diff)
php: avoid issue when 2 builds run simultaneously
Diffstat (limited to 'php55.spec')
-rw-r--r--php55.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php55.spec b/php55.spec
index e45522a..cb408a7 100644
--- a/php55.spec
+++ b/php55.spec
@@ -1007,6 +1007,10 @@ rm ext/date/tests/timezone_version_get_basic1.phpt
rm ext/standard/tests/file/file_get_contents_error001.phpt
# fails sometime
rm 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)
@@ -1971,6 +1975,7 @@ fi
* Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.5.26-1.1
- don't provide php-sqlite3 on EL-5
- the phar link is now correctly created
+- avoid issue when 2 builds run simultaneously
* Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> 5.5.26-1
- Update to 5.5.26