Bug 238788 - libxslt-devel depends on %{version} but not on %{version}-%{release}
Summary: libxslt-devel depends on %{version} but not on %{version}-%{release}
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libxslt
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-05-02 22:37 UTC by Robert Scheck
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-07-26 13:18:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2007-05-02 22:37:05 UTC
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 ---

Comment 1 Daniel Veillard 2007-05-03 18:16:44 UTC
Fixed in CVS but I didn't rebuilt the package yet,

Daniel

Comment 2 Robert Scheck 2007-07-15 20:43:34 UTC
This bug is NOT fixed in 1.1.21-1, reopening.

Comment 3 Daniel Veillard 2007-07-26 13:18:38 UTC
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


Note You need to log in before you can comment on or make changes to this bug.