[php-symfony2-HttpKernel] Added optional requires

Shawn Iwinski siwinski at fedoraproject.org
Thu Jun 28 04:51:24 UTC 2012


commit 26ab79e31fb163edfb618c70e888eedc7a700ade
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Thu Jun 28 00:49:14 2012 -0400

    Added optional requires
    
    - php-pdo
    - php-pdo_mysql
    - php-pdo_sqlite

 php-symfony2-HttpKernel.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec
index 66dd3d2..faf4c1f 100644
--- a/php-symfony2-HttpKernel.spec
+++ b/php-symfony2-HttpKernel.spec
@@ -4,7 +4,7 @@
 
 Name:             php-symfony2-HttpKernel
 Version:          2.0.15
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -29,6 +29,9 @@ Requires:         php-pear(%{pear_channel}/EventDispatcher) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
 # Optional requires
+Requires:         php-pdo
+Requires:         php-pdo_mysql
+Requires:         php-pdo_sqlite
 Requires:         php-pear(%{pear_channel}/BrowserKit) = %{version}
 Requires:         php-pear(%{pear_channel}/ClassLoader) = %{version}
 Requires:         php-pear(%{pear_channel}/Config) = %{version}
@@ -83,6 +86,9 @@ fi
 
 
 %changelog
+* Thu Jun 28 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-3
+- Added optional requires php-pdo, php-pdo_mysql and php-pdo_sqlite
+
 * Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
 - Added php-pear(%%{pear_channel}/BrowserKit) require
 - Added php-pear(%%{pear_channel}/ClassLoader) require


More information about the scm-commits mailing list