]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Rework comment to avoid macro expansion
authorAndrea Bolognani <abologna@redhat.com>
Thu, 8 Oct 2020 14:34:37 +0000 (16:34 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 8 Oct 2020 14:34:37 +0000 (16:34 +0200)
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>
libvirt.spec.in

index c0d84c0e757e518a4698688511960198d6ebd98c..29f34f673aeb7271db92eb9bdcbe8f00771e4652 100644 (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