diff --git a/.gitignore b/.gitignore index a9cb4f6..85013db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /swift-2.3.0rc2.tar.gz /swift-2.3.0.tar.gz /swift-2.4.0.tar.gz +/swift-2.5.0.tar.gz diff --git a/openstack-swift.spec b/openstack-swift.spec index e61bb7f..9f53511 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -4,7 +4,7 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-swift -Version: 2.4.0 +Version: 2.5.0 Release: 1%{?milestone}%{?dist} Summary: OpenStack Object Storage (Swift) @@ -59,6 +59,7 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-pbr +BuildRequires: python-six Requires: python-configobj Requires: python-eventlet >= 0.16.1 Requires: python-greenlet >= 0.3.1 @@ -66,6 +67,7 @@ Requires: python-paste-deploy Requires: python-simplejson Requires: pyxattr Requires: python-setuptools +Requires: python-six Requires: python-netifaces Requires: python-dns Requires: python-pyeclib @@ -457,6 +459,9 @@ exit 0 %doc LICENSE doc/build/html %changelog +* Fri Oct 16 2015 Haikel Guemar 2.5.0-1 +- Update to upstream 2.5.0 + * Wed Sep 30 2015 Haikel Guemar 2.4.0-1 - Update to upstream 2.4.0 diff --git a/sources b/sources index 53f9c73..370e122 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88cb70aa1f4391791560056201cae7c6 swift-2.4.0.tar.gz +7ff90a766fee25475c08846e80dee3d9 swift-2.5.0.tar.gz