import vinagre-3.22.0-20.el8

This commit is contained in:
CentOS Sources 2019-11-05 14:41:16 -05:00 committed by Andrew Lukoshko
parent 8d4d8a22c4
commit d0c807bc17
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
+++ vinagre-3.22.0/plugins/rdp/vinagre-rdp-tab.c
@@ -930,7 +930,7 @@ frdp_authenticate (freerdp *instance,
TRUE,
TRUE,
TRUE,
- 20,
+ 255,
domain,
username,
password,

View File

@ -4,7 +4,7 @@
Name: vinagre
Version: 3.22.0
Release: 18%{?dist}
Release: 20%{?dist}
Summary: VNC client for GNOME
Group: Applications/System
@ -36,6 +36,9 @@ Patch6: vinagre-3.22.0-rdp-connection-cancel.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=1664381
Patch7: vinagre-3.22.0-logoff.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=1689273
Patch8: vinagre-3.22.0-rdp-password-length.patch
%if 0%{?with_spice}
BuildRequires: pkgconfig(spice-client-gtk-3.0)
%endif
@ -92,6 +95,7 @@ Apart from the VNC protocol, vinagre supports Spice and RDP.
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build
@ -139,6 +143,15 @@ make check
%changelog
* Tue May 21 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-20
- Rebuild due to RPMDiff (missing languages
- in vinagre.appdata.xml on x86_64)
- Related: #1689273
* Wed May 15 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-19
- Set maximum length of RDP password to 255 characters
- Resolves: #1689273
* Mon Feb 4 2019 Marek Kasik <mkasik@redhat.com> - 3.22.0-18
- Fix logoff from Windows initiated remotely
- Resolves: #1664381