Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=857724 --- Comment #7 from Remi Collet <fedora@xxxxxxxxxxxxxxxxx> --- You cannot requires (for ex.) php53-curl which is not a package (and provided). Per Guildelines you should requires all the "needed" extensions, so php-curl (which is provided both by php-common and php53-common) Of course, you need to also requires php53-common to ensure minimal version (5.2.0 according to upstream), until we have, as in fedora, the php(language) provided by php in RHEL (pending). So: # to ensure minimal PHP version Requires: php53-common # extensions required Requires: php-IDNA_Convert Requires: php-curl Requires: php-date Requires: php-dom Requires: php-iconv Requires: php-libxml Requires: php-mbstring Requires: php-pcre Requires: php-pdo Requires: php-reflection Requires: php-xml I'm also confused by https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0007 I don't think you can push php-simplepie 1.3.1 in EPEL-5 (else this package won't be needed) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rRRZzElFgZ&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review