diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-26 09:48:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-26 09:48:12 +0100 |
commit | 42675c31d3207833332948fa46f6d26064cf546f (patch) | |
tree | 9c542135960a0af1771adfed1564a3d04b6517f2 | |
parent | 3033746a65d2fcb1db6f42d4caeb5ea9ec489c93 (diff) |
php: php-fpm should own /var/lib/php/session and wsdlcache
-rw-r--r-- | php55.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -114,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.5.10 %if 0%{?snapdate:1}%{?rcver:1} -Release: 0.3.%{?snapdate}%{?rcver}%{?dist} +Release: 0.4.%{?snapdate}%{?rcver}%{?dist} %else Release: 1%{?dist} %endif @@ -1790,6 +1790,8 @@ fi %defattr(-,root,root) %doc php-fpm.conf.default %doc fpm_LICENSE +%attr(0770,root,apache) %dir %{_localstatedir}/lib/php/session +%attr(0770,root,apache) %dir %{_localstatedir}/lib/php/wsdlcache %config(noreplace) %{_sysconfdir}/php-fpm.conf %config(noreplace) %{_sysconfdir}/php-fpm.d/www.conf %config(noreplace) %{_sysconfdir}/logrotate.d/php-fpm @@ -1879,6 +1881,9 @@ fi %changelog +* Wed Feb 26 2014 Remi Collet <rcollet@redhat.com> 5.5.10-0.4.RC1 +- php-fpm should own /var/lib/php/session and wsdlcache + * Tue Feb 25 2014 Remi Collet <rcollet@redhat.com> 5.5.10-0.3.RC1 - test build for https://bugs.php.net/66762 |