pspacek / rpms / lua

Forked from rpms/lua 5 years ago
Clone

bc0f275 move ownership of /usr/share/lua/5.3 and /usr/lib64/lua/5.3 to lua-libs

Authored and Committed by Petr Špaček 5 years ago
1 file changed. 5 lines added. 6 lines removed.
    move ownership of /usr/share/lua/5.3 and /usr/lib64/lua/5.3 to lua-libs
    
    As far as I can tell there should not be any effect visible outside of
    RPM database and fedora-review tool.
    
    This change is needed to make lua-libs package + *other* Lua packages
    compliant with packaging guidelines.
    
    Formerly the lua-libs package put a library /usr/lib64/lua/5.3 directory
    but did not own the directory itself. This is being flagged by
    fedora-review as non-compliance.
    
    This problem affected other Lua packages which put library into
    /usr/lib64/lua/5.3 as well. These other libraries were always flagged
    by fedora-review as non-compliant because the library package did not
    Require a package which owns /usr/lib64/lua/5.3.
    (The build system autogenerates depedency on lua-libs which did not own
    the directory.)
    
        
file modified
+5 -6