[openstack-utils] update to 2014.2-1

Pádraig Brady pbrady at fedoraproject.org
Mon Dec 8 16:04:19 UTC 2014


commit 530ddc10b12f60d6459b7943704e42172e440b4c
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon Dec 8 16:03:53 2014 +0000

    update to 2014.2-1
    
    - openstack-service: don't restart neutron-ovs-cleanup (rhbz#1133920)
    - openstack-status: don't display status for uninstalled services on systemd platforms
    - openstack-status: list "target" service status instead of obsolete "tgtd"
    - openstack-status: list openstack-ceilometer-notification and neutron-metering-agent services

 .gitignore           |    1 +
 openstack-utils.spec |   12 +++++++++---
 sources              |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fa5916..5ffc356 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /openstack-utils-2014.1-1.tar.gz
 /openstack-utils-2014.1-2.tar.gz
 /openstack-utils-2014.1-3.tar.gz
+/openstack-utils-2014.2-1.tar.gz
diff --git a/openstack-utils.spec b/openstack-utils.spec
index 7d14c32..6ec0516 100644
--- a/openstack-utils.spec
+++ b/openstack-utils.spec
@@ -1,8 +1,8 @@
-%global rel 3
+%global rel 1
 
 Name:           openstack-utils
-Version:        2014.1
-Release:        %{rel}%{?dist}.1
+Version:        2014.2
+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
@@ -32,6 +32,12 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
 %{_mandir}/man1/*.1.gz
 
 %changelog
+* Mon Dec 08 2014 Pádraig Brady <pbrady at redhat.com> - 2014.2-1
+- openstack-service: don't restart neutron-ovs-cleanup (rhbz#1133920)
+- openstack-status: don't display status for uninstalled services on systemd platforms
+- openstack-status: list "target" service status instead of obsolete "tgtd"
+- openstack-status: list openstack-ceilometer-notification and neutron-metering-agent services
+
 * Mon Jun 23 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-3
 - Add dependency on curl, needed by openstack-status
 - openstack-service: improve support for systemd based platforms
diff --git a/sources b/sources
index 165eaa0..da0c256 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41e4a9629458beba896fa9fc79b6053e  openstack-utils-2014.1-3.tar.gz
+a5f501639ecfc76aa926208115e13b72  openstack-utils-2014.2-1.tar.gz


More information about the scm-commits mailing list