Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2019-07-29 17:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Mon Jul 29 17:22:27 2019 rev:133 rq:718211 version:7.9p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh-askpass-gnome.changes    
2019-02-25 17:46:59.994867026 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new.4126/openssh-askpass-gnome.changes  
2019-07-29 17:22:28.614389154 +0200
@@ -1,0 +2,6 @@
+Thu Jul 18 14:07:56 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Supplement libgtk-3-0 instead to avoid installation on a textmode install
+  (boo#1142000)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2019-06-04 
12:08:06.059905080 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new.4126/openssh.changes        
2019-07-29 17:22:29.082388981 +0200
@@ -1,0 +2,5 @@
+Mon Jul 22 16:55:25 UTC 2019 - Fabian Vogt <[email protected]>
+
+- ssh-askpass: Try a fallback if the other option is not available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssh-askpass-gnome.spec ++++++
--- /var/tmp/diff_new_pack.yYbHTx/_old  2019-07-29 17:22:30.318388523 +0200
+++ /var/tmp/diff_new_pack.yYbHTx/_new  2019-07-29 17:22:30.318388523 +0200
@@ -27,7 +27,7 @@
 Source:         
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{_name}-%{version}.tar.gz
 Source42:       
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{_name}-%{version}.tar.gz.asc
 Requires:       %{_name} = %{version}
-Supplements:    packageand(openssh:libX11-6)
+Supplements:    packageand(openssh:libgtk-3-0)
 %if 0%{?suse_version} >= 1550
 BuildRequires:  gtk3-devel
 %else


++++++ ssh-askpass ++++++
--- /var/tmp/diff_new_pack.yYbHTx/_old  2019-07-29 17:22:30.550388437 +0200
+++ /var/tmp/diff_new_pack.yYbHTx/_new  2019-07-29 17:22:30.550388437 +0200
@@ -15,10 +15,12 @@
 
 case "$SESSION" in
   kde)
-       exec $KDE_SSH_ASKPASS ${1+"$@"}
+       [ -e $KDE_SSH_ASKPASS ] && exec $KDE_SSH_ASKPASS ${1+"$@"}
+       exec $GNOME_SSH_ASKPASS ${1+"$@"}
   ;;
   *)
-       exec $GNOME_SSH_ASKPASS ${1+"$@"}
+       [ -e $GNOME_SSH_ASKPASS ] && exec $GNOME_SSH_ASKPASS ${1+"$@"}
+       exec $KDE_SSH_ASKPASS ${1+"$@"}
   ;;
 esac
 


Reply via email to