diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-11 17:38:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-11 17:38:35 +0200 |
commit | fddeb1acabe740abfaee37d9640a07bc499f56a8 (patch) | |
tree | 47fb88a4e0125cc6addd4297bfb98e36b6f3c027 /php55.spec | |
parent | 1c515063b2b45b1f81d61a5e14d57683dc2130fd (diff) |
php: upstream 'phar' symlink is now ok, no need to recreate it
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1606,9 +1606,6 @@ install -m 755 -d $RPM_BUILD_ROOT%{_initrddir} install -m 755 %{SOURCE99} $RPM_BUILD_ROOT%{_initrddir}/php-fpm %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 mysqlnd_mysql mysqlnd_mysqli pdo_mysqlnd \ @@ -1973,6 +1970,7 @@ fi %changelog * Thu Jun 11 2015 Remi Collet <remi@fedoraproject.org> 5.5.26-1.1 - don't provide php-sqlite3 on EL-5 +- the phar link is now correctly created * Wed Jun 10 2015 Remi Collet <remi@fedoraproject.org> 5.5.26-1 - Update to 5.5.26 |