Karanbir Singh wrote: > quick question, to everyone out there who uses php and xml stuff, should > php-xml-5.x provide a php-domxml so that php-domxml-4.x has a direct > update path, and packages that require php-domxml would / could meet > their requires: from the php-5 tree ( php-xml-5.x does not, at this time > provide a php-domxml ) > > This would have a direct impact on the horde packages in centos-extras. Sorry, hit send somehow by mistake... Has this problem been brought up on RedHat's bugzilla? For the record, php-xml in RHEL5-beta1 does this: %package xml Summary: A module for PHP applications which use XML Group: Development/Languages Requires: php = %{version}-%{release} Obsoletes: php-domxml, php-dom Provides: php-dom, php-xsl So it obsoletes it, and there is an upgrade path for php-domxml to php-xml, but rpms that require php-domxml need php-xml to provide php-domxml as well. Do you want to file a bug report? Greg