[os-collect-config] Update to upstream 0.1.28

slagle slagle at fedoraproject.org
Fri Sep 12 20:07:53 UTC 2014


commit 57e2947afc7942111a607a3798667b4d7566ed20
Author: James Slagle <jslagle at redhat.com>
Date:   Fri Sep 12 16:04:42 2014 -0400

    Update to upstream 0.1.28
    
    Changelog:
    - Update to upstream 0.1.28
    - Add requires on python-dogpile-cache

 .gitignore                                         |    1 +
 ...runtime-dependency-and-replace-with-build.patch |    2 +-
 os-collect-config.spec                             |    7 ++++++-
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4147f5..6f2ed57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /os-collect-config-0.1.11.tar.gz
 /os-collect-config-0.1.21.tar.gz
+/os-collect-config-0.1.28.tar.gz
diff --git a/0001-Remove-pbr-runtime-dependency-and-replace-with-build.patch b/0001-Remove-pbr-runtime-dependency-and-replace-with-build.patch
index 2becd56..45d2e79 100644
--- a/0001-Remove-pbr-runtime-dependency-and-replace-with-build.patch
+++ b/0001-Remove-pbr-runtime-dependency-and-replace-with-build.patch
@@ -1,4 +1,4 @@
-From 1d82edf2941674721b2116b8cfd255a882423ac4 Mon Sep 17 00:00:00 2001
+From 11894be1df53f84f50499429dacba52a10c02f08 Mon Sep 17 00:00:00 2001
 From: Steven Dake <sdake at redhat.com>
 Date: Mon, 24 Feb 2014 09:33:40 -0700
 Subject: [PATCH] Remove pbr runtime dependency and replace with build time
diff --git a/os-collect-config.spec b/os-collect-config.spec
index 298bb1a..85b6c2f 100644
--- a/os-collect-config.spec
+++ b/os-collect-config.spec
@@ -1,5 +1,5 @@
 Name:			os-collect-config
-Version:		0.1.21
+Version:		0.1.28
 Release:		1%{?dist}
 Summary:		Collect and cache metadata running hooks on changes
 
@@ -20,6 +20,7 @@ BuildRequires:		python-pbr
 Requires:		python-setuptools
 Requires:		python-argparse
 Requires:		python-anyjson
+Requires:		python-dogpile-cache
 Requires:		python-eventlet
 Requires:		python-heatclient
 Requires:		python-keystoneclient
@@ -75,6 +76,10 @@ install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/os-collect-config.con
 %{_unitdir}/os-collect-config.service
 
 %changelog
+* Fri Sep 12 2014 James Slagle <jslagle at redhat.com> 0.1.28-1
+- Update to upstream 0.1.28
+- Add requires on python-dogpile-cache
+
 * Fri Sep 12 2014 James Slagle <jslagle at redhat.com> 0.1.21-1
 - Update to upstream 0.1.21
 - Add requires on python-heatclient
diff --git a/sources b/sources
index 903c51b..7841f0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2aa3a15b26dfaadcd6f25259f21d7c82  os-collect-config-0.1.21.tar.gz
+3a78474c0b1a52ce27a647e00f88a910  os-collect-config-0.1.28.tar.gz


More information about the scm-commits mailing list