diff options
Diffstat (limited to 'php-alcaeus-mongo-php-adapter.spec')
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index c776f2f..3c09a51 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -13,6 +13,10 @@ # Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 # Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x) %global with_tests 0%{?_with_tests:1} +# remirepo:3 +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 +%global with_tests 0%{!?_without_tests:1} +%endif %global ns_vendor Alcaeus |