spec: Explain the BuildRequires on firewalld-filesystem

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>
This commit is contained in:
Andrea Bolognani 2020-10-08 12:58:15 +02:00
parent 5c86821a87
commit 10c8edfeee

View File

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