d1c9c8e Fix RHEL conditions

Authored and Committed by ignatenkobrain 5 years ago
1 file changed. 1 lines added. 1 lines removed.
    Fix RHEL conditions
    
    0%{?rhel} on Fedora expands to 0 which makes condition 0 < 7 true. You don't want that.
    
    Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
    
        
file modified
+1 -1