added patch to find sftp-server in openmamba [release 4.1.0.0-2mamba;Sun Mar 12 2017]
This commit is contained in:
parent
6ff8b60667
commit
3d2fd92ede
10
x2goclient-4.1.0.0-sftp-server-openmamba-path.patch
Normal file
10
x2goclient-4.1.0.0-sftp-server-openmamba-path.patch
Normal 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 */
|
@ -1,6 +1,6 @@
|
|||||||
Name: x2goclient
|
Name: x2goclient
|
||||||
Version: 4.1.0.0
|
Version: 4.1.0.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: x2go GUI client
|
Summary: x2go GUI client
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,6 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://wiki.x2go.org/
|
URL: http://wiki.x2go.org/
|
||||||
Source: http://code.x2go.org/releases/source/x2goclient/x2goclient-%{version}.tar.gz
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -32,6 +33,7 @@ This package provides the GUI client.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
@ -69,6 +71,9 @@ This package provides the GUI client.
|
|||||||
#% doc ChangeLog README.OpenSSL-Exception
|
#% doc ChangeLog README.OpenSSL-Exception
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 08 2017 Automatic Build System <autodist@mambasoft.it> 4.1.0.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user