defolos / FedoraReview

Forked from FedoraReview 4 years ago
Clone

752cf96 Fix Requires parsing in CheckIfDepsDeprecated and CheckOwnDirs

1 file Authored by Robert-André Mauchin 6 years ago, Committed by ngompa 6 years ago,
    Fix Requires parsing in CheckIfDepsDeprecated and CheckOwnDirs
    
    In case of rich deps, the return of dnf repoquery was garbage because of
    the non-closed parenthesis at the start of the query. It causes repoquery to
    return a list of *all* packages and thus took forever to run.
    In a similar manner, Rust packages with modular subpackages are not
    handled correctly by dnf repoquery, not returning any provides at all.
    
        
file modified
+4 -0