From: Davide Franco Date: Mon, 7 Jun 2021 11:35:04 +0000 (+0200) Subject: rpms: Do no build with tcp_wrapper on Fedora 31 X-Git-Tag: Release-11.0.6~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32fcbc3e20c64436add836f290f0b63f4f890ec;p=thirdparty%2Fbacula.git rpms: Do no build with tcp_wrapper on Fedora 31 --- 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