[openstack-swift] adding some runtime deps

David Nalley ke4qqq at fedoraproject.org
Wed Nov 23 22:55:39 UTC 2011


commit 3734d58c4edadea99b329aab9f0198783f50764b
Author: David Nalley <david at gnsa.us>
Date:   Wed Nov 23 17:54:15 2011 -0500

    adding some runtime deps

 openstack-swift.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openstack-swift.spec b/openstack-swift.spec
index fe5feb1..fee22ee 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-swift
 Version:          1.4.3
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Object Storage (swift)
 
 Group:            Development/Languages
@@ -32,6 +32,8 @@ Requires:         python-paste-deploy
 Requires:         python-simplejson
 Requires:         python-webob >= 0.9.8
 Requires:         pyxattr
+Requires:         python-setuptools
+Requires:         python-netifaces
 Requires:         python-netifaces
 
 Requires(post):   chkconfig
@@ -305,6 +307,9 @@ fi
 %doc LICENSE doc/build/html
 
 %changelog
+* Wed Nov 23 2011 David Nalley <david at gnsa.us> -1.4.3-2
+* fixed some missing requires
+
 * Sat Nov 05 2011 David Nalley <david at gnsa.us> - 1.4.3-1
 - Update to 1.4.3
 - fix init script add, registration, deletion BZ 685155


More information about the scm-commits mailing list