[php-symfony2-DependencyInjection] Added requires for optional PEAR dependencies

Shawn Iwinski siwinski at fedoraproject.org
Sat Jun 9 16:33:22 UTC 2012


commit 17532eea660c7310a054e6ed1f27abe35fdd6a4c
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jun 9 12:25:27 2012 -0400

    Added requires for optional PEAR dependencies
    
    - Added php-pear(%{pear_channel}/Config) require
    - Added php-pear(%{pear_channel}/Yaml) require
    - Removed ownership for directories already owned by required packages

 php-symfony2-DependencyInjection.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec
index 0e3f730..324b7ce 100644
--- a/php-symfony2-DependencyInjection.spec
+++ b/php-symfony2-DependencyInjection.spec
@@ -4,7 +4,7 @@
 
 Name:             php-symfony2-DependencyInjection
 Version:          2.0.15
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -25,6 +25,8 @@ Requires:         php-spl
 Requires:         php-simplexml
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
+Requires:         php-pear(%{pear_channel}/Config) = %{version}
+Requires:         php-pear(%{pear_channel}/Yaml) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
 
@@ -76,11 +78,14 @@ fi
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Symfony/Component/%{pear_name}
-%dir %{pear_phpdir}/Symfony/Component
-%dir %{pear_phpdir}/Symfony
 
 
 %changelog
+* Sat Jun 9 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
+- Added php-pear(%%{pear_channel}/Config) require
+- Added php-pear(%%{pear_channel}/Yaml) require
+- Removed ownership for directories already owned by required packages
+
 * Wed May 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-1
 - Updated to upstream version 2.0.15
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"


More information about the scm-commits mailing list