From 4187c8a64509ce5dc4b9ae335ced28b4b98e1d4947b57664c5d477eaae425306 Mon Sep 17 00:00:00 2001 From: Petr Cerny Date: Mon, 19 May 2014 10:15:21 +0000 Subject: [PATCH] Accepting request 234473 from home:elvigia:branches:network - Remove tcpwrappers support now, This feature was removed in upstream code at the end of April and the underlying libraries are abandonware. See: http://comments.gmane.org/gmane.linux.suse.general/348119 OBS-URL: https://build.opensuse.org/request/show/234473 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=82 --- openssh.changes | 8 ++++++++ openssh.spec | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/openssh.changes b/openssh.changes index f7c8cdc..b2442ee 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 17 22:31:29 UTC 2014 - crrodriguez@opensuse.org + +- Remove tcpwrappers support now, This feature was removed + in upstream code at the end of April and the underlying + libraries are abandonware. + See: http://comments.gmane.org/gmane.linux.suse.general/348119 + ------------------------------------------------------------------- Thu Apr 24 01:33:45 UTC 2014 - pcerny@suse.com diff --git a/openssh.spec b/openssh.spec index c8392aa..4b058bc 100644 --- a/openssh.spec +++ b/openssh.spec @@ -86,7 +86,6 @@ BuildRequires: pam-devel BuildRequires: pkgconfig(systemd) %{?systemd_requires} %endif -BuildRequires: tcpd-devel PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils Conflicts: nonfreessh Recommends: xauth @@ -255,7 +254,6 @@ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS --infodir=%{_infodir} \ --sysconfdir=%{_sysconfdir}/ssh \ --libexecdir=%{_libexecdir}/ssh \ - --with-tcp-wrappers \ %if %{has_libselinux} --with-selinux \ %endif