[openstack-packstack] Update to packstack-2014.2.dev1370.ge46bee1

Lukas Bezdicka social at fedoraproject.org
Fri Dec 12 12:11:59 UTC 2014


commit 0c774490115a00c27e90e9b21c960325cdb3f94d
Author: Lukas Bezdicka <lbezdick at redhat.com>
Date:   Fri Dec 12 13:10:45 2014 +0100

    Update to packstack-2014.2.dev1370.ge46bee1
    
    - [Neutron] Fix issues if ML2 neutron is configured with linuxbridge (LP#1399733)
    
    Resolves: #1399733

 .gitignore               |    1 +
 openstack-packstack.spec |   11 +++++++----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a354840..6fd9d46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@
 /packstack-2014.2.dev1350.g46661a7.tar.gz
 /packstack-2014.2.dev1359.g40f3b9d.tar.gz
 /packstack-2014.2.dev1368.g965a8d1.tar.gz
+/packstack-2014.2.dev1370.ge46bee1.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 7658b18..fd1a20a 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -1,13 +1,13 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
-%global git_snaptag 1368
-%global git_commit g965a8d1
+%global git_snaptag 1370
+%global git_commit ge46bee1
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.2
-Release:        0.11.dev%{git_snaptag}.%{git_commit}%{?dist}
+Release:        0.12.dev%{git_snaptag}.%{git_commit}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -24,7 +24,7 @@ BuildRequires:  python-setuptools
 Requires:       openssh-clients
 Requires:       python-netaddr
 Requires:       openstack-packstack-puppet == %{version}-%{release}
-Requires:       openstack-puppet-modules >= 2014.2.7-1
+Requires:       openstack-puppet-modules >= 2014.2.7-2
 Obsoletes:      packstack-modules-puppet
 Requires:       python-setuptools
 Requires:       PyYAML
@@ -142,6 +142,9 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Fri Dec 12 2014 Lukas Bezdicka <lbezdick at redhat.com> - 2014.2-0.12.dev1370
+- [Neutron] Fix issues if ML2 neutron is configured with linuxbridge (LP#1399733)
+
 * Thu Dec 11 2014 Lukas Bezdicka <lbezdick at redhat.com> - 2014.2-0.11.dev1368
 - Revert "Fix source url. Now using release tag from github."
 - [Ceilometer] redis-based group membership coordination for ceilometer
diff --git a/sources b/sources
index 20e692b..daba06c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2a111f4c6eb50fbd64569d01e2bce4d  packstack-2014.2.dev1368.g965a8d1.tar.gz
+0185abd6a76606ff2c961b9e9140fc10  packstack-2014.2.dev1370.ge46bee1.tar.gz


More information about the scm-commits mailing list