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:
parent
004e65d2aa
commit
08af66da9a
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
||||
10
oddjob.spec
10
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 <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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user