Bug 1923758

Summary: update kobo in epel8
Product: [Fedora] Fedora EPEL Reporter: Ken Dreyer (Red Hat) <kdreyer>
Component: koboAssignee: Rohan McGovern <rohan>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: dmach, kdudka, rohan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: kobo-0.19.0-2.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-20 01:46: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:

Description Ken Dreyer (Red Hat) 2021-02-01 19:34:33 UTC
Description of problem:
Pungi cannot compose signed RPMs with the version of kobo in EPEL 8.

Version-Release number of selected component (if applicable):
python3-kobo-0.10.0-1.el8

How reproducible:
always


Steps to Reproduce (with Koji + Pungi):
1. Import a signed RPM into Koji
2. Configure Pungi to compose that signed RPM

Steps to Reproduce (with Python):
1. Download any signed RPM
2. Run the script as shown in https://github.com/release-engineering/kobo/pull/131

  from kobo import rpmlib
  import koji

  RPM = "coreutils-8.30-8.el8.x86_64.rpm"

  hdr = rpmlib.get_rpm_header(RPM)
  print(rpmlib.get_keys_from_header(hdr))


Actual results:
Kobo crashes in __parse_packet_header()

Expected results:
Kobo processes the RPM without crashing

Comment 1 Ken Dreyer (Red Hat) 2021-02-01 19:37:56 UTC
I've put the el8 RPMs at https://fedorapeople.org/~ktdreyer/bz1923758/ for now.

Comment 2 Fedora Update System 2021-02-04 05:30:20 UTC
FEDORA-EPEL-2021-46a71b995e has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2021-46a71b995e

Comment 3 Fedora Update System 2021-02-05 02:02:43 UTC
FEDORA-EPEL-2021-46a71b995e 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-46a71b995e

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

Comment 4 Fedora Update System 2021-02-20 01:46:16 UTC
FEDORA-EPEL-2021-46a71b995e has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.