From 6e2017ee3428d742ad63914308d152f5304bac3e Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jan 25 2018 13:06:25 +0000 Subject: waiverdb-cli requires python-configparser (RHBZ#1538463) --- diff --git a/waiverdb.spec b/waiverdb.spec index 2025d62..49de994 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -3,7 +3,7 @@ Name: waiverdb Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ URL: https://pagure.io/waiverdb @@ -103,9 +103,11 @@ Summary: A CLI tool for interacting with waiverdb %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: python2-click Requires: python2-click +Requires: python2-configparser %else BuildRequires: python-click Requires: python-click +Requires: python-configparser %endif Requires: waiverdb-common = %{version}-%{release} @@ -178,6 +180,9 @@ py.test tests/ %systemd_postun_with_restart %{name}.service %changelog +* Thu Jan 25 2018 Dan Callaghan - 0.5.0-2 +- waiverdb-cli requires python-configparser (RHBZ#1538463) + * Thu Jan 11 2018 Giulia Naponiello - 0.5.0-1 - Return error messages in JSON - Support SSL cert auth