3467c81 Fixed EPEL conditionals for Fedora builds

Authored and Committed by ishcherb 6 years ago
    Fixed EPEL conditionals for Fedora builds
    
    On Fedora `0%{?rhel} < 8` means `0 < 8` so it always evaluates to True.
    This change would make sure the condition is only applied for epel/rhel
    builds.
    
        
file modified
+6 -3