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