[python-django-savanna/f20] 2014.1.b2

matt matt at fedoraproject.org
Mon Jan 27 21:26:13 UTC 2014


commit 09d807d37aa8c2fa83849184d73b1e4871bf9153
Author: Matthew Farrellee <matt at redhat.com>
Date:   Mon Jan 27 16:18:59 2014 -0500

    2014.1.b2

 .gitignore                 |    1 +
 python-django-savanna.spec |   15 +++++++++------
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13911b0..6609b4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /savanna-dashboard-0.3.rc3.tar.gz
 /savanna-dashboard-0.3.tar.gz
 /savanna-dashboard-2014.1.b1.tar.gz
+/savanna-dashboard-2014.1.b2.tar.gz
diff --git a/python-django-savanna.spec b/python-django-savanna.spec
index 1667230..e887123 100644
--- a/python-django-savanna.spec
+++ b/python-django-savanna.spec
@@ -1,10 +1,10 @@
 Name:          python-django-savanna
-Version:       2014.1.b1
+Version:       2014.1.b2
 Release:       1%{?dist}
 Summary:       Savanna project dashboard
 License:       ASL 2.0
 URL:           https://launchpad.net/savanna
-Source0:       http://tarballs.openstack.org/savanna-dashboard/savanna-dashboard-%{version}%{?suf}.tar.gz
+Source0:       http://tarballs.openstack.org/savanna-dashboard/savanna-dashboard-%{version}.tar.gz
 BuildArch:     noarch
  
 BuildRequires: python2-devel
@@ -12,7 +12,7 @@ BuildRequires: python-setuptools
 BuildRequires: python-pbr
 
 Requires: python-django-horizon
-Requires: python-savannaclient >= 0.3
+Requires: python-savannaclient >= 0.4.1
 
 Provides: django-savanna = %{version}-%{release}
 
@@ -22,8 +22,8 @@ Savanna plugin for the OpenStack Dashboard.
 
 
 %prep
-%setup -q -n savanna-dashboard-%{version}%{?suf}
-rm -rf savanna-dashboard.egg-info
+%setup -q -n savanna-dashboard-%{version}
+rm -rf savanna_dashboard.egg-info
 rm -f tools/pip-requires
 sed -i 's/0.5.21/0.5.19/' setup.py
 
@@ -39,10 +39,13 @@ sed -i 's/0.5.21/0.5.19/' setup.py
 %files
 #TODO: %%doc LICENSE
 %{python_sitelib}/savannadashboard
-%{python_sitelib}/savanna_dashboard-%{version}%{?suf}-py?.?.egg-info
+%{python_sitelib}/savanna_dashboard-%{version}-py?.?.egg-info
 
 
 %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 000a290..8991443 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30732f1e28a8cce3b97a797321f1c1dd  savanna-dashboard-2014.1.b1.tar.gz
+b7b30ee94ecdc4ddc924d1f164dcbaeb  savanna-dashboard-2014.1.b2.tar.gz


More information about the scm-commits mailing list