Home » PEAR » PEAR » Bug #5619
pear makerpm produces invalid .spec dependancy code
Details
| Submitted | 2005-10-06 21:11 UTC |
|---|---|
| From | glen at delfi dot ee |
| Assigned | cellog |
| Status | Closed |
| Package | PEAR |
| PHP Version | Irrelevant |
| OS | PLD Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-10-06 21:11 UTC] glen at delfi dot ee
Description:
------------
pear makerpm PEAR produces line in .spec
Conflicts: php-pear-PEAR_Frontend_Web != 0.5.0
this is
1. invalid for .spec
2. it is produced in case where it's not neccessary
needed, because $dep['conflicts'] is present in array but
empty.
here's fix for the #2, not sure for #1.
http://glen.alkohol.ee/pld/PEAR-makerpm1.patch