Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.0

Bug #6963 Duplicate Requires deps generated in some cases
Submitted: 2006-02-28 17:48 UTC
From: timj at php dot net Assigned: timj
Status: Closed Package: PEAR_Command_Packaging (version 0.1.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-02-28 17:48 UTC] timj at php dot net (Tim Jackson)
Description: ------------ "pear make-rpm-spec" sometimes generates duplicate Requires, where different deps in the package.xml resolve to the same entity in the RPM package namespace. Test script: --------------- pear make-rpm-spec PEAR_Command_Packaging-0.1.0.tgz grep ^Requires: PEAR\:\:PEAR_Command_Packaging-0.1.0.spec Expected result: ---------------- Requires: PEAR::PEAR >= 1.4.7 Actual result: -------------- Requires: PEAR::PEAR >= 1.4.7, PEAR::PEAR >= 1.4.7

Comments

 [2006-04-14 23:00 UTC] timj at php dot net (Tim Jackson)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.