diff --git a/roles/bodhi2/backend/files/pungi.rpm.conf.j2 b/roles/bodhi2/backend/files/pungi.rpm.conf.j2 index cab3f3787d..ffaf8dd233 100644 --- a/roles/bodhi2/backend/files/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/files/pungi.rpm.conf.j2 @@ -11,7 +11,7 @@ comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': None, # defaults to cvs/HEAD or git/master - 'file': 'comps-f26.xml', + 'file': 'comps-f{{ release.version_int }}.xml', 'command': 'make', } variants_file='variants-fedora.xml'