From 820240d78677acf508f4f9603342fe1179a9158f Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 9 Aug 2017 10:26:27 -0400 Subject: [PATCH] add python3-koji-cli-plugins dependency This is needed according to patrick for the runroot plugin. --- pungi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 21c2fc82..c332c0f8 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,6 +1,6 @@ Name: pungi Version: 4.1.17 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Distribution compose tool Group: Development/Tools @@ -51,6 +51,7 @@ Requires: libselinux-python Requires: createrepo_c Requires: python-lxml Requires: koji >= 1.10.1-13 +Requires: python3-koji-cli-plugins # This is optional do not Require it #eRquires: jigdo Requires: cvs @@ -137,6 +138,9 @@ cd tests && ./test_compose.sh %{_bindir}/%{name}-wait-for-signed-ostree-handler %changelog +* Wed Aug 09 2017 Dusty Mabe - 4.1.17-4 +- Add requires on python3-koji-cli-plugins for koji runroot plugin + * Thu Jul 27 2017 Fedora Release Engineering - 4.1.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild