Bug 2004164

Summary: Missing dependency on xorg-x11-server-Xvfb
Product: [Fedora] Fedora EPEL Reporter: francois.poirotte
Component: python-xvfbwrapperAssignee: Thomas Andrejak <thomas.andrejak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: epel8CC: mrunge, thomas.andrejak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-xvfbwrapper-0.2.9-2.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-09-24 20:56:58 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:

Description francois.poirotte 2021-09-14 15:29:55 UTC
Dear Maintainer,

I think python3-xvfbwrapper is missing a dependency on xorg-x11-server-Xvfb.

How reproducible: query the package's dependencies.

Actual results:
# rpm -q --requires python3-xvfbwrapper-0.2.9-1.el8.noarch
python(abi) = 3.6
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1

Expected results:
I expect an additional dependency on xorg-x11-server-Xvfb so that creating a new instance of the wrapper works out of the box.

Additional info:
For comparison, the EPEL 7 version of the package (python-xvfbwrapper-0.2.4-2.el7.noarch) does include this dependency:

$ rpm -qp --requires python-xvfbwrapper-0.2.4-2.el7.noarch.rpm 
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
xorg-x11-server-Xvfb  
rpmlib(PayloadIsXz) <= 5.2-1

The problem is easily worked around by manually installing the missing package.

Comment 1 Matthias Runge 2021-09-15 17:52:59 UTC
Thank you for the report. I've pushed a fix and the package should be available shortly.

Comment 2 Fedora Update System 2021-09-15 18:00:37 UTC
FEDORA-EPEL-2021-45a27e5622 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-45a27e5622

Comment 3 Fedora Admin user for bugzilla script actions 2021-09-16 00:22:25 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 4 Fedora Update System 2021-09-16 19:23:07 UTC
FEDORA-EPEL-2021-45a27e5622 has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-45a27e5622

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2021-09-24 20:56:58 UTC
FEDORA-EPEL-2021-45a27e5622 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.