added patch to find sftp-server in openmamba [release 4.1.0.0-2mamba;Sun Mar 12 2017]

This commit is contained in:
Silvan Calarco 2024-01-05 19:31:27 +01:00
parent 6ff8b60667
commit 3d2fd92ede
2 changed files with 16 additions and 1 deletions

View File

@ -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 */

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 4.1.0.0-2mamba
- added patch to find sftp-server in openmamba
* Wed Mar 08 2017 Automatic Build System <autodist@mambasoft.it> 4.1.0.0-1mamba
- automatic version update by autodist