[packagedb-cli] Require python-setuptools (#1108974)

Luke Macken lmacken at fedoraproject.org
Mon Jun 16 22:07:28 UTC 2014


commit 7843ea5cd1ffb99d476023bb9840d9f95036d18c
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Jun 16 16:03:48 2014 -0600

    Require python-setuptools (#1108974)

 packagedb-cli.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/packagedb-cli.spec b/packagedb-cli.spec
index 61f1c64..3b4a21f 100644
--- a/packagedb-cli.spec
+++ b/packagedb-cli.spec
@@ -1,6 +1,6 @@
 Name:           packagedb-cli
 Version:        2.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A CLI for pkgdb
 
 License:        GPLv2+
@@ -34,6 +34,7 @@ Requires:       python-bugzilla
 Requires:       koji
 Requires:       fedora-cert
 Requires:       python-beautifulsoup4
+Requires:       python-setuptools
 Provides:       pkgdb-cli = %{version}-%{release}
 
 %description
@@ -64,6 +65,9 @@ It also allows you to orphan and/or retire your package(s).
 
 
 %changelog
+* Mon Jun 16 2014 Luke Macken <lmacken at redhat.com> - 2.3.1-2
+- Require python-setuptools (#1108974)
+
 * Thu Jun 12 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 2.3.1-1
 - Update to 2.3.1
 - Fixes https://bugzilla.redhat.com/1108634 (orphaned branches may have no ACLs


More information about the scm-commits mailing list