diff --git a/xrdp.changes b/xrdp.changes index 5f4d875..feec9bc 100644 --- a/xrdp.changes +++ b/xrdp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 25 14:56:37 UTC 2022 - Scott Bradnick + +- 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 diff --git a/xrdp.spec b/xrdp.spec index 877da58..a8da3af 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -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