From ddca35bbb79b5167f130bbb31f4088aa9e640c05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Oct 2018 12:27:06 +0200 Subject: minor --- php-bartlett-php-compatinfo-db.spec | 1 + 1 file changed, 1 insertion(+) 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 -- cgit