diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-11 18:38:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-11 18:38:03 +0200 |
commit | bdfbdecdf3db5d4022116a38d883fe66c89e589c (patch) | |
tree | 3a996f60ad0cc4f2e4931030797ce82fcecf0712 /php54.spec | |
parent | 66bb5b1fa0568eb46823ad9a74fc8010fe234d95 (diff) |
php: avoid issue when 2 builds run simultaneously
Diffstat (limited to 'php54.spec')
-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 |