https://bugzilla.redhat.com/show_bug.cgi?id=823075 --- Comment #8 from Remi Collet <fedora@xxxxxxxxxxxxxxxxx> --- $ colordiff -u php-symfony2-Security.spec.001 php-symfony2-Security.spec --- php-symfony2-Security.spec.001 2012-06-13 08:31:19.000000000 +0200 +++ php-symfony2-Security.spec 2012-06-30 06:44:46.000000000 +0200 @@ -4,7 +4,7 @@ Name: php-symfony2-Security Version: 2.0.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Symfony2 %{pear_name} Component Group: Development/Libraries @@ -22,6 +22,7 @@ Requires: php-json Requires: php-openssl Requires: php-pcre +Requires: php-pdo Requires: php-reflection Requires: php-spl Requires: php-pear(PEAR) @@ -40,7 +41,12 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} %description -%{summary}. +Security provides an infrastructure for sophisticated authorization systems, +which makes it possible to easily separate the actual authorization logic from +so called user providers that hold the users credentials. It is inspired by +the Java Spring framework. + +Optional dependencies: DoctrineCommon and DoctrineDBAL %prep @@ -48,6 +54,12 @@ # package.xml is version 2.0 mv package.xml %{pear_name}-%{version}/%{name}.xml +# Change PEAR role of *.sql files from doc to php. +# Fixed in upstream version 2.1.0 BETA1. +sed -i \ + 's#<file *md5sum="\([^"]\+\)" *name="\([^"]\+.sql\)" *role="doc" */>#<file md5sum="\1" name="\2" role="php" />#' \ + %{pear_name}-%{version}/%{name}.xml + %build # Empty build section, most likely nothing required. @@ -84,6 +96,11 @@ %changelog +* Sat Jun 30 2012 Shawn Iwinski <shawn.iwinski@xxxxxxxxx> 2.0.15-3 +- Added php-pdo require +- Updated %%description +- Changed PEAR role of *.sql files from doc to php + * Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski@xxxxxxxxx> 2.0.15-2 - Added php-pear(%%{pear_channel}/ClassLoader) require - Added php-pear(%%{pear_channel}/Finder) require -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review