1b85e59 spec file: do not define with_lint inside a comment

1 file Authored by jcholast 7 years ago, Committed by mbabinsk 7 years ago,
    spec file: do not define with_lint inside a comment
    
    RPM expands macros even inside comments in spec files, so the with_lint
    macro is unintentionally always defined.
    
    Escape the percent sign in '%global' in the comment to prevent this.
    
    https://fedorahosted.org/freeipa/ticket/6418
    
    Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
    
        
file modified
+1 -1