Bug 126364 - libxslt has no requirement to python version it was rebuilded against
Summary: libxslt has no requirement to python version it was rebuilded against
Keywords:
Status: CLOSED UPSTREAM
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: 2004-06-20 09:53 UTC by Robert Scheck
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-07-06 15:43:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2004-06-20 09:53:17 UTC
Description of problem:
libxslt has no requirement to python version it was rebuilded 
against.

Version-Release number of selected component (if applicable):
libxslt-1.1.7-2

Actual results / Expected results:
--- snipp ---
--- libxslt.spec       2004-04-19 00:49:33.000000000 +0200
+++ libxslt.spec.rsc   2004-06-20 11:50:41.000000000 +0200
@@ -38,7 +38,7 @@
 Requires: libxslt = %{version}
 Requires: libxml2 >= 2.6.8
 Requires: libxml2-python >= 2.6.8
-Requires: python
+Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)

 %description python
 The libxslt-python package contains a module that permits applications
--- snapp ---

Additional info:
libxml2 has this requirement already.

Comment 1 Robert Scheck 2004-07-06 15:20:38 UTC
Same issue also at libxslt-1.1.8-1...

Comment 2 Daniel Veillard 2004-07-06 15:43:54 UTC
Hum, right, I made the change upstream, this should show up in
a future release,

  sorry for the delay,

Daniel


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