[openstack-savanna/f20] 2014.1.b2

matt matt at fedoraproject.org
Mon Jan 27 21:25:47 UTC 2014


commit add052bf3cc6127eb1b681043d97bca65875e6f6
Author: Matthew Farrellee <matt at redhat.com>
Date:   Mon Jan 27 16:13:56 2014 -0500

    2014.1.b2

 .gitignore             |    1 +
 openstack-savanna.spec |   16 ++++++++++------
 sources                |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78b5aa3..45f33ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /savanna-0.3.rc3.tar.gz
 /savanna-0.3.tar.gz
 /savanna-2014.1.b1.tar.gz
+/savanna-2014.1.b2.tar.gz
diff --git a/openstack-savanna.spec b/openstack-savanna.spec
index 9b7da28..ea33f46 100644
--- a/openstack-savanna.spec
+++ b/openstack-savanna.spec
@@ -1,10 +1,10 @@
 Name:          openstack-savanna
-Version:       2014.1.b1
+Version:       2014.1.b2
 Release:       1%{?dist}
 Summary:       Apache Hadoop cluster management on OpenStack
 License:       ASL 2.0
 URL:           https://launchpad.net/savanna
-Source0:       http://tarballs.openstack.org/savanna/savanna-%{version}%{?suf}.tar.gz
+Source0:       http://tarballs.openstack.org/savanna/savanna-%{version}.tar.gz
 Source1:       openstack-savanna-api.service
 BuildArch:     noarch
 
@@ -27,14 +27,15 @@ Requires: python-iso8601
 Requires: python-jsonschema >= 1.3.0
 #?kombu>=2.4.8?
 Requires: python-oslo-config >= 1.2.0
-Requires: python-paramiko >= 1.8.0
+# >=1.8.0 needed for new namespace code (connect w/ sock param)
+Requires: python-paramiko>=1.8.0
 Requires: python-pbr
 Requires: python-cinderclient >= 1.0.5
 Requires: python-keystoneclient >= 0.3.2
 Requires: python-novaclient >= 2.15.0
 Requires: python-swiftclient
 Requires: python-neutronclient
-#?six?
+Requires: python-six >= 1.4.1
 Requires: python-sqlalchemy
 #?WebOb>=1.2.3?
 
@@ -50,7 +51,7 @@ clusters on OpenStack.
 
 
 %prep
-%setup -q -n savanna-%{version}%{?suf}
+%setup -q -n savanna-%{version}
 rm -rf savanna.egg-info
 rm -f {test-,}requirements.txt
 sed -i 's/0.5.21/0.5.19/' setup.py
@@ -134,13 +135,16 @@ exit 0
 %{_datadir}/savanna/savanna.conf.sample
 %{_datadir}/savanna/savanna.conf.sample-full
 %{python_sitelib}/savanna
-%{python_sitelib}/savanna-%{version}%{?suf}-py?.?.egg-info
+%{python_sitelib}/savanna-%{version}-py?.?.egg-info
 %defattr(-,savanna,savanna,-)
 %dir %{_var}/log/savanna
 
 
 
 %changelog
+* Mon Jan 27 2014 Matthew Farrellee <matt at redhat> - 2014.1.b2-1
+- 2014.1.b2 release
+
 * Sat Jan 18 2014 Matthew Farrellee <matt at redhat> - 2014.1.b1-1
 - 2014.1.b1 release
 
diff --git a/sources b/sources
index efb3534..9638cd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1fe0ad30f3262ebe0d9673a1f547a779  savanna-2014.1.b1.tar.gz
+73231565118a940f85125e06e5571838  savanna-2014.1.b2.tar.gz


More information about the scm-commits mailing list