defolos / FedoraReview

Forked from FedoraReview 4 years ago
Clone

aaa8e3e Fix working with Sources that have equal to %{name}

Authored and Committed by Stanislav Ochotnicky 13 years ago
    Fix working with Sources that have equal to %{name}
    
    In other words working with spec files with this:
    Source1: %{name}
    
    Would not work in some cases when using "f-r -rpn %{name}" due to directory that
    f-r is trying to create being the same as Source file. Probably not ideal
    solution either, but at least gets rid of most common occurences