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:
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