From 551b8ec73a573a59643f3770d27e4389347e87e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Apr 2013 07:19:08 +0200 Subject: php-fpm must own /usr/share/fpm --- php55.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php55.spec b/php55.spec index 2f6bc7c..ff981a4 100644 --- a/php55.spec +++ b/php55.spec @@ -1734,6 +1734,7 @@ fi # log owned by apache for log %attr(770,apache,root) %dir %{_localstatedir}/log/php-fpm %{_mandir}/man8/php-fpm.8* +%dir %{_datadir}/fpm %{_datadir}/fpm/status.html %endif -- cgit