fix typo in %if

This commit is contained in:
Troy Dawson 2020-12-10 06:55:55 -08:00
parent 6feb5eee2e
commit a1358f8b3d

View File

@ -50,7 +50,7 @@ as a powerful umbrella - shielding web applications from attacks.
%package -n mlogc
Summary: ModSecurity Audit Log Collector
Requires: mod_security
%if 0%{fedora} || 0%{?rhel} > 7
%if 0%{?fedora} || 0%{?rhel} > 7
# Ensure apache user exists for file ownership
Requires(pre): httpd-filesystem
%endif