From d32fcbc3e20c64436add836f290f0b63f4f890ec Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 7 Jun 2021 13:35:04 +0200 Subject: [PATCH] rpms: Do no build with tcp_wrapper on Fedora 31 --- bacula/platforms/rpms/redhat/bacula.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/platforms/rpms/redhat/bacula.spec.in b/bacula/platforms/rpms/redhat/bacula.spec.in index 2f32cf224..1d5aa77a9 100644 --- a/bacula/platforms/rpms/redhat/bacula.spec.in +++ b/bacula/platforms/rpms/redhat/bacula.spec.in @@ -319,7 +319,7 @@ Distribution: %_dist %{?build_tcpwrappers:%define tcpwrappers 1} # should we enable tcp wrappers support -%if %{rhel8} +%if %{rhel8} || %{fc31} %define tcpwrappers 0 %else %define tcpwrappers 1 -- 2.47.3