From d57adf802d7c3887f14abc65a582a69dfa25f6f1 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 15 Mar 2016 10:57:28 +0530 Subject: Bump gluster-swift version to 2.3.0 (kilo) Change-Id: Iaec0c1577e99d06195d3ea86588f6089a3fe60db Signed-off-by: Prashanth Pai Reviewed-on: http://review.gluster.org/13737 Reviewed-by: Thiago da Silva Tested-by: Thiago da Silva --- gluster/swift/__init__.py | 2 +- glusterfs-openstack-swift.spec | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/gluster/swift/__init__.py b/gluster/swift/__init__.py index 555581a..c0b415a 100644 --- a/gluster/swift/__init__.py +++ b/gluster/swift/__init__.py @@ -45,6 +45,6 @@ class PkgInfo(object): # # Change the Package version here # -_pkginfo = PkgInfo('1.13.1', '2', 'gluster_swift', False) +_pkginfo = PkgInfo('2.3.0', '0', 'gluster_swift', False) __version__ = _pkginfo.pretty_version __canonical_version__ = _pkginfo.canonical_version diff --git a/glusterfs-openstack-swift.spec b/glusterfs-openstack-swift.spec index 79defc4..77bb324 100644 --- a/glusterfs-openstack-swift.spec +++ b/glusterfs-openstack-swift.spec @@ -24,11 +24,11 @@ Requires : memcached Requires : openssl Requires : python Requires : python-prettytable -Requires : openstack-swift = 1.13.1 -Requires : openstack-swift-account = 1.13.1 -Requires : openstack-swift-container = 1.13.1 -Requires : openstack-swift-object = 1.13.1 -Requires : openstack-swift-proxy = 1.13.1 +Requires : openstack-swift = 2.3.0 +Requires : openstack-swift-account = 2.3.0 +Requires : openstack-swift-container = 2.3.0 +Requires : openstack-swift-object = 2.3.0 +Requires : openstack-swift-proxy = 2.3.0 Requires : glusterfs-api >= 3.4.1 Obsoletes: glusterfs-swift-plugin Obsoletes: glusterfs-swift @@ -77,6 +77,7 @@ done %{python_sitelib}/gluster_swift-%{_version}_*.egg-info %{_bindir}/gluster-swift-gen-builders %{_bindir}/gluster-swift-print-metadata +%{_bindir}/gluster-swift-migrate-metadata %{_bindir}/gswauth-add-account %{_bindir}/gswauth-add-user %{_bindir}/gswauth-cleanup-tokens @@ -97,6 +98,9 @@ done %config(noreplace) %{_confdir}/object-expirer.conf-gluster %changelog +* Tue Mar 15 2015 Prashanth Pai - 2.3.0-0 +- Rebase to swift kilo (2.3.0) + * Fri May 23 2014 Thiago da Silva - 1.13.1-1 - Update to Icehouse release -- cgit