[openstack-swift] Update to 1.7.5

Derek Higgins derekh at fedoraproject.org
Mon Dec 3 12:44:41 UTC 2012


commit 2271341b33b3e82508f20fcb0daa617bbcfcba10
Author: Derek Higgins <derekh at redhat.com>
Date:   Mon Dec 3 12:08:11 2012 +0000

    Update to 1.7.5

 .gitignore           |    2 +-
 openstack-swift.spec |   18 ++++++++++++------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35a0f69..644832b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/swift-1.7.4.tar.gz
+/swift-1.7.5.tar.gz
diff --git a/openstack-swift.spec b/openstack-swift.spec
index 949e9f1..115ed10 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -2,17 +2,17 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 
-%global snaptag 20120925.r2036
+%global snaptag 20121113.r2194
 
 Name:             openstack-swift
-Version:          1.7.4
-Release:          2%{?dist}
+Version:          1.7.5
+Release:          1%{?dist}
 Summary:          OpenStack Object Storage (Swift)
 
 Group:            Development/Languages
 License:          ASL 2.0
 URL:              http://launchpad.net/swift
-Source0:          http://launchpad.net/swift/folsom/%{version}/+download/swift-%{version}.tar.gz
+Source0:          http://launchpad.net/swift/grizzly/%{version}/+download/swift-%{version}.tar.gz
 #Source0:          http://tarballs.openstack.org/swift/swift-%{version}~%{snaptag}.tar.gz
 Source2:          %{name}-account.service
 Source21:         %{name}-account at .service
@@ -64,7 +64,6 @@ Requires:         python-webob >= 0.9.8
 Requires:         pyxattr
 Requires:         python-setuptools
 Requires:         python-netifaces
-Requires:         python-netifaces
 
 Requires(post):   systemd-units
 Requires(preun):  systemd-units
@@ -372,7 +371,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE README
+%doc AUTHORS LICENSE README.md
 %doc etc/dispersion.conf-sample etc/drive-audit.conf-sample etc/object-expirer.conf-sample
 %doc etc/swift.conf-sample
 %{_mandir}/man5/dispersion.conf.5*
@@ -391,6 +390,7 @@ fi
 %dir %{python_sitelib}/swift
 %{_bindir}/swift-account-audit
 %{_bindir}/swift-bench
+%{_bindir}/swift-bench-client
 %{_bindir}/swift-drive-audit
 %{_bindir}/swift-get-nodes
 %{_bindir}/swift-init
@@ -484,6 +484,12 @@ fi
 %doc LICENSE doc/build/html
 
 %changelog
+* Mon Dec 03 2012 Derek Higgins <derekh at redhat.com> - 1.7.5-1
+- Update to 1.7.5
+- adding swift-bench-client
+- removing dup dependency on python-netifaces
+- changing README -> README.md
+
 * Mon Nov 5 2012 Pete Zaitcev <zaitcev at redhat.com> - 1.7.4-2
 - Add missing unit files bz#807170
 
diff --git a/sources b/sources
index 587fd6d..37d93c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1cfb85335eafc4317414736477d47dfc  swift-1.7.4.tar.gz
+138f027a6a3016f3582788d1fd0780e8  swift-1.7.5.tar.gz


More information about the scm-commits mailing list