[openstack-packstack] Updated to packstack-2014.1.1dev1025.tar.gz

Martin Mágr mmagr at fedoraproject.org
Wed Mar 26 10:07:55 UTC 2014


commit 4e1473dd4f63748ac923f3686a308fbb3f7f66d7
Author: Martin Magr <mmagr at redhat.com>
Date:   Wed Mar 26 11:07:32 2014 +0100

    Updated to packstack-2014.1.1dev1025.tar.gz

 .gitignore               |    1 +
 openstack-packstack.spec |   13 ++++++++-----
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb9c6fa..f045a83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /packstack-2014.1.1dev991.tar.gz
 /packstack-2014.1.1dev992.tar.gz
 /packstack-2014.1.1dev1018.tar.gz
+/packstack-2014.1.1dev1025.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 8a57ad4..968eda1 100644
--- a/openstack-packstack.spec
+++ b/openstack-packstack.spec
@@ -1,12 +1,12 @@
 %global with_doc %{!?_without_doc:1}%{?_without_doc:0}
-%global git_revno 1018
+%global git_revno 1025
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.1.1
-Release:        0.4.dev%{git_revno}%{?dist}
+Release:        0.5.dev%{git_revno}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -16,8 +16,7 @@ URL:            https://github.com/stackforge/packstack
 Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}dev%{git_revno}.tar.gz
 
 Patch0:         qpid-conf.patch
-Patch1:         heat-qpid.patch
-Patch2:         disable-swift.patch
+Patch1:         disable-swift.patch
 
 BuildArch:      noarch
 
@@ -69,7 +68,6 @@ This package contains documentation files for Packstack.
 %setup -n packstack-%{version}dev%{git_revno}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 # Sanitizing a lot of the files in the puppet modules, they come from seperate upstream projects
 find packstack/puppet/modules \( -name .fixtures.yml -o -name .gemfile -o -name ".travis.yml" -o -name .rspec \) -exec rm {} +
@@ -141,6 +139,11 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Wed Mar 26 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1.1-0.5.dev1025
+- Ensure ovs_neutron_plugin.ini has correct ownership (rhbz#1080438)
+- Disable provisioning for multihost installations (rhbz#bug1080369)
+- Removed heat-qpid.patch
+
 * Tue Mar 25 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1.1-0.4.dev1018
 - Disable swift
 
diff --git a/sources b/sources
index d4376e2..5d0f8af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5da06578a0adb13c96e579969bc9242a  packstack-2014.1.1dev1018.tar.gz
+212e0105f6c2a51216fc5fdaab938309  packstack-2014.1.1dev1025.tar.gz


More information about the scm-commits mailing list