Try to fix bug #1105202.
This commit is contained in:
parent
cfb3ac7ea3
commit
7acfd85491
11
xrdp.spec
11
xrdp.spec
@ -2,7 +2,7 @@ Summary: Open source remote desktop protocol (RDP) server
|
||||
Name: xrdp
|
||||
Epoch: 1
|
||||
Version: 0.6.1
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Internet
|
||||
URL: http://xrdp.sourceforge.net/
|
||||
@ -18,6 +18,7 @@ Patch4: xrdp-0.6.1-syslog-format.patch
|
||||
Patch5: xrdp-0.6.1-memset.patch
|
||||
Patch6: xrdp-0.6.1-implicit-decl.patch
|
||||
Patch7: xrdp-0.6.1-vnc-delay.patch
|
||||
Patch8: xrdp-0.6.1-sesman-ini.patch
|
||||
|
||||
Source1: xrdp.service
|
||||
Source2: xrdp-sesman.service
|
||||
@ -57,6 +58,7 @@ terminal server / remote desktop clients.
|
||||
%patch5 -p1 -b .memset
|
||||
%patch6 -p1 -b .implicit-decl
|
||||
%patch7 -p1 -b .vnc-delay
|
||||
%patch8 -p1 -b .sesman-ini
|
||||
|
||||
# remove unused modules from xrdp login combobox
|
||||
%{__sed} -i -e '/\[xrdp2\]/,$d' xrdp/xrdp.ini
|
||||
@ -72,9 +74,6 @@ terminal server / remote desktop clients.
|
||||
echo '#!/bin/bash -l
|
||||
. %{_sysconfdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh
|
||||
|
||||
# set 'bash -l' based startwm script as default
|
||||
%{__sed} -i -e 's/DefaultWindowManager=startwm.sh/DefaultWindowManager=startwm-bash.sh/' sesman/sesman.ini
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
|
||||
@ -183,6 +182,10 @@ fi
|
||||
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
||||
|
||||
%changelog
|
||||
* Thu Jun 4 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.6.1-10
|
||||
- remove -ac from X server calls: bug #1105202
|
||||
- put other sesman.ini changes into a patch
|
||||
|
||||
* Fri May 15 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.6.1-9
|
||||
- hopefully better service dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user