rpm-software-management / mock

Mock is a tool for a reproducible build of RPM packages.
GNU General Public License v2.0
376 stars 219 forks source link

configs: Fedora 38 goes EOL #1373

Closed praiskup closed 4 weeks ago

praiskup commented 1 month ago

In [1]: from fedora_distro_aliases import get_distro_aliases In [2]: get_distro_aliases()["fedora-all"] Out[2]: [Distro({'name': 'F39', 'long_name': 'Fedora 39', 'version': '39', 'state': 'current', 'branch': 'f39', 'id_prefix': 'FEDORA', 'version_number': '39'}), Distro({'name': 'F40', 'long_name': 'Fedora 40', 'version': '40', 'state': 'current', 'branch': 'f40', 'id_prefix': 'FEDORA', 'version_number': '40'}), Distro({'name': 'Rawhide', 'long_name': 'Fedora Rawhide', 'version': 'rawhide', 'state': 'pending', 'branch': 'rawhide', 'id_prefix': 'FEDORA', 'version_number': '41'})]

praiskup commented 1 month ago

Thanks for looking; good catch - let's move the test suite from F38 to F40. Updated.

xsuchy commented 4 weeks ago

Merging (and ignoring the failed tests as it fails with rhel7 config that is not relevant)