From a1358f8b3d4572064ab8502ba375c8b84b71e164 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 10 Dec 2020 06:55:55 -0800 Subject: [PATCH] fix typo in %if --- mod_security.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_security.spec b/mod_security.spec index cd51a5a..7eddea6 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -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