From c3c355faf9b76b0d76c839a45d94f6db16b64e92 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 26 Nov 2006 01:56:29 +0000 Subject: [PATCH] fix dbus 1.0 compilation --- NetworkManager.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NetworkManager.spec b/NetworkManager.spec index a01f185..5e25813 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -32,6 +32,7 @@ Group: System Environment/Base License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Source: %{name}-%{version}.cvs20061025.tar.gz +Patch0: dbus1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) PreReq: chkconfig @@ -133,6 +134,7 @@ NetworkManager functionality from applications that use glib. %prep %setup -q -n %{name}-0.6.4 +%patch0 -p1 -b .dbus1 %build # Even though we don't require named, we still build with it @@ -239,6 +241,7 @@ fi * Sat Nov 25 2006 Matthias Clasen - Own the /etc/NetworkManager/dispatcher.d directory - Require pkgconfig for the -devel packages +- Fix compilation with dbus 1.0 * Wed Oct 25 2006 Dan Williams - 1:0.6.5-0.cvs20061025 - Update to a stable branch snapshot