diff options
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 693f69d..2879eae 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -186,6 +186,7 @@ install -D -p -m 644 data/compatinfo.sqlite %{buildroot}%{_datadir}/%{name} %check export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite +# remirepo:6 VER=$(php -r "echo PHP_MAJOR_VERSION . PHP_MINOR_VERSION;") if [ $VER -lt 72 ]; then # because of polyfill |