f02eb73 Fix RHEL conditions

Authored and Committed by ignatenkobrain 5 years ago
    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 -9