]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Explain the BuildRequires on firewalld-filesystem
authorAndrea Bolognani <abologna@redhat.com>
Thu, 8 Oct 2020 10:58:15 +0000 (12:58 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 8 Oct 2020 12:55:41 +0000 (14:55 +0200)
It's not immediately obvious why it is needed.

Suggested-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
libvirt.spec.in

index 6d4eef86ad9680a659e3727945472e3e905e28ac..c0d84c0e757e518a4698688511960198d6ebd98c 100644 (file)
@@ -399,6 +399,7 @@ BuildRequires: rpcgen
 
 BuildRequires: libtirpc-devel
 
+# Needed for the %firewalld_reload macro
 %if %{with_firewalld_zone}
 BuildRequires: firewalld-filesystem
 %endif