From 10c8edfeeeb927b4d4b0668486bf2ecd4458a6cd Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 8 Oct 2020 12:58:15 +0200 Subject: [PATCH] spec: Explain the BuildRequires on firewalld-filesystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2