[openstack-packstack/icehouse-epel7] Updated to packstack-2014.1.1dev1149

Martin Mágr mmagr at fedoraproject.org
Tue Jun 17 15:43:23 UTC 2014


commit 8a7ce856e7f0f89cd994ec3952b378d0d2ac851a
Author: Martin Magr <mmagr at redhat.com>
Date:   Tue Jun 17 17:38:21 2014 +0200

    Updated to packstack-2014.1.1dev1149

 .gitignore               |    1 +
 openstack-packstack.spec |   17 +++++++++++++----
 sources                  |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7af24ca..9602714 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
 /packstack-2014.1.1dev1102.tar.gz
 /packstack-2014.1.1dev1109.tar.gz
 /packstack-2014.1.1dev1129.tar.gz
+/packstack-2014.1.1dev1149.tar.gz
diff --git a/openstack-packstack.spec b/openstack-packstack.spec
index 0e6dde8..1d23fc7 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 1129
+%global git_revno 1149
 
 
 # openstack-packstack ----------------------------------------------------------
 
 Name:           openstack-packstack
 Version:        2014.1.1
-Release:        0.19.dev%{git_revno}%{?dist}
+Release:        0.20.dev%{git_revno}%{?dist}
 Summary:        Openstack Install Utility
 
 Group:          Applications/System
@@ -16,7 +16,6 @@ URL:            https://github.com/stackforge/packstack
 Source0:        http://mmagr.fedorapeople.org/downloads/packstack/packstack-%{version}dev%{git_revno}.tar.gz
 
 Patch0:         enable-epel.patch
-Patch1:         el7-swift.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,17 @@ install -p -D -m 644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/
 # changelog --------------------------------------------------------------------
 
 %changelog
+* Mon Jun 17 2014 Martin Mágr <mmagr at redhat.com> - 2014.1.1-0.24.dev1149
+- [Cinder] Moved cinder::volume::iscsi out of main template (rhbz#1106512)
+- [Neutron] Only setup nova notifications if nova is being installed
+- [Heat] Set EC2 auth url for Heat (rhbz#1106394)
+- [Neutron] Handle interface names containing ".", "-" or ":" (rhbz#1105166, rhbz#1057938)
+- [Packstack] Use openstack-selinux on RHEL-7 (rhbz#1109308)
+- [Cinder] Add forgotten cinder backend vmdk (rhbz#1109374)
+- [Nova] Restart libvirtd after Nova Network install (rhbz#1109362)
+- [Firewall] Make sure firewalld is down before iptables starts
+- Removed 0001-Use-openstack-selinux-on-RHEL-7.patch and el7-swift.patch
+
 * Wed Jun 11 2014 Martin Mágr <mmagr at redhat.com> - 2014.1.1-0.19.dev1129
 - [Packstack] Add special backward compat layer for Swift plugin
 - [Horizon] Added neutron options for Horizon (rhbz#1103148)
diff --git a/sources b/sources
index 146cadf..ae22e89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49eff5fca3f4f8979548325202a22bb7  packstack-2014.1.1dev1129.tar.gz
+380d668d2dd67ae3d2ab2aded5e7b853  packstack-2014.1.1dev1149.tar.gz


More information about the scm-commits mailing list