enable fuse
This commit is contained in:
parent
85c478af0f
commit
30049d3261
@ -2,7 +2,7 @@ Summary: Open source remote desktop protocol (RDP) server
|
||||
Name: xrdp
|
||||
Epoch: 1
|
||||
Version: 0.9.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Internet
|
||||
URL: http://xrdp.sourceforge.net/
|
||||
@ -22,6 +22,7 @@ BuildRequires: libtool
|
||||
Buildrequires: libX11-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: systemd
|
||||
|
||||
|
||||
@ -75,7 +76,7 @@ echo '#!/bin/bash -l
|
||||
%build
|
||||
./bootstrap
|
||||
|
||||
%configure
|
||||
%configure --enable-fuse
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -187,6 +188,9 @@ fi
|
||||
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||
|
||||
%changelog
|
||||
* Sun Mar 13 2016 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1:0.9.0-6
|
||||
- enable fuse for drive redirection or clipboard file transfer
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user