From 8aae5db42304a3aa4873619da19d6a5b4bb4e055 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Apr 2013 07:19:50 +0200 Subject: php 5.5: fix blacklist file perm --- php55.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php55.spec b/php55.spec index 32288e6..48288f9 100644 --- a/php55.spec +++ b/php55.spec @@ -1534,7 +1534,7 @@ cat files.zip >> files.common %endif # The default Zend OPcache blacklist file -install -m 755 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist +install -m 644 %{SOURCE51} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/opcache-default.blacklist # Install the macros file: install -d $RPM_BUILD_ROOT%{_sysconfdir}/rpm -- cgit