From dc00f428cb75c742b8ac3c96d85d272f16ae8b5b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 22 Aug 2022 10:32:07 -0400 Subject: [PATCH] bodhi-backend: pungi: fix F38 gpg key reference 5323552a is for the F37 key. It looks like it should be eb10b464 for the F38 key. --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 2 +- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index f96faf7e94..c12778137b 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -29,7 +29,7 @@ sigkeys = [ [% elif release.version_int == 37 %] '5323552a', [% elif release.version_int == 38 %] - '5323552a', + 'eb10b464', [% elif release.version_int == 8 %] '2f86d6a1', [% endif %] diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index fbd2c039ba..fcba6ecb16 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -42,7 +42,7 @@ sigkeys = [ [% elif release.version_int == 37 %] '5323552a', [% elif release.version_int == 38 %] - '5323552a', + 'eb10b464', [% elif release.version_int == 6 %] '0608b895', [% elif release.version_int == 7 %]