Home » PEAR » PEAR_Command_Packaging » Bug #6963
Duplicate Requires deps generated in some cases
Details
| Submitted | 2006-02-28 17:48 UTC |
|---|---|
| From | timj at php dot net |
| Assigned | timj |
| Status | Closed |
| Package | PEAR_Command_Packaging |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-02-28 17:48 UTC] timj at php dot net
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
[2006-04-14 23:00 UTC] timj at php dot net
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.