From 08094152b672760cb293c70fd4a77dea590b394e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jun 2015 17:38:35 +0200 Subject: php: upstream 'phar' symlink is now ok, no need to recreate it --- php56.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/php56.spec b/php56.spec index 7eb5f30..f701660 100644 --- a/php56.spec +++ b/php56.spec @@ -1592,9 +1592,6 @@ install -D -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/conf.d/php-fpm install -D -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/nginx/default.d/php.conf %endif -# Fix the link -(cd $RPM_BUILD_ROOT%{_bindir}; ln -sfn phar.phar phar) - # Generate files lists and stub .ini files for each subpackage for mod in pgsql odbc ldap snmp xmlrpc imap \ mysqlnd mysql mysqli pdo_mysql \ @@ -1976,6 +1973,7 @@ fi %changelog * Thu Jun 11 2015 Remi Collet 5.6.10-1.1 - don't provide php-sqlite3 on EL-5 +- the phar link is now correctly created * Thu Jun 11 2015 Remi Collet 5.6.10-1 - Update to 5.6.10 -- cgit