x0vncserver: add new keysym in case we don't find matching keycode
+ actually apply the patch Resolves: bz#2119017
This commit is contained in:
parent
ead8165b2a
commit
85b050c5d8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
@ -32,7 +32,7 @@ Patch53: tigervnc-vncsession-restore-script-systemd-service.patch
|
|||||||
# https://github.com/TigerVNC/tigervnc/pull/1513
|
# https://github.com/TigerVNC/tigervnc/pull/1513
|
||||||
Patch54: tigervnc-fix-ghost-cursor-in-zaphod-mode.patch
|
Patch54: tigervnc-fix-ghost-cursor-in-zaphod-mode.patch
|
||||||
# https://github.com/TigerVNC/tigervnc/pull/1510
|
# https://github.com/TigerVNC/tigervnc/pull/1510
|
||||||
Patch55: tigervnc-add-new-keycodes-for-unknown-keysyms.patch
|
Patch55: tigervnc-add-new-keycodes-for-unknown-keysyms.patch
|
||||||
|
|
||||||
# This is tigervnc-%%{version}/unix/xserver116.patch rebased on the latest xorg
|
# This is tigervnc-%%{version}/unix/xserver116.patch rebased on the latest xorg
|
||||||
Patch100: tigervnc-xserver120.patch
|
Patch100: tigervnc-xserver120.patch
|
||||||
@ -172,6 +172,7 @@ popd
|
|||||||
%patch52 -p1 -b .root-user-selinux-context
|
%patch52 -p1 -b .root-user-selinux-context
|
||||||
%patch53 -p1 -b .vncsession-restore-script-systemd-service
|
%patch53 -p1 -b .vncsession-restore-script-systemd-service
|
||||||
%patch54 -p1 -b .fix-ghost-cursor-in-zaphod-mode
|
%patch54 -p1 -b .fix-ghost-cursor-in-zaphod-mode
|
||||||
|
%patch55 -p1 -b .add-new-keycodes-for-unknown-keysyms
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
@ -350,6 +351,11 @@ fi
|
|||||||
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 01 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-7
|
||||||
|
- x0vncserver: add new keysym in case we don't find matching keycode
|
||||||
|
+ actually apply the patch
|
||||||
|
Resolves: bz#2119017
|
||||||
|
|
||||||
* Thu Dec 01 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-6
|
* Thu Dec 01 2022 Jan Grulich <jgrulich@redhat.com> - 1.12.0-6
|
||||||
- x0vncserver: add new keysym in case we don't find matching keycode
|
- x0vncserver: add new keysym in case we don't find matching keycode
|
||||||
Resolves: bz#2119017
|
Resolves: bz#2119017
|
||||||
|
Loading…
Reference in New Issue
Block a user