From 974ea826767244e449c0a4668f3f0e08fe3ee189 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 21 Feb 2018 07:58:43 -0600 Subject: [PATCH] make pungi-utils require python3-fedmsg Signed-off-by: Dennis Gilmore --- pungi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 9504ca3f..46f36999 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,6 +1,6 @@ Name: pungi Version: 4.1.22 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -73,6 +73,7 @@ A tool to create anaconda based installation trees/isos of a set of rpms. %package utils Summary: Utilities for working with finished composes Requires: pungi = %{version}-%{release} +Requires: python3-fedmsg %description utils These utilities work with finished composes produced by Pungi. They can be used @@ -166,6 +167,9 @@ nosetests-3 --exe %{_bindir}/%{name}-wait-for-signed-ostree-handler %changelog +* Wed Feb 21 2018 Dennis Gilmore - 4.1.22-4 +- make pungi-utils require python3-fedmsg + * Tue Feb 06 2018 Lubomír Sedlář - 4.1.22-3 - Add support for mixing traditional and modular content