[php-symfony2-Form] Added optional require

Shawn Iwinski siwinski at fedoraproject.org
Mon Jul 2 19:53:27 UTC 2012


commit c9dca4ebf0a95f10a58d7e5f04ea0d0a864139c8
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Mon Jul 2 15:52:55 2012 -0400

    Added optional require

 php-symfony2-Form.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index 652f7e2..8646225 100644
--- a/php-symfony2-Form.spec
+++ b/php-symfony2-Form.spec
@@ -4,7 +4,7 @@
 
 Name:             php-symfony2-Form
 Version:          2.0.15
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -31,6 +31,7 @@ Requires:         php-pear(%{pear_channel}/Locale) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
 # Optional requires
+Requires:         php-pear(%{pear_channel}/DependencyInjection) = %{version}
 Requires:         php-pear(%{pear_channel}/HttpFoundation) = %{version}
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -52,7 +53,7 @@ sed -i \
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required.
 
 
 %install
@@ -86,6 +87,9 @@ fi
 
 
 %changelog
+* Mon Jul 2 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-4
+- Added php-pear(%%{pear_channel}/DependencyInjection) require
+
 * Fri Jun 29 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-3
 - Changed PEAR role of Symfony/Component/Form/Resources/config/validation.xml
 


More information about the scm-commits mailing list