From 81be3002cc7de9e3a9f9256ea91627cec198b333 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Sep 12 2014 18:42:04 +0000 Subject: Update to upstream 0.1.21 Changelog: - Update to upstream 0.1.21 - Add requires on python-heatclient --- diff --git a/.gitignore b/.gitignore index 777334a..a4147f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /os-collect-config-0.1.11.tar.gz +/os-collect-config-0.1.21.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 dfaf124..2becd56 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 d2a16310623e8a4d4ffd7b09020e65a9d92c4551 Mon Sep 17 00:00:00 2001 +From 1d82edf2941674721b2116b8cfd255a882423ac4 Mon Sep 17 00:00:00 2001 From: Steven Dake 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 bbfbc35..298bb1a 100644 --- a/os-collect-config.spec +++ b/os-collect-config.spec @@ -1,6 +1,6 @@ Name: os-collect-config -Version: 0.1.11 -Release: 7%{?dist} +Version: 0.1.21 +Release: 1%{?dist} Summary: Collect and cache metadata running hooks on changes License: ASL 2.0 @@ -21,6 +21,7 @@ Requires: python-setuptools Requires: python-argparse Requires: python-anyjson Requires: python-eventlet +Requires: python-heatclient Requires: python-keystoneclient Requires: python-requests Requires: python-iso8601 @@ -74,6 +75,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 0.1.21-1 +- Update to upstream 0.1.21 +- Add requires on python-heatclient + * Thu Sep 11 2014 James Slagle - 0.1.11-7 - Switch to rdopkg. diff --git a/sources b/sources index e70296f..903c51b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -784539d4d5bac3a33e201676694101c6 os-collect-config-0.1.11.tar.gz +2aa3a15b26dfaadcd6f25259f21d7c82 os-collect-config-0.1.21.tar.gz