diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-25 15:43:47 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-25 15:43:47 +0100 |
commit | b6073385bb83442d47d6f3b8c036e10dbf033c78 (patch) | |
tree | 4ed8df62ba45c9eaa5c048f4ef3f047e377ff361 | |
parent | 3f610f88a50c19f94d2ce59b7f0dafbc52dd9f75 (diff) |
silent touch on read only database, reported as
https://github.com/llaville/php-compatinfo-db/issues/112
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 9 |
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 6.1.1-2 - update bundled bartlett/php-compatinfo-db 3.18.0 |