diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index c21af665b6..9aaf16928a 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -120,6 +120,20 @@ RELEASES = {'f35': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '34', 'Modular')} ]}} }, + 'epel9': {'topic': 'epel', + 'version': '9', + 'modules': ['epel'], + 'repos': {'epel-testing': { + 'from': 'epel9-testing', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, 'testing', '9', 'Everything')} + ]}, + 'epel': { + 'from': 'epel9', + 'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'], + 'dest': os.path.join(EPELDEST, '9', 'Everything')} + ]}} + }, 'epel9n': {'topic': 'epel', 'version': '9', 'modules': ['epel'],