https://bugzilla.redhat.com/show_bug.cgi?id=720857 --- Comment #66 from John D. Ramsdell <ramsdell@xxxxxxxxx> --- The draft packaging guidelines says one CAN use lua(api)... to declare a runtime dependency, but for my package, rpmbuild computes all runtime dependencies. So the text suggests to me there is no need to declare it. Perhaps the text can be made more useful by stating exactly when a lua(api) dependency SHOULD be declared. As in: >From Fedora 16 and onwards (not RHEL 6!), the main lua package virtually provides lua(abi) = %{luaver}, so packages targeting this release that declare a runtime dependency on a particular Lua release SHOULD specify it as: %if 0%{?fedora} Requires: lua(abi) = %{luaver} %else %global luanext 5.2 Requires: lua >= %{luaver} Requires: lua < %{luanext} %endif -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review