480384b Break selinux-policy <-> rpm-plugin-selinux ordering loop (#1851266)

Authored and Committed by pmatilai 2 years ago
1 file changed. 5 lines added. 2 lines removed.
    Break selinux-policy <-> rpm-plugin-selinux ordering loop (#1851266)
    
    Technically the packages depend on each other in that if you install on,
    the other must be pulled in for the functionality. However the
    installation order doesn't matter, as the plugin will only be used in
    the next transaction anyway. Thus, making that dependency unordered by
    flagging it as "meta" resolves the ordering loop.
    
        
file modified
+5 -2