From 97bb576d63cc49dafefdccc5fae562e98c96901e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 23 Oct 2017 15:11:20 +0000 Subject: [PATCH] Use correct comps Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'