Created attachment 825935 [details] Proposed patch for packaging issues Description of problem: At some point system php started to provide tidy php module. Support for tidy should be removed from package.
php-extras-5.3.3-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/php-extras-5.3.3-2.el6
Package php-extras-5.3.3-2.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing php-extras-5.3.3-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-12145/php-extras-5.3.3-2.el6 then log in and leave karma (feedback).
5.3.3-2.el6 gives new problem. php-pdo on rhel6 doesn't provide php(pdo-abi) - it provides php-pdo-abi. diff --git a/php-extras.spec b/php-extras.spec index 34b1795..a58bfcb 100644 --- a/php-extras.spec +++ b/php-extras.spec @@ -76,7 +76,7 @@ Summary: Standard PHP module provides mssql support Group: Development/Languages Requires: php(api) = %{php_core_api} Requires: php(zend-abi) = %{php_zend_api} -Requires: php(pdo-abi) = %{php_pdo_api} +Requires: php-pdo-abi = %{php_pdo_api} Provides: php_database %{?_with_mssql:BuildRequires: freetds-devel} @@ -92,7 +92,7 @@ Summary: Standard PHP module provides interbase/firebird suppo Group: Development/Languages Requires: php(api) = %{php_core_api} Requires: php(zend-abi) = %{php_zend_api} -Requires: php(pdo-abi) = %{php_pdo_api} +Requires: php-pdo-abi = %{php_pdo_api} Provides: php_database, php-firebird %{?_with_interbase:BuildRequires: firebird-devel}
php-extras-5.3.3-3.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/php-extras-5.3.3-3.el6
php-extras-5.3.3-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.