- link libselinux only to sshd (#157678)

This commit is contained in:
Tomáš Mráz 2005-05-16 17:18:02 +00:00
parent 1e27c055b8
commit 9c577134e8

View File

@ -74,7 +74,7 @@
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2. Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
Name: openssh Name: openssh
Version: 4.0p1 Version: 4.0p1
%define rel 2 %define rel 3
%if %{rescue} %if %{rescue}
Release: %{rel}rescue Release: %{rel}rescue
%else %else
@ -507,6 +507,9 @@ fi
%endif %endif
%changelog %changelog
* Mon May 16 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-3
- link libselinux only to sshd (#157678)
* Mon Apr 4 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-2 * Mon Apr 4 2005 Tomas Mraz <tmraz@redhat.com> 4.0p1-2
- fixed Local/RemoteForward in ssh_config.5 manpage - fixed Local/RemoteForward in ssh_config.5 manpage
- fix fatal when Local/RemoteForward is used and scp run (#153258) - fix fatal when Local/RemoteForward is used and scp run (#153258)