From 0326200b21e9f0f6dd1030f7c2a3dad399d692df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Dec 2021 14:33:41 +0100 Subject: test build --- php-bartlett-php-compatinfo-db.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index dd944c9..c10cd97 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -49,6 +49,7 @@ Patch0: %{name}-3.14-rpm.patch # - CURL_SSLVERSION constants # - Phar::OPENSSL_SHA* constants Patch1: %{name}-backports.patch +Patch2: %{name}-up.patch BuildArch: noarch BuildRequires: php(language) >= 7.3 @@ -165,6 +166,7 @@ standard distribution and about 110 extensions. %patch0 -p1 -b .rpm %patch1 -p1 -b .backports +%patch2 -p1 -b .up : relocate mv config src/config @@ -272,8 +274,6 @@ export DATABASE_URL=sqlite:///%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite # https://github.com/llaville/php-compatinfo-db/issues/79 rm -rf tests/Reference/Extension/PhpPecl/Imagick -# https://github.com/llaville/php-compatinfo-db/issues/99 -rm -rf tests/Reference/Extension/PhpPecl/Rdkafka mkdir config cat << 'EOF' | tee config/bootstrap.php -- cgit