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:
commit
28b55ed663
@ -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
|
Thu Apr 24 01:33:45 UTC 2014 - pcerny@suse.com
|
||||||
|
|
||||||
|
@ -86,7 +86,6 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: tcpd-devel
|
|
||||||
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
PreReq: pwdutils %{insserv_prereq} %{fillup_prereq} coreutils
|
||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
Recommends: xauth
|
Recommends: xauth
|
||||||
@ -255,7 +254,6 @@ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
|
|||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--sysconfdir=%{_sysconfdir}/ssh \
|
--sysconfdir=%{_sysconfdir}/ssh \
|
||||||
--libexecdir=%{_libexecdir}/ssh \
|
--libexecdir=%{_libexecdir}/ssh \
|
||||||
--with-tcp-wrappers \
|
|
||||||
%if %{has_libselinux}
|
%if %{has_libselinux}
|
||||||
--with-selinux \
|
--with-selinux \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user