[s3cmd] add dependency on python-setuptools

Matt Domsch mdomsch at fedoraproject.org
Wed Feb 4 19:42:15 UTC 2015


commit d458ee995d3b505f643b9b7e8038062d5e1245fb
Author: Matt Domsch <matt at domsch.com>
Date:   Wed Feb 4 13:41:56 2015 -0600

    add dependency on python-setuptools

 s3cmd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/s3cmd.spec b/s3cmd.spec
index fd608de..24a43de 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -5,7 +5,7 @@
 
 Name:           s3cmd
 Version:        1.5.1.2
-Release:        2%{dist}
+Release:        3%{dist}
 Summary:        Tool for accessing Amazon Simple Storage Service
 
 Group:          Applications/Internet
@@ -28,7 +28,9 @@ BuildRequires:  python2-devel
 Requires:       python-elementtree
 %endif
 BuildRequires: python-dateutil
+BuildRequires: python-setuputils
 Requires: python-dateutil
+Requires: python-setuputils
 
 %description
 S3cmd lets you copy files from/to Amazon S3
@@ -66,8 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Wed Feb  4 2015 Matt Domsch <mdomsch at fedoraproject.org> - 1.5.1.2-1
+* Wed Feb  4 2015 Matt Domsch <mdomsch at fedoraproject.org> - 1.5.1.2-3
 - upstream 1.5.1.2, mostly bug fixes
+- remove ez_setup, add dependency on python-setuptools
 
 * Mon Jan 12 2015 Matt Domsch <mdomsch at fedoraproject.org> - 1.5.0-1
 - upstream 1.5.0 final


More information about the scm-commits mailing list