]> git.pld-linux.org Git - packages/php.git/commitdiff
- phar cli requires zlib
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Oct 2011 15:26:28 +0000 (15:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.957

php.spec

index c921ac0f9a785dcb1151dad7d02cb276bed7f3d8..91ff2bb69d44089d69471adbd4e7a222300f193c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1328,6 +1328,8 @@ Group:            Libraries
 URL:           http://www.php.net/manual/en/book.phar.php
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      %{name}-spl = %{epoch}:%{version}-%{release}
+# zlib is required by phar program, but as phar cli is optional should the dep be too
+Suggests:      %{name}-zlib
 Suggests:      php-program
 Provides:      php(phar)
 
This page took 0.051086 seconds and 4 git commands to generate.