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.3.2~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf3631ea82db9d598e3e88f8feafe85f6837026;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 0fc530dd4..8e19c0b0d 100644 --- a/bacula/platforms/rpms/redhat/bacula.spec.in +++ b/bacula/platforms/rpms/redhat/bacula.spec.in @@ -323,7 +323,7 @@ BuildRequires: openldap-devel %{?build_tcpwrappers:%define tcpwrappers 1} # should we enable tcp wrappers support -%if %{rhel8} +%if %{rhel8} || %{fc31} %define tcpwrappers 0 %else %define tcpwrappers 1