Skip to Main Content

Core Infrastructure

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bug: OracleLinux 10 does not set releasever_minor

philfry9 hours ago

Hi.

With epel10 the repository naming has changed depending on the value of ${releasever_minor}, see https://pagure.io/epel/issue/324:

metalink=https://mirrors.fedoraproject.org/metalink?repo=epel${releasever_minor:+-z}-$releasever&arch=$basearch

In RHEL10 this results in https://mirrors.fedoraproject.org/metalink?repo=epel-z-10&arch=x86_64 pointing to the epel stable repo, while OEL10 does not set ${releasever_minor}, resulting in https://mirrors.fedoraproject.org/metalink?repo=epel-10&arch=x86_64, pointing to the bleeding edge epel 10.2 repo. Which breaks things.

Comments
Post Details
Added 9 hours ago
1 comment
7 views