From c59974d302068e977f785e685c9246a304e80522 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 7 Nov 2022 23:03:25 +0200 Subject: [PATCH] ALBS-732: pungi: do not build anything if unsigned packages found - Rpm package `python3-pgpy` is added as dependency --- pungi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi.spec b/pungi.spec index a26a4a75..3f6d3e40 100644 --- a/pungi.spec +++ b/pungi.spec @@ -65,6 +65,7 @@ Requires: python3-createrepo_c >= 0.20.1 Requires: python3-PyYAML Requires: python3-gobject-base Requires: lorax +Requires: python3-pgpy # This package is not available on i686, hence we cannot require it # See https://bugzilla.redhat.com/show_bug.cgi?id=1743421