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 90 forks source link

librepo fails to build in dnf-nightly COPR for RHEL 8 #288

Open ppisar opened 9 months ago

ppisar commented 9 months ago

I notices that dnf-nightly COPR repository attempts to build librepo for CentOS Stream 8 and EPEL 8 https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf-nightly/package/librepo/. Building a master branch for RHEL 8 is pointless because master librepo requires glib2 ≥ 2.66 while RHEL 8 has older 2.56.4 version.

I recommend reconfiguring librepo package in the COPR repository not to build it in RHEL 8 derivates.