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)
This commit is contained in:
Nalin Dahyabhai 2014-04-08 17:50:30 -04:00
parent 004e65d2aa
commit 08af66da9a
3 changed files with 13 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <nalin@redhat.com> 0.32-1
- add a -t flag to oddjob_request to allow its timeout to be
customized (#1085491)
* Tue Apr 8 2014 Nalin Dahyabhai <nalin@redhat.com> 0.31.5-2
- explicitly require "dbus" at the package level (#1085450)
* Tue Jul 30 2013 Nalin Dahyabhai <nalin@redhat.com> 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)

View File

@ -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