Move sockets to /run/xrdp, bug #1834178.
This commit is contained in:
parent
30646c9647
commit
e526d2ff3a
@ -99,7 +99,8 @@ echo '#!/bin/bash -l
|
||||
. %{_libexecdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh
|
||||
|
||||
%build
|
||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock
|
||||
%configure --enable-fuse --enable-pixman --enable-painter --enable-vsock \
|
||||
--with-socketdir=/run/xrdp
|
||||
%make_build
|
||||
|
||||
# SELinux policy module
|
||||
@ -274,6 +275,9 @@ fi
|
||||
%{_datadir}/selinux/*/%{name}.pp
|
||||
|
||||
%changelog
|
||||
* Thu May 14 2020 Bojan Smojver <bojan@rexurive.com> - 1:0.9.13-2
|
||||
- Move sockets to /run/xrdp, bug #1834178
|
||||
|
||||
* Wed Mar 11 2020 Bojan Smojver <bojan@rexurive.com> - 1:0.9.13-1
|
||||
- Bump up to 0.9.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user