summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-26 09:48:12 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-26 09:48:12 +0100
commit95efa768e8f1928d89e0bd604002f59a08473997 (patch)
tree702711fc355c39f864450261ef59463ddbdf6c3c
parentee011141be62f8775edcd6cddb1ae4c653d9191f (diff)
php: php-fpm should own /var/lib/php/session and wsdlcache
-rw-r--r--php54.spec6
1 files changed, 5 insertions, 1 deletions
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 <rcollet@redhat.com> 5.4.25-2.1
+- php-fpm should own /var/lib/php/session
+
* Tue Feb 18 2014 Remi Collet <rcollet@redhat.com> 5.4.25-2
- upstream patch for https://bugs.php.net/66731