Add missing condition for TCP wrappers build
This commit is contained in:
parent
8071117968
commit
e7a0671986
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: bacula
|
Name: bacula
|
||||||
Version: 9.0.6
|
Version: 9.0.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
|
||||||
# See LICENSE for details
|
# See LICENSE for details
|
||||||
License: AGPLv3 with exceptions
|
License: AGPLv3 with exceptions
|
||||||
@ -363,7 +363,9 @@ export PATH="$PATH:%{_qt4_bindir}"
|
|||||||
--with-smtp-host=localhost \
|
--with-smtp-host=localhost \
|
||||||
--with-sqlite3 \
|
--with-sqlite3 \
|
||||||
--with-subsys-dir=%{_localstatedir}/lock/subsys \
|
--with-subsys-dir=%{_localstatedir}/lock/subsys \
|
||||||
|
%if 0%{!?fedora} >= 28 || 0%{!?rhel} >= 8
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
|
%endif
|
||||||
--with-working-dir=%{_localstatedir}/spool/bacula \
|
--with-working-dir=%{_localstatedir}/spool/bacula \
|
||||||
--with-x
|
--with-x
|
||||||
|
|
||||||
@ -725,6 +727,9 @@ fi
|
|||||||
%{_libdir}/nagios/plugins/check_bacula
|
%{_libdir}/nagios/plugins/check_bacula
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 20 2017 Simone Caronni <negativo17@gmail.com> - 9.0.6-3
|
||||||
|
- Add missing condition for TCP wrappers build.
|
||||||
|
|
||||||
* Thu Dec 07 2017 Simone Caronni <negativo17@gmail.com> - 9.0.6-2
|
* Thu Dec 07 2017 Simone Caronni <negativo17@gmail.com> - 9.0.6-2
|
||||||
- Do not link to TCP wrappers for Fedora 28.
|
- Do not link to TCP wrappers for Fedora 28.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user