Bug 84801

Summary: libxslt-1.0.26-1.src.rpm needs libxml2-devel >= 2.5.2 as prereq
Product: [Retired] Red Hat Raw Hide Reporter: Ken MacFarlane <ksm>
Component: libxsltAssignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-21 16:08:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ken MacFarlane 2003-02-21 15:06:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030103

Description of problem:
rpmbuild --rebuild libxslt-1.0.26-1.src.rpm fails if libxml2-devel 2.5.1 is
installed.  Succeeded after installing 2.5.3.



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


How reproducible:
Always

Steps to Reproduce:
1. install libxml2-devel-2.5.1 (e.g. from Phoebe)
2. rpmbuild --rebuild libxslt-1.0.26-1.src.rpm

    

Actual Results:  checking for libxml libraries >= 2.5.2... configure: error:
Version 2.5.1 found.
 You need at least libxml2 2.5.2 for this version of libxslt
error: Bad exit status from /var/tmp/rpm-tmp.51383 (%build)


Expected Results:  rpmbuild should have stated

    libxml2-devel >= 2.5.2 is needed for libxslt-1.0.26-1

and exited.

Additional info:

Comment 1 Daniel Veillard 2003-02-21 16:08:10 UTC
Hum, right, I forgot to update the spec file with the new prereqs !
I updated the package with the correct dependancies,
This should hit RAWHIDE at the next update

  thanks

Daniel