diff --git a/xrdp.changes b/xrdp.changes index 5dc714a..83c20ff 100644 --- a/xrdp.changes +++ b/xrdp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 8 01:39:00 UTC 2020 - Cristian Rodríguez + +- Build with --enable-vsock so xrdp can be used with hyper-v + enhanced session mode. + ------------------------------------------------------------------- Wed Nov 13 03:23:15 UTC 2019 - Yifan Jiang diff --git a/xrdp.spec b/xrdp.spec index 35e63e3..71c011e 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -1,7 +1,7 @@ # # spec file for package xrdp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Release: 0 Summary: Remote desktop protocol (RDP) server License: Apache-2.0 AND GPL-2.0-or-later Group: System/X11/Utilities -Url: https://github.com/neutrinolabs/xrdp +URL: https://github.com/neutrinolabs/xrdp Source0: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc Source2: xrdp.keyring @@ -121,8 +121,9 @@ sh ./bootstrap %configure \ --enable-ipv6 \ --enable-painter \ - --with-systemdsystemunitdir=%{_unitdir} -make %{?_smp_mflags} + --with-systemdsystemunitdir=%{_unitdir} \ + --enable-vsock +make %{?_smp_mflags} V=1 %install make %{?_smp_mflags} DESTDIR=%{buildroot} install