From e859a68d9592502e272e3ce6abdbe6f542a893f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 8 Nov 2023 13:12:35 -0800 Subject: [PATCH] bodhi / backend / koji sync: minor syntax fixes Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/templates/owner-sync-pagure.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index e837a4b6fa..1fe7d020de 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -373,9 +373,9 @@ def set_koji_ownership(tag, namespace, packages, arches, verbose=False): namespace == 'flatpaks' and not pkg.startswith('flatpak-') and not pkg.endswith('-flatpak') - ): + ): koji_pkg = pkg + '-flatpak' - else + else: koji_pkg = pkg # When the user is created in fedora infra, they wont be added to koji # until they logged into koji for the first time