[python-django-horizon] Prepare to rebase to 2014.1

Matthias Runge mrunge at fedoraproject.org
Fri Apr 18 13:09:17 UTC 2014


commit 222988d8c8eb3d5ccf07b8357cb8ddf3521ec17a
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Apr 18 14:21:02 2014 +0200

    Prepare to rebase to 2014.1

 python-django-horizon.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-django-horizon.spec b/python-django-horizon.spec
index 9d67eae..b43c60e 100644
--- a/python-django-horizon.spec
+++ b/python-django-horizon.spec
@@ -1,14 +1,14 @@
 %global with_compression 1
 Name:       python-django-horizon
 Version:    2014.1
-Release:    0.14.rc2%{?dist}
+Release:    1%{?dist}
 Summary:    Django application for talking to Openstack
 
 Group:      Development/Libraries
 # Code in horizon/horizon/utils taken from django which is BSD
 License:    ASL 2.0 and BSD
 URL:        http://horizon.openstack.org/
-Source0:    https://launchpad.net/horizon/icehouse/icehouse-rc2/+download/horizon-%{version}.rc2.tar.gz
+Source0:    https://launchpad.net/horizon/icehouse/icehouse/+download/horizon-%{version}.tar.gz
 Source1:    openstack-dashboard.conf
 Source2:    openstack-dashboard-httpd-2.4.conf
 
@@ -16,7 +16,7 @@ Source2:    openstack-dashboard-httpd-2.4.conf
 Source4:    openstack-dashboard-httpd-logging.conf
 
 #
-# patches_base=2014.1.rc2
+# patches_base=2014.1
 #
 Patch0001: 0001-Don-t-access-the-net-while-building-docs.patch
 Patch0002: 0002-disable-debug-move-web-root.patch
@@ -161,7 +161,7 @@ Requires: openstack-dashboard = %{version}
 Customization module for OpenStack Dashboard to provide a branded logo.
 
 %prep
-%setup -q -n horizon-%{version}.rc2
+%setup -q -n horizon-%{version}
 # Use git to manage patches.
 # http://rwmj.wordpress.com/2011/08/09/nice-rpm-git-patch-management-trick/
 git init
@@ -366,6 +366,9 @@ sed -i 's:^SECRET_KEY =.*:SECRET_KEY = "badcafe":' openstack_dashboard/local/loc
 %{_datadir}/openstack-dashboard/openstack_dashboard/enabled/_99_customization.*
 
 %changelog
+* Fri Apr 18 2014 Matthias Runge <mrunge at redhat.com> - 2014.1-1
+- rebase to 2014.1
+
 * Tue Apr 08 2014 Matthias Runge <mrunge at redhat.com> - 2014.1-0.14.rc2
 - rebase to 2014.1.rc2
 


More information about the scm-commits mailing list