Enable vsock (bug #1787953).

This commit is contained in:
Bojan Smojver 2020-01-12 21:48:27 +11:00
parent 8fe5b5709d
commit 79f7d84f7d

View File

@ -11,7 +11,7 @@
Summary: Open source remote desktop protocol (RDP) server Summary: Open source remote desktop protocol (RDP) server
Name: xrdp Name: xrdp
Epoch: 1 Epoch: 2
Version: 0.9.12 Version: 0.9.12
Release: 1%{?dist} Release: 1%{?dist}
License: ASL 2.0 License: ASL 2.0
@ -98,7 +98,7 @@ echo '#!/bin/bash -l
. %{_libexecdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh . %{_libexecdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh
%build %build
%configure --enable-fuse --enable-pixman --enable-painter %configure --enable-fuse --enable-pixman --enable-painter --enable-vsock
%make_build %make_build
# SELinux policy module # SELinux policy module
@ -269,6 +269,9 @@ fi
%{_datadir}/selinux/*/%{name}.pp %{_datadir}/selinux/*/%{name}.pp
%changelog %changelog
* Sun Jan 12 2020 Bojan Smojver <bojan@rexurive.com> - 1:0.9.12-2
- Enable vsock (bug #1787953)
* Sun Dec 29 2019 Bojan Smojver <bojan@rexurive.com> - 1:0.9.12-1 * Sun Dec 29 2019 Bojan Smojver <bojan@rexurive.com> - 1:0.9.12-1
- Bump up to 0.9.12 - Bump up to 0.9.12