auto-import changelog data from openssh-3.8.1p1-5.src.rpm
Sun Aug 01 2004 Alan Cox <alan@redhat.com> 3.8.1p1-5 - Apply buildreq fixup patch (#125296)
This commit is contained in:
parent
9d5a538b75
commit
5ef607308f
27
openssh.spec
27
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 4
|
%define rel 5
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -111,15 +111,18 @@ PreReq: initscripts >= 5.20
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{gtk2}
|
%if %{gtk2}
|
||||||
BuildPreReq: gtk2-devel
|
BuildPreReq: gtk2-devel, xauth
|
||||||
%endif
|
%endif
|
||||||
BuildPreReq: autoconf, openssl-devel, perl, sharutils, tcp_wrappers, zlib-devel
|
%if %{scard}
|
||||||
BuildPreReq: /bin/login, xauth
|
BuildPreReq: sharutils
|
||||||
|
%endif
|
||||||
|
BuildPreReq: autoconf, openssl-devel, perl, tcp_wrappers, zlib-devel
|
||||||
|
BuildPreReq: util-linux, groff, man
|
||||||
|
|
||||||
%if %{build6x}
|
%if %{build6x}
|
||||||
BuildPreReq: glibc-devel, pam
|
BuildPreReq: glibc-devel, pam-devel
|
||||||
%else
|
%else
|
||||||
BuildPreReq: /usr/include/security/pam_appl.h
|
BuildPreReq: pam-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! %{no_x11_askpass}
|
%if ! %{no_x11_askpass}
|
||||||
@ -134,6 +137,11 @@ BuildPreReq: gnome-libs-devel
|
|||||||
BuildPreReq: krb5-devel
|
BuildPreReq: krb5-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
Requires: libselinux
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
Summary: OpenSSH clients.
|
Summary: OpenSSH clients.
|
||||||
Requires: openssh = %{version}-%{release}
|
Requires: openssh = %{version}-%{release}
|
||||||
@ -355,6 +363,10 @@ install -m 755 contrib/redhat/gnome-ssh-askpass.csh $RPM_BUILD_ROOT%{_sysconfdir
|
|||||||
install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
install -m 755 contrib/redhat/gnome-ssh-askpass.sh $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{no_gnome_askpass}
|
||||||
|
rm -f $RPM_BUILD_ROOT/etc/profile.d/gnome-ssh-askpass.*
|
||||||
|
%endif
|
||||||
|
|
||||||
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
|
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_mandir}/man*/*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -481,6 +493,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 1 2004 Alan Cox <alan@redhat.com> 3.8.1p1-5
|
||||||
|
- Apply buildreq fixup patch (#125296)
|
||||||
|
|
||||||
* Tue Jun 15 2004 Daniel Walsh <dwalsh@redhat.com> 3.8.1p1-4
|
* Tue Jun 15 2004 Daniel Walsh <dwalsh@redhat.com> 3.8.1p1-4
|
||||||
- Clean up patch for upstream submission.
|
- Clean up patch for upstream submission.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user