From 08af66da9a5fa0d569caeaf5168d188397b81465 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 8 Apr 2014 17:50:30 -0400 Subject: [PATCH] Update to 0.32 - add a -t flag to oddjob_request to allow its timeout to be customized (#1085491) - explicitly require "dbus" at the package level (#1085450) --- .gitignore | 2 ++ oddjob.spec | 10 +++++++++- sources | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b973fdb..6741437 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ oddjob-0.30.1.tar.gz /oddjob-0.31.4.tar.gz.sig /oddjob-0.31.5.tar.gz /oddjob-0.31.5.tar.gz.sig +/oddjob-0.32.tar.gz +/oddjob-0.32.tar.gz.sig diff --git a/oddjob.spec b/oddjob.spec index a437610..ae2ced8 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -16,7 +16,7 @@ %endif Name: oddjob -Version: 0.31.5 +Version: 0.32 Release: 1%{?dist} Source0: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz Source1: http://fedorahosted.org/released/oddjob/oddjob-%{version}.tar.gz.sig @@ -40,6 +40,7 @@ Requires(postun): /sbin/service Requires(post): /sbin/chkconfig Requires(pre): /sbin/chkconfig %endif +Requires: dbus # for "killall" Requires(post): psmisc Obsoletes: oddjob-devel < 0.30, oddjob-libs < 0.30, oddjob-python < 0.30 @@ -249,6 +250,13 @@ fi exit 0 %changelog +* Tue Apr 8 2014 Nalin Dahyabhai 0.32-1 +- add a -t flag to oddjob_request to allow its timeout to be + customized (#1085491) + +* Tue Apr 8 2014 Nalin Dahyabhai 0.31.5-2 +- explicitly require "dbus" at the package level (#1085450) + * Tue Jul 30 2013 Nalin Dahyabhai 0.31.5-1 - add man(5) pages for the configuration files that we include which get included by others, just to be tidy (#884552) diff --git a/sources b/sources index 5c341b7..160d5ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8fb3e9a189f21fdda09eb2f564f56802 oddjob-0.31.5.tar.gz -34e91eaf01f61f3e3bda9832c54b2068 oddjob-0.31.5.tar.gz.sig +8d47428acc987830c48fa15b9cdd1d75 oddjob-0.32.tar.gz +c7511ce05bb0a43e90c8e820b18c780e oddjob-0.32.tar.gz.sig