spec: Rework comment to avoid macro expansion

Without this, rpmbuild fails with

  warning: Macro expanded in comment on line 402: %firewalld_reload macro
  error: line 402: Unknown tag: test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || :

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2020-10-08 16:34:37 +02:00
parent 10c8edfeee
commit 74546bd5fb

View File

@ -399,7 +399,7 @@ BuildRequires: rpcgen
BuildRequires: libtirpc-devel
# Needed for the %firewalld_reload macro
# Needed for the firewalld_reload macro
%if %{with_firewalld_zone}
BuildRequires: firewalld-filesystem
%endif