From 0187e7ddc027f132ea133b58eda8acf00a372e05 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 04 2014 15:28:07 +0000 Subject: Make the dbus-send move depend on the OS release --- diff --git a/oddjob.spec b/oddjob.spec index 3cf4883..0463883 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -1,5 +1,10 @@ %global build_sample_subpackage 0 + +%if 0%{?fedora} > 21 || 0%{?rhel} > 7 %global dbus_send /usr/bin/dbus-send +%else +%global dbus_send /bin/dbus-send +%endif %if 0%{?fedora} > 18 || 0%{?rhel} > 6 %global systemd 1 @@ -250,6 +255,9 @@ fi exit 0 %changelog +* Thu Dec 04 2014 Nalin Dahyabhai +- make that last change dependent on which release we're building for + * Thu Dec 04 2014 David King - 0.33-4 - Update dbus-send dependency for new dbus (#1170584)