From be047542a993f8782a4be0b58f8af001b8ada173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 13 Jul 2017 08:52:34 +0200 Subject: [PATCH] Explicitly require python2-koji The koji cli is now python 3, so we would be missing the libraries otherwise. --- pungi.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pungi.spec b/pungi.spec index ad923601..d51e9784 100644 --- a/pungi.spec +++ b/pungi.spec @@ -22,6 +22,10 @@ BuildRequires: python2-dnf BuildRequires: python2-multilib BuildRequires: python2-libcomps +%if 0%{?fedora} >= 27 +BuildRequires: python2-koji +%endif + #deps for doc building BuildRequires: python-sphinx, texlive-latex-bin-bin, texlive-collection-fontsrecommended BuildRequires: texlive-times, texlive-cmap, texlive-babel-english, texlive-fancyhdr @@ -61,6 +65,10 @@ Requires: python2-dnf Requires: python2-multilib Requires: python2-libcomps +%if 0%{?fedora} >= 27 +Requires: python2-koji +%endif + BuildArch: noarch %description