[python-django-horizon-gbp] update to rc1

Robert A. Kukura rkukura at fedoraproject.org
Mon Jan 5 20:59:43 UTC 2015


commit 2deda0f4a33536b77ea254816464ddb5d6b53eb7
Author: Robert Kukura <kukura at noironetworks.com>
Date:   Mon Jan 5 15:59:16 2015 -0500

    update to rc1

 .gitignore                     |    2 +-
 python-django-horizon-gbp.spec |   17 ++++++-----------
 sources                        |    2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f05138..091f0f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/group-based-policy-ui-50cf95c.tar.gz
+/group-based-policy-ui-2014.2rc1.tar.gz
diff --git a/python-django-horizon-gbp.spec b/python-django-horizon-gbp.spec
index 597051b..c27ef9b 100644
--- a/python-django-horizon-gbp.spec
+++ b/python-django-horizon-gbp.spec
@@ -1,20 +1,12 @@
-%global commit 50cf95c41e9bc3546ca6eda2f5725c6b377349ca
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
 Name:		python-django-horizon-gbp
 Version:	2014.2
-Release:	0.1.%{shortcommit}git%{?dist}
+Release:	0.2.rc1%{?dist}
 Summary:	Group Based Policy add-on for OpenStack Dashboard
 
 License:	ASL 2.0
 URL:		https://launchpad.net/group-based-policy-ui
 
-# The source tarball is created as follows:
-#  git clone git://git.openstack.org/stackforge/group-based-policy-ui
-#  cd group-based-policy-ui
-#  git checkout %%{commit}
-#  python setup.py sdist
-Source0:	group-based-policy-ui-%{shortcommit}.tar.gz
+Source0:	http://tarballs.openstack.org/group-based-policy-ui/group-based-policy-ui-2014.2rc1.tar.gz
 
 BuildArch:	noarch
 
@@ -36,7 +28,7 @@ of network endpoints.
 
 
 %prep
-%setup -qn group-based-policy-ui-%{shortcommit}
+%setup -qn group-based-policy-ui-%{version}rc1
 
 find gbpui -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} +
 
@@ -63,5 +55,8 @@ rm -rf %{buildroot}%{python2_sitelib}/gbpui/openstack_dashboard
 
 
 %changelog
+* Mon Jan  5 2015 Robert Kukura <rk at theep.net> - 2014.2-0.2.rc1
+- Update to rc1
+
 * Tue Dec 16 2014 Robert Kukura <rk at theep.net> - 2014.2-0.1.50cf95cgit
 - Initial package for Fedora
diff --git a/sources b/sources
index d7fae8e..f76fa61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a58e7cf7baa54b5762893315ae2d58b  group-based-policy-ui-50cf95c.tar.gz
+b1189c9d04eb186253375be9666ff903  group-based-policy-ui-2014.2rc1.tar.gz


More information about the scm-commits mailing list