3e99a9d Preserve YAML boolean types

Authored and Committed by ppisar 2 years ago
    Preserve YAML boolean types
    
    moduledownload mangled buildonly boolean values from true to 1 because
    Clone::clone() renormalizes Perl booleans. This patch fixes it by
    enforcing boolean YAML types when parsing modulemd documents retrieved
    from MBS.
    
        
file modified
+2 -1