5d25a91 Move tag inheritance check into a separate method

Authored and Committed by cqi 7 years ago
    Move tag inheritance check into a separate method
    
    Tag inheritance check may not be required by all downstream package
    tools built on top of rpkg. Moving this check into a separate method
    would be easy for downstream tools to customize the behavior. By
    default, tag inheritance check happens when doing a chain build. Once
    some tool does not need the check, it can be disabled in derived
    Commands class.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>
    
        
file modified
+5 -0
file modified
+10 -9
file modified
+37 -0