SPECS: openssh.spec - rel 5 - switched from separate sources for s...

baggins baggins at pld-linux.org
Sat Oct 13 02:22:27 CEST 2007


Author: baggins                      Date: Sat Oct 13 00:22:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 5
- switched from separate sources for ssh_config and sshd_config to
  openssh-config.patch
- sorted sources

---- Files affected:
SPECS:
   openssh.spec (1.283 -> 1.284) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.283 SPECS/openssh.spec:1.284
--- SPECS/openssh.spec:1.283	Tue Oct  9 17:31:11 2007
+++ SPECS/openssh.spec	Sat Oct 13 02:22:22 2007
@@ -28,22 +28,19 @@
 Summary(uk.UTF-8):	OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:		openssh
 Version:	4.6p1
-Release:	4%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
+Release:	5%{?with_hpn:hpn}%{?with_hpn_none:hpn_none}
 Epoch:		2
 License:	BSD
 Group:		Applications/Networking
 Source0:	ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
 # Source0-md5:	6a7fa99f44d9e1b5b04d15256e1405bb
-Source1:	%{name}d.conf
-Source2:	%{name}.conf
-Source3:	%{name}d.init
-Source4:	%{name}d.pamd
-Source5:	%{name}.sysconfig
-Source6:	passwd.pamd
-Source7:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
-# Source7-md5:	66943d481cc422512b537bcc2c7400d1
-Source11:	ssh-agent.sh
-Source12:	ssh-agent.conf
+Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
+# Source1-md5:	66943d481cc422512b537bcc2c7400d1
+Source2:	%{name}d.init
+Source3:	%{name}d.pamd
+Source4:	%{name}.sysconfig
+Source5:	ssh-agent.sh
+Source6:	ssh-agent.conf
 Patch0:		%{name}-no_libnsl.patch
 Patch1:		%{name}-sshv1-openssl.patch
 Patch2:		%{name}-linux-ipv6.patch
@@ -51,6 +48,7 @@
 Patch4:		%{name}-sigpipe.patch
 # http://www.opendarwin.org/projects/openssh-lpk/
 Patch5:		%{name}-lpk-4.3p1-0.3.7.patch
+Patch6:		%{name}-config.patch
 Patch7:		%{name}-pam-conv.patch
 # http://chrootssh.sourceforge.net/download/osshChroot-3.7.1p2.diff
 Patch8:		%{name}-chroot.patch
@@ -476,6 +474,7 @@
 %patch3 -p1
 %patch4 -p1
 %{?with_ldap:%patch5 -p1}
+%patch6 -p1
 #%patch7 -p1
 %patch8 -p1
 %patch9 -p1
@@ -531,17 +530,14 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE4} $RPM_BUILD_ROOT/etc/pam.d/sshd
-install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/passwdssh
-install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/sshd
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/ssh_config
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sshd_config
-install %{SOURCE11} $RPM_BUILD_ROOT/etc/profile.d
-ln -sf	/etc/profile.d/ssh-agent.sh $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/ssh-agent.sh
-install %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-bzip2 -dc %{SOURCE7} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/sshd
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/sshd
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/sshd
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/profile.d
+ln -sf	/etc/profile.d/ssh-agent.sh $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/ssh-agent.sh
+install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}
 
 %if %{with gnome}
 install contrib/gnome-ssh-askpass1 $RPM_BUILD_ROOT%{_libexecdir}/ssh/ssh-askpass
@@ -683,6 +679,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.284  2007/10/13 00:22:22  baggins
+- rel 5
+- switched from separate sources for ssh_config and sshd_config to
+  openssh-config.patch
+- sorted sources
+
 Revision 1.283  2007/10/09 15:31:11  baggins
 - s/enviroment/environment/
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssh.spec?r1=1.283&r2=1.284&f=u



More information about the pld-cvs-commit mailing list