summaryrefslogtreecommitdiffstats
path: root/php-google-apiclient1.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-google-apiclient1.spec')
-rw-r--r--php-google-apiclient1.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/php-google-apiclient1.spec b/php-google-apiclient1.spec
index 9cdfadf..7c4ddd7 100644
--- a/php-google-apiclient1.spec
+++ b/php-google-apiclient1.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-google-apiclient1, from:
#
# Fedora spec file for php-google-apiclient1
#
@@ -65,7 +66,7 @@ Requires: php-reflection
Requires: php-spl
# Weak dependencies
-%if 0%{?fedora} >= 21
+%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
Suggests: php-pecl(apcu)
Suggests: php-pecl(memcache)
Suggests: php-pecl(memcached)
@@ -136,7 +137,7 @@ rm -f tests/general/ApiBatchRequestTest.php
: Upstream tests
RETURN_CODE=0
-for PHP_EXEC in %{_bindir}/php %{?rhel:php54 php55} php56 php70 php71; do
+for PHP_EXEC in %{_bindir}/php %{?rhel:php54 php55 php56 php70} php71 php72 php73 php74; do
if [ "%{_bindir}/php" == "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC %{_bindir}/phpunit || RETURN_CODE=1
fi