From 95efa768e8f1928d89e0bd604002f59a08473997 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 --- php54.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php54.spec b/php54.spec index 8bbd294..b0c5d43 100644 --- a/php54.spec +++ b/php54.spec @@ -81,7 +81,7 @@ Version: 5.4.25 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 2%{?dist} +Release: 2%{?dist}.1 %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1562,6 +1562,7 @@ fi %defattr(-,root,root) %doc php-fpm.conf.default %doc fpm_LICENSE +%attr(0770,root,apache) %dir %{_localstatedir}/lib/php/session %config(noreplace) %{_sysconfdir}/php-fpm.conf %config(noreplace) %{_sysconfdir}/php-fpm.d/www.conf %config(noreplace) %{_sysconfdir}/logrotate.d/php-fpm @@ -1640,6 +1641,9 @@ fi %changelog +* Wed Feb 26 2014 Remi Collet 5.4.25-2.1 +- php-fpm should own /var/lib/php/session + * Tue Feb 18 2014 Remi Collet 5.4.25-2 - upstream patch for https://bugs.php.net/66731 -- cgit