|
|
@ -1,6 +1,6 @@
|
|
|
|
# This spec file has been automatically updated
|
|
|
|
# This spec file has been automatically updated
|
|
|
|
Version: 0.11.9
|
|
|
|
Version: 0.11.9
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
%global _hardened_build 1
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
@ -141,7 +141,8 @@ autoreconf -fvi
|
|
|
|
--enable-local-libopts
|
|
|
|
--enable-local-libopts
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--enable-systemd
|
|
|
|
--enable-systemd \
|
|
|
|
|
|
|
|
--without-libwrap
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
make #%{?_smp_mflags}
|
|
|
|
make #%{?_smp_mflags}
|
|
|
@ -232,6 +233,9 @@ rm -rf %{buildroot}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Oct 10 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.11.9-1
|
|
|
|
- Update to upstream 0.11.9 release
|
|
|
|
- Update to upstream 0.11.9 release
|
|
|
|
|
|
|
|
|
|
|
|