From c0682a3f4e26fa2a46559c4c3428a264d3d4fbb6c5c69dd0e551515e1c73eea1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Jun 2012 07:08:12 +0000 Subject: [PATCH] Accepting request 125376 from home:coolo:branches:openSUSE:Factory fixup the previous SR OBS-URL: https://build.opensuse.org/request/show/125376 OBS-URL: https://build.opensuse.org/package/show/network/openssh?expand=0&rev=31 --- openssh.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openssh.spec b/openssh.spec index 9f4131f..d1ff6fe 100644 --- a/openssh.spec +++ b/openssh.spec @@ -46,6 +46,7 @@ Source4: README.SuSE Source5: converter.tar.bz2 Source6: README.kerberos Source7: ssh.reg +Source8: ssh-askpass Source9: sshd.fw Source10: sysconfig.ssh Source11: sshd-gen-keys-start @@ -159,6 +160,7 @@ install -m 644 %{S:10} %{buildroot}/var/adm/fillup-templates # install shell script to automate the process of adding your public key to a remote machine install -m 755 contrib/ssh-copy-id %{buildroot}%{_bindir} install -m 644 contrib/ssh-copy-id.1 %{buildroot}%{_mandir}/man1 +sed -e "s,@LIBEXEC@,%{_libexecdir},g" < %{S:8} > %{buildroot}%{_libexecdir}/ssh/ssh-askpass ( cd converter; make install DESTDIR=%{buildroot} ) rm -f %{buildroot}%{_datadir}/Ssh.bin sed -i -e s@/usr/libexec@%{_libexecdir}@g %{buildroot}%{_sysconfdir}/ssh/sshd_config @@ -229,6 +231,7 @@ getent passwd sshd >/dev/null || %{_sbindir}/useradd -r -g sshd -d /var/lib/sshd %attr(0755,root,root) %{_libexecdir}/ssh/sftp-server %attr(0755,root,root) %{_libexecdir}/ssh/ssh-keysign %attr(0755,root,root) %{_libexecdir}/ssh/ssh-pkcs11-helper +%attr(0755,root,root) %{_libexecdir}/ssh/ssh-askpass %dir %{_sysconfdir}/slp.reg.d %config %{_sysconfdir}/slp.reg.d/ssh.reg /var/adm/fillup-templates/sysconfig.ssh