Accepting request 964905 from home:sbradnick:branches:X11:RemoteDesktop

Hoping to '--enable-fuse'; see https://github.com/sbradnick/hyper-v-enhanced-session/issues/1

OBS-URL: https://build.opensuse.org/request/show/964905
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=96
This commit is contained in:
Dirk Mueller 2022-03-25 18:15:48 +00:00 committed by Git OBS Bridge
parent 23905fc33e
commit 1bba4bbadf
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 25 14:56:37 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adding 'BuildRequires:fuse-devel' and '--enable-fuse' to configure
so that hyper-v-enhanced-session package 'shared-drives' (and general
copy and paste of files) works correctly.
-------------------------------------------------------------------
Fri Feb 4 17:05:51 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -56,6 +56,7 @@ Patch14: xrdp-fate318398-change-expired-password.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: fuse-devel
BuildRequires: libX11-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrandr-devel
@ -116,7 +117,8 @@ sh ./bootstrap
--enable-ipv6 \
--enable-painter \
--with-systemdsystemunitdir=%{_unitdir} \
--enable-vsock
--enable-vsock \
--enable-fuse
make %{?_smp_mflags} V=1
%install