From 6df999d32bf132d3c882e155c40e2d64be20c677 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Jul 18 2013 01:52:20 +0000 Subject: Update to upstream 1.9.0 This is not Havana release yet and may have small issues, but should generally work. The RPM is briefly tested in limited configurations. --- diff --git a/.gitignore b/.gitignore index 391e37d..233356e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /swift-1.7.5.tar.gz /swift-1.7.6.tar.gz /swift-1.8.0.tar.gz +/swift-1.9.0.tar.gz diff --git a/openstack-swift.spec b/openstack-swift.spec index 0dee9d0..16ccee7 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -3,14 +3,14 @@ %endif Name: openstack-swift -Version: 1.8.0 -Release: 2%{?dist} +Version: 1.9.0 +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/grizzly/%{version}/+download/swift-%{version}.tar.gz +Source0: http://launchpad.net/swift/havana/%{version}/+download/swift-%{version}.tar.gz Source2: %{name}-account.service Source21: %{name}-account@.service Source22: account-server.conf @@ -341,6 +341,7 @@ exit 0 %{_bindir}/swift-account-audit %{_bindir}/swift-bench %{_bindir}/swift-bench-client +%{_bindir}/swift-config %{_bindir}/swift-drive-audit %{_bindir}/swift-get-nodes %{_bindir}/swift-init @@ -443,6 +444,9 @@ exit 0 %doc LICENSE doc/build/html %changelog +* Wed Jul 17 2013 Pete Zaitcev 1.9.0-1 +- Update to 1.9.0 + * Fri Apr 05 2013 Derek Higgins - 1.8.0-2 - change path to middleware in proxy conf file - add dependency for python-keystoneclient for proxy diff --git a/sources b/sources index 3df23ce..5bad4ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d2479c3cbb124fa3a6b001d0d4d5a8b swift-1.8.0.tar.gz +7a64e4c40119341d45908db58c1b69da swift-1.9.0.tar.gz