auto-import openssh-3.8.1p1-4 from openssh-3.8.1p1-4.src.rpm
This commit is contained in:
parent
de28cc3259
commit
9d5a538b75
10
openssh.spec
10
openssh.spec
@ -79,7 +79,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: 3.8.1p1
|
Version: 3.8.1p1
|
||||||
%define rel 3
|
%define rel 4
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -272,6 +272,11 @@ fi
|
|||||||
%else
|
%else
|
||||||
--with-pam \
|
--with-pam \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
--with-selinux \
|
||||||
|
%else
|
||||||
|
--without-selinux \
|
||||||
|
%endif
|
||||||
%if %{kerberos5}
|
%if %{kerberos5}
|
||||||
--with-kerberos5${krb5_prefix:+=${krb5_prefix}}
|
--with-kerberos5${krb5_prefix:+=${krb5_prefix}}
|
||||||
%else
|
%else
|
||||||
@ -476,6 +481,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user