diff options
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ %endif # The highlight package is only available in EL7+ on ppc64le and x86_64 -%if 0%{?rhel} >= 7 && ! ( %{_arch} == ppc64le || %{_arch} == x86_64 ) +%if 0%{?rhel} >= 7 && ! ( "%{_arch}" == "ppc64le" || "%{_arch}" == "x86_64" ) %bcond_with highlight %else %bcond_without highlight |