From 6652c3fa43ba546aeaf89c9ea8e6887dee4a2ed5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 19 Aug 2024 14:47:09 -0700 Subject: [PATCH] bodhi / pungi: drop . from epel10 to try and get a stable compose Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index b01cbe1dee..a79bce2f2c 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -39,7 +39,7 @@ sigkeys = [ '2f86d6a1' [% elif release.version == '9' %] '3228467c', -[% elif release.version.startswith("10.") %] +[% elif release.version.startswith("10") %] 'e37ed158', [% endif %] {% if env == "staging" %}