diff options
-rw-r--r-- | php56.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |