[python-django-horizon] finish update to havana-1

Matthias Runge mrunge at fedoraproject.org
Fri May 31 09:34:51 UTC 2013


commit 4e6c7df2d3177e7052e6599a405f63a17189079d
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri May 31 11:34:18 2013 +0200

    finish update to havana-1

 .gitignore                 |    1 +
 python-django-horizon.spec |   10 +++++-----
 sources                    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8eafc9..b33ce1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /openstack-dashboard-httpd-2.4.conf
 /openstack-dashboard-httpd-logging.conf
 /horizon-2013.1.1.tar.gz
+/horizon-2013.2.b1.tar.gz
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index e0a09fa..72e4b00 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -1,5 +1,5 @@
 Name:       python-django-horizon
-Version:    2013.1
+Version:    2013.2
 Release:    0.1b1%{?dist}
 Summary:    Django application for talking to Openstack
 
@@ -8,7 +8,7 @@ Group:      Development/Libraries
 License:    ASL 2.0 and BSD
 URL:        http://horizon.openstack.org/
 BuildArch:  noarch
-Source0:     https://launchpad.net/horizon/grizzly/%{version}/+download/horizon-%{version}.tar.gz
+Source0:     https://launchpad.net/horizon/havana/havana-1/+download/horizon-%{version}.b1.tar.gz
 Source1:    openstack-dashboard.conf
 Source2:    openstack-dashboard-httpd-2.4.conf
 
@@ -51,6 +51,8 @@ Requires:   pytz
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
+BuildRequires: python-d2to1
+BuildRequires: python-pbr
 
 # for checks:
 #BuildRequires:   python-django-nose
@@ -122,7 +124,7 @@ Documentation for the Django Horizon application for talking with Openstack
 
 
 %prep
-%setup -q -n horizon-%{version}
+%setup -q -n horizon-%{version}.b1
 
 %patch0001 -p1
 %patch0002 -p1
@@ -221,7 +223,6 @@ cd %{buildroot}%{_datadir}/openstack-dashboard
 %{python_sitelib}/horizon/utils
 %{python_sitelib}/horizon/workflows
 %{python_sitelib}/*.egg-info
-%exclude %{python_sitelib}/bin
 
 %files -n openstack-dashboard -f dashboard.lang
 %dir %{_datadir}/openstack-dashboard/
@@ -231,7 +232,6 @@ cd %{buildroot}%{_datadir}/openstack-dashboard
 %{_datadir}/openstack-dashboard/openstack_dashboard/api
 %{_datadir}/openstack-dashboard/openstack_dashboard/dashboards
 %{_datadir}/openstack-dashboard/openstack_dashboard/local
-%{_datadir}/openstack-dashboard/openstack_dashboard/openstack
 %{_datadir}/openstack-dashboard/openstack_dashboard/static
 %{_datadir}/openstack-dashboard/openstack_dashboard/templates
 %{_datadir}/openstack-dashboard/openstack_dashboard/test
diff --git a/sources b/sources
index f0f4732..9971226 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f79025d4162cfbb7c9b27bb91611ace7  horizon-2013.1.1.tar.gz
+8883919642d699a57ba92ab70b81e2a1  horizon-2013.2.b1.tar.gz


More information about the scm-commits mailing list