Accepting request 772319 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/772319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdp?expand=0&rev=31
This commit is contained in:
commit
4eeabee62b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 01:39:00 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||
|
||||
- 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 <yfjiang@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user