From b6cea6204ca85eb25da824ce17e8110f1cf29d21 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 08 2014 21:20:33 +0000 Subject: - require "dbus" at the package level (#1085450) --- diff --git a/oddjob.spec b/oddjob.spec index 9b01e71..01eb4d9 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -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,9 @@ fi exit 0 %changelog +* 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)