Description of problem: libxslt-devel depends on %{version} but not on %{version}-%{release}, please fix this with the next build of the package. There can be minor changes which could be incompatible after release bumping, so it's save to add %{release}, too. Version-Release number of selected component (if applicable): libxslt-1.1.20-1 Expected results: Please apply the following patch or better: --- snipp --- --- libxslt.spec 2007-05-03 00:35:19.000000000 +0200 +++ libxslt.spec.rsc 2007-05-03 00:35:31.000000000 +0200 @@ -24,7 +24,7 @@ %package devel Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries -Requires: libxslt = %{version} +Requires: libxslt = %{version}-%{release} Requires: libxml2-devel >= 2.6.27 Requires: pkgconfig @@ -37,7 +37,7 @@ %package python Summary: Python bindings for the libxslt library Group: Development/Libraries -Requires: libxslt = %{version} +Requires: libxslt = %{version}-%{release} Requires: libxml2 >= 2.6.27 Requires: libxml2-python >= 2.6.27 --- snapp ---
Fixed in CVS but I didn't rebuilt the package yet, Daniel
This bug is NOT fixed in 1.1.21-1, reopening.
I HAD fixed it, in CVS. The changes were possibly lost during Fedora migration. Fixed again in CVS, for both libxml2 and libxslt, this will be propagated in the next builds hopefully Daniel