From: Andrea Bolognani Date: Thu, 8 Oct 2020 10:58:15 +0000 (+0200) Subject: spec: Explain the BuildRequires on firewalld-filesystem X-Git-Tag: v6.9.0-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10c8edfeeeb927b4d4b0668486bf2ecd4458a6cd;p=thirdparty%2Flibvirt.git spec: Explain the BuildRequires on firewalld-filesystem It's not immediately obvious why it is needed. Suggested-by: Pavel Hrdina Signed-off-by: Andrea Bolognani Reviewed-by: Neal Gompa Reviewed-by: Ján Tomko --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 6d4eef86ad..c0d84c0e75 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -399,6 +399,7 @@ BuildRequires: rpcgen BuildRequires: libtirpc-devel +# Needed for the %firewalld_reload macro %if %{with_firewalld_zone} BuildRequires: firewalld-filesystem %endif