From 274c43db489264dde95cd3831f47a573dc2a4df3 Mon Sep 17 00:00:00 2001 From: Carl George Date: Aug 16 2024 16:39:23 +0000 Subject: bodhi: add epel10.0 to new-updates-sync While EPEL 10 will have minor versions, the repo for the leading minor version will be published as just the major version. This is because it is intended for use on CentOS Stream 10, which does not indicate a minor version within the operating system. Signed-off-by: Carl George --- diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 2139b61..0b768d1 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -152,6 +152,20 @@ RELEASES = {'f41': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '39', 'Everything')} ]}} }, + 'epel10.0': {'topic': 'epel', + 'version': '10.0', + 'modules': ['epel'], + 'repos': {'epel': { + 'from': 'epel10.0', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, '10', 'Everything')} + ]}, + 'epel-testing': { + 'from': 'epel10.0-testing', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, 'testing', '10', 'Everything')} + ]}} + }, 'epel9': {'topic': 'epel', 'version': '9', 'modules': ['epel'],