From da59e30098d00155eddd6ef73fac89f3ddf116cc33ae608f1b1bc56f2b3adc4c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 30 Jul 2007 18:28:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=9 --- dhcp-3.0.3-dhclient-script-dhcdbd.patch | 2 +- dhcp.changes | 6 ++++++ dhcp.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/dhcp-3.0.3-dhclient-script-dhcdbd.patch b/dhcp-3.0.3-dhclient-script-dhcdbd.patch index 15815b9..0357af5 100644 --- a/dhcp-3.0.3-dhclient-script-dhcdbd.patch +++ b/dhcp-3.0.3-dhclient-script-dhcdbd.patch @@ -5,7 +5,7 @@ fi +if [ -n "${dhc_dbus}" ]; then -+ /usr/bin/dbus-send \ ++ /bin/dbus-send \ + --system \ + --dest=com.redhat.dhcp \ + --type=method_call \ diff --git a/dhcp.changes b/dhcp.changes index 87da0d0..7c025fe 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 30 13:06:43 CEST 2007 - thoenig@suse.de + +- dhcp-3.0.3-dhclient-script-dhcdbd.patch: dbus-send is now located + in /bin + ------------------------------------------------------------------- Thu Jul 19 16:14:33 CEST 2007 - mt@suse.de diff --git a/dhcp.spec b/dhcp.spec index 5af1001..89e9454 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -23,7 +23,7 @@ License: BSD 3-Clause Group: Productivity/Networking/Boot/Servers Autoreqprov: on Version: 3.0.6 -Release: 1 +Release: 6 Summary: Common Files Used by ISC DHCP Software URL: http://www.isc.org/isc/dhcp.html Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz @@ -486,6 +486,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %doc %{_mandir}/man3/dhcpctl.3.gz %changelog +* Mon Jul 30 2007 - thoenig@suse.de +- dhcp-3.0.3-dhclient-script-dhcdbd.patch: dbus-send is now located + in /bin * Thu Jul 19 2007 - mt@suse.de - Updated to 3.0.6, a maintenance release containing fixes for bugs discovered since DHCP 3.0.5, but no new features.