churchyard / rpms / python38

Forked from rpms/python38 5 years ago
Clone

acda1a2 Use %% for actual % in spec

Authored and Committed by churchyard 6 years ago
    Use %% for actual % in spec
    
    rpmlint reports this as macro in comment, however it was left here, because it
    is not macro and not comment. On the other hand, % shall be escaped using %%.
    All this needs to blow is somebody defining a macro called _pyconfig64_h.
    
        
file modified
+2 -2