rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

Use rpm-sequoia on RHEL 10+ #318

Closed yselkowitz closed 2 months ago

yselkowitz commented 3 months ago

RHEL 10 also has a sufficiently new RPM with rpm-sequoia enabled.

This avoids test failures in ELN, e.g. https://koji.fedoraproject.org/koji/taskinfo?taskID=120187681 with gpgme vs https://koji.fedoraproject.org/koji/taskinfo?taskID=120191938 with rpm-sequoia (this patch).

yselkowitz commented 2 months ago

ping @jan-kolarik @evan-goode

1.18.0 is FTBFS on ELN which is breaking our composes. Downstream patch is ready too: https://src.fedoraproject.org/rpms/librepo/pull-request/6

ppisar commented 2 months ago

Do you have an idea what has changed that the tests started to segfault? I was unable to find the cause as I was unable to reproduce it locally or in a local mock. Also in RHEL Koji it suddenly stopped crashing yesterday.