[php-symfony2-DependencyInjection] Removed conditional for phar require

Shawn Iwinski siwinski at fedoraproject.org
Sat Mar 23 16:20:34 UTC 2013


commit 7089e937c300f6e9e671e9b2930d8f1e9b1cb2a0
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Mar 23 12:20:25 2013 -0400

    Removed conditional for phar require

 php-symfony2-DependencyInjection.spec |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec
index a12395c..a7d6aa9 100644
--- a/php-symfony2-DependencyInjection.spec
+++ b/php-symfony2-DependencyInjection.spec
@@ -42,13 +42,10 @@ Requires(postun): %{__pear}
 # phpci
 Requires:         php-dom
 Requires:         php-pcre
+Requires:         php-phar
 Requires:         php-reflection
 Requires:         php-simplexml
 Requires:         php-spl
-%if 0%{?fedora} && 0%{?fedora} >= 19
-Requires:         php-phar
-%else
-Requires:         php-pecl(phar)
 %endif
 # Optional
 Requires:         php-pear(%{pear_channel}/Config) >= 2.2.0
@@ -167,7 +164,6 @@ fi
 - Updated to 2.2.0
 - Removed tests' bootstrap patch
 - Removed php-ctype and php-libxml requires
-- Added conditional for phar require
 
 * Sat Mar 23 2013 Remi Collet <rcollet at redhat.com> 2.1.8-2
 - fix Requires for phar extension


More information about the scm-commits mailing list