[openstack-neutron-gbp] Don't require specific neutron stable version

Robert A. Kukura rkukura at fedoraproject.org
Mon Dec 15 16:48:33 UTC 2014


commit 0df4092fc94ae4bb82da502124db5c10060ae7dd
Author: Robert Kukura <kukura at noironetworks.com>
Date:   Mon Dec 15 11:47:27 2014 -0500

    Don't require specific neutron stable version
    
    - Update to latest upstream commit

 .gitignore                 |    2 +-
 openstack-neutron-gbp.spec |   15 ++++++++++-----
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c2d506..dd21ea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/group-based-policy-2014.2.dev62.gacb85f0.tar.gz
+/group-based-policy-2014.2.dev19.g011bcf6.tar.gz
diff --git a/openstack-neutron-gbp.spec b/openstack-neutron-gbp.spec
index 0b68e0f..8bacd93 100644
--- a/openstack-neutron-gbp.spec
+++ b/openstack-neutron-gbp.spec
@@ -1,10 +1,10 @@
-%global commit acb85f0fc91084a62fbc927e9079b5403bf8207e
-%global commitseq 62
+%global commit 011bcf605a755e7039904b1764490964cb57dd5b
+%global commitseq 19
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:		openstack-neutron-gbp
 Version:	2014.2
-Release:	0.2.%{shortcommit}git%{?dist}
+Release:	0.3.%{shortcommit}git%{?dist}
 Summary:	Group Based Policy service plugin for OpenStack Networking Service
 
 Group:		Applications/System
@@ -12,7 +12,7 @@ License:	ASL 2.0
 URL:		https://launchpad.net/group-based-policy
 
 # The source tarball is created as follows:
-#  git clone http://git.openstack.org/cgit/stackforge/group-based-policy
+#  git clone git://git.openstack.org/stackforge/group-based-policy
 #  cd group-based-policy
 #  git checkout %%{commit}
 #  python setup.py sdist
@@ -26,7 +26,8 @@ BuildRequires:	python2-devel
 BuildRequires:	python-pbr
 BuildRequires:	python-setuptools
 
-Requires:	openstack-neutron = %{version}
+Requires:	openstack-neutron >= 2014.2
+Requires:	openstack-neutron < 2014.3
 
 
 %description
@@ -69,6 +70,10 @@ rm -rf %{buildroot}%{python_sitelib}/gbp/tests
 
 
 %changelog
+* Mon Dec 15 2014 Robert Kukura <rk at theep.net> - 2014.2-0.3.acb85f0git
+- Don't require specific neutron stable version
+- Update to latest upstream commit
+
 * Thu Dec  4 2014 Robert Kukura <rk at theep.net> - 2014.2-0.2.acb85f0git
 - Update to commmit with renamed resources
 
diff --git a/sources b/sources
index 66193dd..7c0825d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57b12bb2173cf52314eef57c731e86bb  group-based-policy-2014.2.dev62.gacb85f0.tar.gz
+c0e8500018b31c74521b2d5d7aa8ffe1  group-based-policy-2014.2.dev19.g011bcf6.tar.gz


More information about the scm-commits mailing list