Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1923758 - update kobo in epel8
Summary: update kobo in epel8
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: kobo
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rohan McGovern
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-01 19:34 UTC by Ken Dreyer (Red Hat)
Modified: 2021-02-20 01:46 UTC (History)
3 users (show)

Fixed In Version: kobo-0.19.0-2.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-20 01:46:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Fedora Pagure pungi issue 1487 0 None None None 2021-02-01 19:35:59 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.