Accepting request 234675 from 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 (forwarded request 234473 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/234675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=97
This commit is contained in:
Stephan Kulow 2014-05-22 07:04:15 +00:00 committed by Git OBS Bridge
commit 28b55ed663
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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