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

Martin Mágr mmagr at fedoraproject.org
Thu May 22 13:22:49 UTC 2014


commit 7b6f248a38c04e176edca0bb90096c88212462f8
Author: Martin Magr <mmagr at redhat.com>
Date:   Thu May 22 15:21:50 2014 +0200

    Updated to packstack-2014.1.1dev1083.tar.gz

 .gitignore               |    1 +
 openstack-packstack.spec |   15 ++++++++++-----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06a4866..61f7637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@
 /packstack-2014.1.1dev1065.tar.gz
 /packstack-2014.1.1dev1067.tar.gz
 /packstack-2014.1.1dev1068.tar.gz
+/packstack-2014.1.1dev1083.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 3226a14..dbf152d 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 1068
+%global git_revno 1083
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.1.1
-Release:        0.12.dev%{git_revno}%{?dist}
+Release:        0.13.dev%{git_revno}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -15,8 +15,7 @@ URL:            https://github.com/stackforge/packstack
 # Tarball is created by bin/release.sh
 Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}dev%{git_revno}.tar.gz
 
-Patch0:         disable-swift.patch
-Patch1:         0001-Workaround-for-stoped-openstack-ceilometer-notificat.patch
+Patch0:         0001-Workaround-for-stoped-openstack-ceilometer-notificat.patch
 
 BuildArch:      noarch
 
@@ -67,7 +66,6 @@ This package contains documentation files for Packstack.
 %prep
 %setup -n packstack-%{version}dev%{git_revno}
 %patch0 -p1
-%patch1 -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 {} +
@@ -139,6 +137,13 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Wed May 14 2014 Martin Mágr <mmagr at redhat.com> - 2014.1.1-0.13.dev1085
+- [Packstack] Add infos about ML2 params in the packstack man page (rhbz#1065979)
+- [MySQL] Add performance configuration for InnoDB (rhbz#1078999)
+- [Nova] Force qemu-kvm-rhev on RHELs (rhbz#1049861)
+- [Packstack] Plugins refactor (lp#simplification)
+- Removed disable-swift.patch
+
 * Wed May 14 2014 Martin Mágr <mmagr at redhat.com> - 2014.1.1-0.12.dev1068
 - Removed unnecessary hacks (rhbz#1096510)
 
diff --git a/sources b/sources
index e9e026d..583b5c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4e217caf12793a15e2df61d3d04e8b4  packstack-2014.1.1dev1068.tar.gz
+24562f0edc572761d53cd4f777617a65  packstack-2014.1.1dev1083.tar.gz


More information about the scm-commits mailing list