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