summaryrefslogtreecommitdiffstats
path: root/php-webimpress-http-middleware-compatibility.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-webimpress-http-middleware-compatibility.spec')
-rw-r--r--php-webimpress-http-middleware-compatibility.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-webimpress-http-middleware-compatibility.spec b/php-webimpress-http-middleware-compatibility.spec
index 19bd1d9..66d5a20 100644
--- a/php-webimpress-http-middleware-compatibility.spec
+++ b/php-webimpress-http-middleware-compatibility.spec
@@ -20,7 +20,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 0.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Compatibility library for Draft PSR-15 HTTP Middleware
License: BSD
@@ -125,9 +125,13 @@ exit $ret
%license LICENSE
%doc composer.json
%doc *.md
-%{_datadir}/php/%{pk_vendor}/%{pk_project}%{major}
+%dir %{_datadir}/php/%{pk_vendor}/
+ %{_datadir}/php/%{pk_vendor}/%{pk_project}%{major}
%changelog
+* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 0.1.4-2
+- own /usr/share/php/webimpress #1789783
+
* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 0.1.4-1
- initial package