mizdebsk / fm-orchestrator

Forked from fm-orchestrator 5 years ago
Clone

52e73b6 mmd_resolver: store alternatives per source package

1 file Authored by Igor Gnatenko 6 years ago, Committed by mprahl 6 years ago,
    mmd_resolver: store alternatives per source package
    
    Input:
    * (c0) gtk: [1] + foo: [1]
    * (c1) gtk: [1] + foo: [1, 2]
    
    Before:
    * c0 + gtk:1 + foo:1
    * c1 + gtk:1 + foo:2
    
    After:
    * c0 + gtk:1 + foo:1
    * c1 + gtk:1 + foo:1
    * c1 + gtk:1 + foo:2
    
    Acked-by: Jan Kaluža <jkaluza@redhat.com>
    Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>