Czesc, probujac rozwiazac problem z niemoznoscia uruchomienia wiecej niz jednego polaczenia RDP, podnioslem wersje freerdp2 do wersji z GITa z dnia 15.01.2020. Jednak ostatecznie to wylaczenie wsparcia dla kerberos5 rozwiazalo problem.
Pozdrawiam KM --- freerdp2.spec | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/freerdp2.spec b/freerdp2.spec index 913a751..1b53216 100644 --- a/freerdp2.spec +++ b/freerdp2.spec @@ -9,7 +9,10 @@ %bcond_without ffmpeg # FFmpeg audio/video decoding support %bcond_without gsm # GSM audio codec %bcond_without gstreamer # GStreamer sound support -%bcond_without kerberos5 # GSSAPI auth support +# for now the kerberos5 support has to be disabled due to a bad state of its code. +# See: https://github.com/FreeRDP/FreeRDP/issues/4348 +# See: https://github.com/FreeRDP/FreeRDP/issues/5746 +%bcond_with kerberos5 # GSSAPI auth support %bcond_with openh264 # OpenH264 for H.264 codec [only if ffmpeg disabled] %bcond_without pcsc # SmartCard support via PCSC-lite library %bcond_without pulseaudio # Pulseaudio sound support @@ -26,16 +29,16 @@ %endif Summary: Remote Desktop Protocol client Summary(pl.UTF-8): Klient protokoĊu RDP +%define snap 20200115 +%define gitref 30d6e25def7aa924eb8dc104f830996977cf0958 +%define rel 4 Name: freerdp2 Version: 2.0.0 -%define snap 20190320 -%define gitref 74f0bdf99e9022575b61f4f8774f88b5b3e5c918 -%define rel 1 Release: 0.%{snap}.%{rel} License: Apache v2.0 Group: Applications/Communications Source0: https://github.com/FreeRDP/FreeRDP/archive/%{gitref}/freerdp-%{version}-%{snap}.tar.gz -# Source0-md5: 0a35c157c18a46aeff2c373d06eef004 +# Source0-md5: f0c23b3ffc66f9d65d3f5fc095e53de8 Patch0: freerdp-opt.patch Patch1: freerdp-gsm.patch URL: http://www.freerdp.com/ @@ -63,16 +66,20 @@ BuildRequires: rpmbuild(macros) >= 1.742 %{?with_wayland:BuildRequires: wayland-devel} BuildRequires: xmlto %if %{with x11} +BuildRequires: cairo-devel BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXcursor-devel BuildRequires: xorg-lib-libXdamage-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXfixes-devel BuildRequires: xorg-lib-libXinerama-devel +BuildRequires: xorg-lib-libXrandr-devel BuildRequires: xorg-lib-libXtst-devel BuildRequires: xorg-lib-libXv-devel -BuildRequires: xorg-lib-libxkbfile +BuildRequires: xorg-lib-libxkbcommon-devel +BuildRequires: xorg-lib-libxkbfile-devel %endif +BuildRequires: docbook-style-xsl BuildRequires: zlib-devel Requires: %{name}-libs = %{version}-%{release} Requires: hicolor-icon-theme @@ -251,6 +258,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/freerdp-shadow-cli %attr(755,root,root) %{_bindir}/winpr-hash %attr(755,root,root) %{_bindir}/winpr-makecert +%attr(755,root,root) %{_bindir}/freerdp-proxy %{_iconsdir}/hicolor/256x256/apps/freerdp2.png %{_mandir}/man1/freerdp-shadow-cli.1* %{_mandir}/man1/winpr-hash.1* @@ -281,7 +289,7 @@ rm -rf $RPM_BUILD_ROOT %files libs %defattr(644,root,root,755) -%doc ChangeLog README +%doc ChangeLog README.md %attr(755,root,root) %{_libdir}/libfreerdp-client%{freerdp_api}.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libfreerdp-client%{freerdp_api}.so.2 %attr(755,root,root) %{_libdir}/libfreerdp-server%{freerdp_api}.so.*.*.* -- 2.24.0 _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
