From 5bd88564958987a942557a8738883802f3b43ea7 Mon Sep 17 00:00:00 2001 From: Randy Barlow randy@electronsweatshop.com Date: Wed, 30 Nov 2016 16:18:35 -0500 Subject: Add a Requires on python2-dnf (#1366229).
--- bodhi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bodhi.spec b/bodhi.spec index bdabe9e..498a159 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -3,7 +3,7 @@
Name: bodhi Version: 0.9.12.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -44,6 +44,7 @@ Group: Applications/Internet Requires: koji yum Requires: python-fedora >= 0.3.5 Requires: python-kitchen +Requires: python2-dnf
%description client Client tools for interacting with bodhi @@ -137,6 +138,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
%changelog +* Wed Nov 30 2016 Randy Barlow bowlofeggs@fedoraproject.org - 0.9.12.2-6 +- Add a Requires on python2-dnf (#1366229). + * Tue Jul 19 2016 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.9.12.2-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Pac...
scm-commits@lists.fedoraproject.org