diff --git a/x2goclient-4.1.0.0-sftp-server-openmamba-path.patch b/x2goclient-4.1.0.0-sftp-server-openmamba-path.patch new file mode 100644 index 0000000..1d02f89 --- /dev/null +++ b/x2goclient-4.1.0.0-sftp-server-openmamba-path.patch @@ -0,0 +1,10 @@ +--- x2goclient-4.1.0.0/src/onmainwindow.cpp.orig 2017-03-12 14:44:55.945238471 +0100 ++++ x2goclient-4.1.0.0/src/onmainwindow.cpp 2017-03-12 14:45:10.790287200 +0100 +@@ -10196,6 +10196,7 @@ + QString sftp_binary; + QStringList common_sftp_dirs; + common_sftp_dirs << "/usr/lib/openssh" /* Debian and Ubuntu */ ++ << "/usr/libexec64/openssh" /* openmamba */ + << "/usr/libexec/openssh" /* Fedora, CentOS, hopefully also RHEL */ + << "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} < 12 x86, SLE{S,D} 12, Arch */ + << "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */ diff --git a/x2goclient.spec b/x2goclient.spec index b0ea720..0922771 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,6 +1,6 @@ Name: x2goclient Version: 4.1.0.0 -Release: 1mamba +Release: 2mamba Summary: x2go GUI client Group: Graphical Desktop/Applications/Internet Vendor: openmamba @@ -8,6 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://wiki.x2go.org/ Source: http://code.x2go.org/releases/source/x2goclient/x2goclient-%{version}.tar.gz +Patch0: x2goclient-4.1.0.0-sftp-server-openmamba-path.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -32,6 +33,7 @@ This package provides the GUI client. %prep %setup -q +%patch0 -p1 %build %make @@ -69,6 +71,9 @@ This package provides the GUI client. #% doc ChangeLog README.OpenSSL-Exception %changelog +* Sun Mar 12 2017 Silvan Calarco 4.1.0.0-2mamba +- added patch to find sftp-server in openmamba + * Wed Mar 08 2017 Automatic Build System 4.1.0.0-1mamba - automatic version update by autodist