auto-import openssh-3.8.1p1-4 from openssh-3.8.1p1-4.src.rpm

This commit is contained in:
cvsdist 2004-09-09 09:48:26 +00:00
parent de28cc3259
commit 9d5a538b75

View File

@ -79,7 +79,7 @@
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
Name: openssh
Version: 3.8.1p1
%define rel 3
%define rel 4
%if %{rescue}
Release: %{rel}rescue
%else
@ -272,6 +272,11 @@ fi
%else
--with-pam \
%endif
%if %{WITH_SELINUX}
--with-selinux \
%else
--without-selinux \
%endif
%if %{kerberos5}
--with-kerberos5${krb5_prefix:+=${krb5_prefix}}
%else
@ -476,6 +481,9 @@ fi
%endif
%changelog
* Tue Jun 15 2004 Daniel Walsh <dwalsh@redhat.com> 3.8.1p1-4
- Clean up patch for upstream submission.
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt