import CS gnome-remote-desktop-0.1.8-4.el8

This commit is contained in:
Andrew Lukoshko 2025-07-10 05:37:19 +00:00
parent 9ea614af72
commit 11c13521fa
2 changed files with 1363 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: gnome-remote-desktop Name: gnome-remote-desktop
Version: 0.1.8 Version: 0.1.8
Release: 3%{?dist} Release: 4%{?dist}
Summary: GNOME Remote Desktop screen share service Summary: GNOME Remote Desktop screen share service
License: GPLv2+ License: GPLv2+
@ -23,6 +23,9 @@ Patch5: 0001-vnc-pipewire-stream-Remove-assert.patch
# Cursor only frame fixes (#1837406) # Cursor only frame fixes (#1837406)
Patch6: cursor-only-frame-fixes.patch Patch6: cursor-only-frame-fixes.patch
# Connection throttling (RHEL-92791)
Patch7: connection-throttling.patch
BuildRequires: git BuildRequires: git
BuildRequires: gcc BuildRequires: gcc
BuildRequires: meson >= 0.36.0 BuildRequires: meson >= 0.36.0
@ -81,6 +84,10 @@ GNOME desktop environment.
%changelog %changelog
* Thu Jul 03 2025 Jonas Ådahl <jadahl@redhat.com> - 0.1.8-4
- Backport connection throttling
Resolves: RHEL-92791
* Wed Jul 15 2020 Jonas Ådahl <jadahl@redhat.com> - 0.1.8-3 * Wed Jul 15 2020 Jonas Ådahl <jadahl@redhat.com> - 0.1.8-3
- Backport cursor only frame fixes - Backport cursor only frame fixes
Related: #1837406 Related: #1837406