From ba03cb522542bc6df39e28aa44bfa41076d03dcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2016 08:13:18 +0200 Subject: php-mongodb: typo --- php-mongodb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-mongodb.spec b/php-mongodb.spec index 276353a..b49e0e3 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -13,7 +13,7 @@ %global gh_project mongo-php-library # 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%{!?_without_tests:1} +%global with_tests 0%{?_with_tests:1} # remirepo:3 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 6 %global with_tests 0%{!?_without_tests:1} -- cgit