Tag

  • Show log

    Commit

  • Hash : 66994f15
    Author : Colin Gillespie
    Date : 2023-08-19T07:57:48

    cli: fix --modversion not showing version in various cases
    
    There are numerous edge cases where version is wrong or missing when
    matching the dependency queue to resolved packages. This adds the
    dependency name as it appears in the dependency queue to each package as
    it is resolved, allowing for a simple and correct comparison when
    printing.
    
    Signed-off-by: Colin Gillespie <colin@cgillespie.xyz>