[s3cmd] add Requires: python-magic

Matt Domsch mdomsch at fedoraproject.org
Fri Feb 6 04:30:03 UTC 2015


commit 582cfecd30152e35466e34f266d7347aa8fa3f4d
Author: Matt Domsch <matt at domsch.com>
Date:   Thu Feb 5 22:29:37 2015 -0600

    add Requires: python-magic

 s3cmd.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/s3cmd.spec b/s3cmd.spec
index bb2ea6d..bcae7fb 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -5,7 +5,7 @@
 
 Name:           s3cmd
 Version:        1.5.1.2
-Release:        4%{dist}
+Release:        5%{dist}
 Summary:        Tool for accessing Amazon Simple Storage Service
 
 Group:          Applications/Internet
@@ -30,6 +30,7 @@ Requires:       python-elementtree
 BuildRequires: python-dateutil
 BuildRequires: python-setuptools
 Requires: python-dateutil
+Requires: python-magic
 
 %description
 S3cmd lets you copy files from/to Amazon S3
@@ -67,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb  5 2015 Matt Domsch <mdomsch at fedoraproject.org> - 1.5.1.2-5
+- add Requires: python-magic
+
 * Wed Feb  4 2015 Matt Domsch <mdomsch at fedoraproject.org> - 1.5.1.2-4
 - upstream 1.5.1.2, mostly bug fixes
 - remove ez_setup, add dependency on python-setuptools


More information about the scm-commits mailing list