summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-11 17:38:35 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-11 17:38:35 +0200
commit859626c37a503a5af28d166164688a2b81a8d45b (patch)
tree8539883e23df81bf46b13525822bb3c673b7ea7d
parent3872a870eb6c7f65df0c6f13b2f79e18605ec8c8 (diff)
php: upstream 'phar' symlink is now ok, no need to recreate it
-rw-r--r--php.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 9e55f10..780cf8e 100644
--- a/php.spec
+++ b/php.spec
@@ -1392,9 +1392,6 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm
sed -e 's:php-fpm.service:%{?scl_prefix}php-fpm.service:' \
-i $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/php-fpm
-# Fix the link
-(cd $RPM_BUILD_ROOT%{_bindir}; ln -sfn phar.phar phar)
-
# make the cli commands available in standard root for SCL build
%if 0%{?scl:1}
install -m 755 -d $RPM_BUILD_ROOT%{_root_bindir}
@@ -1767,6 +1764,8 @@ fi
%changelog
+- 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
http://www.php.net/releases/5_5_26.php