]> git.ipfire.org Git - thirdparty/mkosi.git/commit
centos: Handle major/minor releases in derivatives properly 3580/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Mar 2025 08:21:25 +0000 (09:21 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 4 Mar 2025 10:03:10 +0000 (11:03 +0100)
commitb90a80edcb9e8acce1a0c2298429c7ceffb312f5
treec6640a33179a0f42b3b4ab153b6065106066f8b9
parent4657c9d8fb8506838e48b4dce0ce45056962c737
centos: Handle major/minor releases in derivatives properly

While centos doesn't have major/minor releases, rocky, alma and rhel
do, so let's make sure we handle those cases properly.

Additionally, we also fix EPEL to use the proper major/minor release
when we're doing EPEL 10, as since EPEL 10 there's major/minor releases
for EPEL as well.
mkosi/distributions/alma.py
mkosi/distributions/centos.py
mkosi/distributions/rhel.py
mkosi/distributions/rhel_ubi.py
mkosi/distributions/rocky.py