[openstack-ceilometer] update to Havana rc1

Pádraig Brady pbrady at fedoraproject.org
Thu Oct 3 09:16:26 UTC 2013


commit 4e174d661b9fed2a72d309131f55a831068e6769
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Oct 3 10:08:49 2013 +0100

    update to Havana rc1

 .gitignore                                         |    1 +
 ...e-don-t-access-the-net-when-building-docs.patch |    8 ++++----
 openstack-ceilometer.spec                          |   11 +++++++----
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f6c258..73969c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /ceilometer-2013.1.tar.gz
 /ceilometer-2013.2.b1.tar.gz
 /ceilometer-2013.2.b3.tar.gz
+/ceilometer-2013.2.rc1.tar.gz
diff --git a/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch b/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
index c6f5653..ab81a18 100644
--- a/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
+++ b/0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
@@ -1,4 +1,4 @@
-From 405a372272ff73c21bf91aedebfe2afb74b83e9d Mon Sep 17 00:00:00 2001
+From 66a1a30fe3a5abf56647de4848963180656946d4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady at redhat.com>
 Date: Fri, 6 Jan 2012 12:16:34 +0000
 Subject: [PATCH] Ensure we don't access the net when building docs
@@ -11,10 +11,10 @@ Change-Id: I9d02fb4053a8106672aded1614a2850e21603eb2
  1 files changed, 0 insertions(+), 2 deletions(-)
 
 diff --git a/doc/source/conf.py b/doc/source/conf.py
-index 9d01807..c89b701 100644
+index 98646df..c561497 100644
 --- a/doc/source/conf.py
 +++ b/doc/source/conf.py
-@@ -141,7 +141,6 @@ write_autodoc_index()
+@@ -142,7 +142,6 @@ write_autodoc_index()
  # or your custom ones.
  extensions = [
      'sphinx.ext.autodoc',
@@ -22,7 +22,7 @@ index 9d01807..c89b701 100644
      'sphinx.ext.todo',
      'sphinxcontrib.autohttp.flask',
      'wsmeext.sphinxext',
-@@ -151,7 +150,6 @@ extensions = [
+@@ -152,7 +151,6 @@ extensions = [
      'sphinxcontrib.pecanwsme.rest',
      'oslo.sphinx',
  ]
diff --git a/openstack-ceilometer.spec b/openstack-ceilometer.spec
index 376fbc4..18b38fe 100644
--- a/openstack-ceilometer.spec
+++ b/openstack-ceilometer.spec
@@ -4,13 +4,13 @@
 
 Name:             openstack-ceilometer
 Version:          2013.2
-Release:          0.10.b3%{?dist}
+Release:          0.11.rc1%{?dist}
 Summary:          OpenStack measurement collection service
 
 Group:            Applications/System
 License:          ASL 2.0
 URL:              https://wiki.openstack.org/wiki/Ceilometer
-Source0:          http://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.b3.tar.gz
+Source0:          http://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.rc1.tar.gz
 Source1:          %{pypi_name}-dist.conf
 Source2:          %{pypi_name}.logrotate
 
@@ -20,7 +20,7 @@ Source12:         %{name}-compute.service
 Source13:         %{name}-central.service
 
 #
-# patches_base=2013.2.b3
+# patches_base=2013.2.rc1
 #
 Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch
 
@@ -184,7 +184,7 @@ This package contains documentation files for ceilometer.
 %endif
 
 %prep
-%setup -q -n ceilometer-%{version}.b3
+%setup -q -n ceilometer-%{version}.rc1
 
 %patch0001 -p1
 
@@ -411,6 +411,9 @@ fi
 
 
 %changelog
+* Thu Oct 03 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.11.rc1
+- Update to Havana rc1
+
 * Fri Sep 13 2013 Pádraig Brady <pbrady at redhat.com> - 2013.2-0.10.b3
 - Depend on python-oslo-config >= 1:1.2.0 so it upgraded automatically
 
diff --git a/sources b/sources
index 7921c22..794dc7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18fce1f0d02753351ef6c68dea8c5926  ceilometer-2013.2.b3.tar.gz
+8667f7e2806c1232dec65c764d9ab981  ceilometer-2013.2.rc1.tar.gz


More information about the scm-commits mailing list