[openstack-utils] update to 2013.2-2

Pádraig Brady pbrady at fedoraproject.org
Wed Nov 20 19:01:43 UTC 2013


commit 26120125bda7450f7e600a8ea8f1202fd8fdcab3
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Nov 20 18:56:11 2013 +0000

    update to 2013.2-2
    
    - Improve openstack-status output
    - Add a new openstack-service command to to control enabled services
    - Add an --update option to openstack-db to update a service's database
    - Add support for heat and neutron to openstack-db

 .gitignore           |    1 +
 openstack-utils.spec |   10 ++++++++--
 sources              |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc5e716..acd6dd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /openstack-utils-2013.1-7.tar.gz
 /openstack-utils-2013.1-8.tar.gz
 /openstack-utils-2013.2-1.tar.gz
+/openstack-utils-2013.2-2.tar.gz
diff --git a/openstack-utils.spec b/openstack-utils.spec
index 9470aa4..14a4be9 100644
--- a/openstack-utils.spec
+++ b/openstack-utils.spec
@@ -1,8 +1,8 @@
-%global rel 1
+%global rel 2
 
 Name:           openstack-utils
 Version:        2013.2
-Release:        %{rel}%{?dist}.1
+Release:        %{rel}%{?dist}
 Summary:        Helper utilities for OpenStack services
 URL:            https://github.com/redhat-openstack/openstack-utils
 Source0:        https://github.com/redhat-openstack/%{name}/archive/%{version}-%{rel}.tar.gz#/%{name}-%{version}-%{rel}.tar.gz
@@ -31,6 +31,12 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
 %{_mandir}/man1/*.1.gz
 
 %changelog
+* Wed Nov 20 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-2
+- Improve openstack-status output
+- Add a new openstack-service command to to control enabled services
+- Add an --update option to openstack-db to update a service's database
+- Add support for heat and neutron to openstack-db
+
 * Tue Sep 17 2013 Pádraig Brady <pbrady at redhat.com> 2013.2-1
 - Improve reporting of services in openstack-status
 - Add heat and ceilometer services to those reported
diff --git a/sources b/sources
index acdf19e..b60a8bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bc42a0d0b39f66304099fab263f8ed1  openstack-utils-2013.2-1.tar.gz
+a095f21d0018057e8e65f327fb3441ab  openstack-utils-2013.2-2.tar.gz


More information about the scm-commits mailing list