Hello community,

here is the log from the commit of package ksshaskpass for openSUSE:Factory 
checked in at 2013-10-18 13:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksshaskpass (Old)
 and      /work/SRC/openSUSE:Factory/.ksshaskpass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksshaskpass"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksshaskpass/ksshaskpass.changes  2012-11-22 
13:59:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ksshaskpass.new/ksshaskpass.changes     
2013-10-18 13:40:17.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 18 09:30:00 UTC 2013 - [email protected]
+
+- Add an env file to set SSH_ASKPASS variable.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksshaskpass.spec ++++++
--- /var/tmp/diff_new_pack.TIg6mI/_old  2013-10-18 13:40:18.000000000 +0200
+++ /var/tmp/diff_new_pack.TIg6mI/_new  2013-10-18 13:40:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ksshaskpass
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,15 +49,24 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %kde_post_install
 
+# SSH_ASKPASS env
+%__install -d -m0755 %{buildroot}%{_kde4_sharedir}/env
+
+cat > %{buildroot}%{_kde4_sharedir}/env/ksshaskpass.sh << EOF
+SSH_ASKPASS=%{_libexecdir}/ssh/ksshaskpass
+export SSH_ASKPASS
+EOF
+
 %files
 %defattr(-,root,root)
 %if 0%{?suse_version}
 %dir %{_libexecdir}/ssh
 %{_libexecdir}/ssh/ksshaskpass
+%dir %{_kde4_sharedir}/env
+%{_kde4_sharedir}/env/ksshaskpass.sh
 %else
 %{_kde4_bindir}/ksshaskpass
 %{_kde4_applicationsdir}/ksshaskpass.desktop

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to