Bug 2110625

Summary: python3-websockify missing from repo, requirement for novnc.
Product: [Fedora] Fedora EPEL Reporter: Brad Viviano <viviano.brad>
Component: novncAssignee: Davide Cavalca <davide>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: epel8CC: apevec, davide, lhh, lyarwood, sross, tony
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-07-28 00:45: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 Brad Viviano 2022-07-25 17:34:10 UTC
Description of problem:
I am attempting to install the novnc-1.3.0-3.el8.noarch package into RHEL8.6.  It has a dependency for python3-websockify, which appears to be missing from the EPEL repository.

# dnf clean all ; dnf install novnc
Updating Subscription Management repositories.
91 files removed
Updating Subscription Management repositories.
Extra Packages for Enterprise Linux 8 - x86_64                                           24 MB/s |  13 MB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64                                  1.2 MB/s | 1.0 MB     00:00    
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                                 24 MB/s |  45 MB     00:01    
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                    34 MB/s |  50 MB     00:01    
Red Hat Enterprise Linux 8 for x86_64 - Supplementary (RPMs)                            289 kB/s | 237 kB     00:00    
Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)                                6.8 MB/s | 7.3 MB     00:01    
Error: 
 Problem: conflicting requests
  - nothing provides python3-websockify needed by novnc-1.3.0-3.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

# dnf repolist
Updating Subscription Management repositories.
repo id                                           repo name
codeready-builder-for-rhel-8-x86_64-rpms          Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)
epel                                              Extra Packages for Enterprise Linux 8 - x86_64
epel-modular                                      Extra Packages for Enterprise Linux Modular 8 - x86_64
rhel-8-for-x86_64-appstream-rpms                  Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
rhel-8-for-x86_64-baseos-rpms                     Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
rhel-8-for-x86_64-supplementary-rpms              Red Hat Enterprise Linux 8 for x86_64 - Supplementary (RPMs)


Version-Release number of selected component (if applicable):

1.3.0-3

How reproducible:

Very

Steps to Reproduce:
1. dnf install novnc

Actual results:

Fails to find dependency python3-websockify

Expected results:

Expect to find dependency python3-websockify

Comment 1 Davide Cavalca 2022-07-25 19:41:44 UTC
Thanks for the report, I'll get python-websockify branched and built for epel8. Branch request:

$ fedpkg request-branch epel8
https://pagure.io/releng/fedora-scm-requests/issue/45947

Comment 2 Fedora Update System 2022-07-25 21:12:27 UTC
FEDORA-EPEL-2022-d39749c857 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-d39749c857

Comment 3 Fedora Update System 2022-07-26 16:46:47 UTC
FEDORA-EPEL-2022-d39749c857 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-2022-d39749c857

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

Comment 4 Fedora Update System 2022-07-28 00:45:58 UTC
FEDORA-EPEL-2022-d39749c857 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Brad Viviano 2022-07-28 10:00:30 UTC
Thanks, I installed it from the testing repo earlier in the week and I had no issues.  I didn't get a chance to come back and update this ticket as I was testing the package I needed novnc for, but based on that testing python3-websockify in the testing repo worked correctly.