dce828 Use rpm's sysuser provide generation on Fedora >= 39

1 file Authored by Panu Matilainen a year ago, Committed by Zbigniew Jędrzejewski-Szmek a year ago,
1 file changed. 3 lines added. 0 lines removed.
    Use rpm's sysuser provide generation on Fedora >= 39
    
    Rpm >= 4.19 has native sysusers integration and generates similar
    user() and group() provides but encodes additional information into
    them, information that is required for the rpm integration to work.
    
    Besides additional data, one noteworthy difference in the rpm generated
    provides is there are no provides generated for m(ember) directives.
    This is because users and groups possibly created by that directive are
    a too implicit for dependency resolution and install ordering purposes
    in the case where the user/group is actually owned by some other package.
    
        
file modified
+3 -0