do not enable libwrap
This commit is contained in:
parent
afb369ee55
commit
4197da7e80
@ -1,6 +1,6 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 0.11.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
%global _hardened_build 1
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
@ -141,7 +141,8 @@ autoreconf -fvi
|
||||
--enable-local-libopts
|
||||
%else
|
||||
%configure \
|
||||
--enable-systemd
|
||||
--enable-systemd \
|
||||
--without-libwrap
|
||||
%endif
|
||||
|
||||
make #%{?_smp_mflags}
|
||||
@ -232,6 +233,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.9-2
|
||||
- Do not enable libwrap
|
||||
|
||||
* Tue Oct 10 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.9-1
|
||||
- Update to upstream 0.11.9 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user