From 42675c31d3207833332948fa46f6d26064cf546f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Feb 2014 09:48:12 +0100 Subject: php: php-fpm should own /var/lib/php/session and wsdlcache --- php55.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php55.spec b/php55.spec index 943f80b..c47ae05 100644 --- a/php55.spec +++ b/php55.spec @@ -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 5.5.10-0.4.RC1 +- php-fpm should own /var/lib/php/session and wsdlcache + * Tue Feb 25 2014 Remi Collet 5.5.10-0.3.RC1 - test build for https://bugs.php.net/66762 -- cgit