From e7a0671986917b4a3350ac94775fdd29d92f282f Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Dec 20 2017 09:14:24 +0000 Subject: Add missing condition for TCP wrappers build --- diff --git a/bacula.spec b/bacula.spec index b0346e6..f711ed2 100644 --- a/bacula.spec +++ b/bacula.spec @@ -3,7 +3,7 @@ Name: bacula Version: 9.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross platform network backup for Linux, Unix, Mac and Windows # See LICENSE for details License: AGPLv3 with exceptions @@ -363,7 +363,9 @@ export PATH="$PATH:%{_qt4_bindir}" --with-smtp-host=localhost \ --with-sqlite3 \ --with-subsys-dir=%{_localstatedir}/lock/subsys \ +%if 0%{!?fedora} >= 28 || 0%{!?rhel} >= 8 --with-tcp-wrappers \ +%endif --with-working-dir=%{_localstatedir}/spool/bacula \ --with-x @@ -725,6 +727,9 @@ fi %{_libdir}/nagios/plugins/check_bacula %changelog +* Wed Dec 20 2017 Simone Caronni - 9.0.6-3 +- Add missing condition for TCP wrappers build. + * Thu Dec 07 2017 Simone Caronni - 9.0.6-2 - Do not link to TCP wrappers for Fedora 28.