https://bugzilla.redhat.com/show_bug.cgi?id=823054

--- Comment #8 from Remi Collet <[email protected]> ---
Small note: 

Extension dependencies should be described in the package.xml 
You can report this to upstream with the result of your analysis.

ex :
 <dependencies>
  <required>
   <extension>
    <name>spl</name>
   </extension>
  </required>
  <optional>
   <extension>
    <name>tokenizer</name>
   </extension>
  </optional>
 </dependencies>

pear make-rpm-spec doesn't handle this for now... one more think in my TODO
list...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to