diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-27 08:16:42 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-27 08:16:42 +0100 |
commit | 17606afe7f591b6838c5ca56503761e03b9de125 (patch) | |
tree | d0c74b68ef23cf24e3bafd24df94ec6e1276a1e4 | |
parent | bd945fc916ff22adaa3540c39083b932ed51377e (diff) |
fix bad condition
-rw-r--r-- | php-maxminddb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 814b96b..2a4667f 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -274,7 +274,7 @@ done php --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ %{_bindir}/phpunit \ --bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \ -%if %{__isa_bits} < 64 +%if 0%{?__isa_bits} < 64 --filter '^((?!(testDecoder)).)*$' \ %endif --verbose || ret=1 |