From b6073385bb83442d47d6f3b8c036e10dbf033c78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jan 2022 15:43:47 +0100 Subject: silent touch on read only database, reported as https://github.com/llaville/php-compatinfo-db/issues/112 --- php-bartlett-PHP-CompatInfo.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-bartlett-PHP-CompatInfo.spec') diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index ff70063..db85cfa 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -22,7 +22,7 @@ Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Find out version and the extensions required for a piece of code to run License: BSD and MIT @@ -123,6 +123,9 @@ show content of dictionary references. %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm +# https://github.com/llaville/php-compatinfo-db/issues/112 +sed -e 's/touch/@touch/' -i vendor/bartlett/php-compatinfo-db/config/set/default.php + : Gather all license files and cleanup tests mv vendor/composer/LICENSE composer_LICENSE for vendor in $(ls vendor) @@ -188,6 +191,10 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Tue Jan 25 2022 Remi Collet - 6.1.1-3 +- silent touch on read only database, reported as + https://github.com/llaville/php-compatinfo-db/issues/112 + * Tue Jan 25 2022 Remi Collet - 6.1.1-2 - update bundled bartlett/php-compatinfo-db 3.18.0 -- cgit