Bug 1894787

Summary: tigervnc should Require: xkbcomp instead of xorg-x11-xkb-utils
Product: [Fedora] Fedora Reporter: Peter Hutterer <peter.hutterer>
Component: tigervncAssignee: Jan Grulich <jgrulich>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 33CC: fedora, jgrulich, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-09 05:48:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1867220    

Description Peter Hutterer 2020-11-05 03:43:08 UTC
xorg-x11-xkb-utils is an aggregate package, shipping a few tools that should be in their own respective packages, see [1]. Of these tigervnc requires only xkbcomp.

We've had Provides: xkbcomp in xorg-x11-xkb-utils for years:
$ dnf repoquery --whatprovides  xkbcomp
Last metadata expiration check: 0:07:46 ago on Thu 05 Nov 2020 13:32:47.
xorg-x11-xkb-utils-0:7.7-33.fc33.x86_64

tigervnc should switch to Requires: xkbcomp so we can actually obsolete the aggregate package and start using separate packages.


[1] https://fedoraproject.org/wiki/Changes/XorgUtilityDeaggregation

Minimal diff to illustrate:

diff --git a/tigervnc.spec b/tigervnc.spec                                                                           
index 16ff371..4e3a109 100644                                                                                        
--- a/tigervnc.spec                                                                                                  
+++ b/tigervnc.spec                                                                                                  
@@ -90,7 +90,7 @@ Requires(preun): systemd                                                                           
 Requires(postun): systemd
 Requires(post): systemd

-Requires:       mesa-dri-drivers, xkeyboard-config, xorg-x11-xkb-utils                                              
+Requires:       mesa-dri-drivers, xkeyboard-config, xkbcomp                                                         
 Requires:       tigervnc-license, dbus-x11

 %description server-minimal



Happy to push and build, I have provenpackager.

Comment 1 Peter Hutterer 2020-11-09 05:48:16 UTC
and pushed now. shouldn't have any noticable effect