From 29952bd62fac9a69ed28b5a877d7fa16f3b40a86 Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Jul 17 2008 19:02:11 +0000 Subject: Increase default method timeout --- diff --git a/dbus-1.2.1-increase-timeout.patch b/dbus-1.2.1-increase-timeout.patch new file mode 100644 index 0000000..6e73894 --- /dev/null +++ b/dbus-1.2.1-increase-timeout.patch @@ -0,0 +1,13 @@ +diff -urN dbus-1.2.1/bus/system.conf.in dbus-1.2.1.b/bus/system.conf.in +--- dbus-1.2.1/bus/system.conf.in 2008-04-04 11:24:08.000000000 -0400 ++++ dbus-1.2.1.b/bus/system.conf.in 2008-07-17 13:56:26.000000000 -0400 +@@ -17,6 +17,9 @@ + + @DBUS_USER@ + ++ ++ 21600000 ++ + + + diff --git a/dbus.spec b/dbus.spec index f146a8b..127d489 100644 --- a/dbus.spec +++ b/dbus.spec @@ -8,7 +8,7 @@ Summary: D-BUS message bus Name: dbus Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.freedesktop.org/software/dbus/ Source0: http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz Source1: doxygen_to_devhelp.xsl @@ -43,6 +43,7 @@ Patch2: dbus-reinit-addr-after-shutdown.patch Patch3: dbus-fix-guidless-conn-segfault.patch Patch4: dbus-compile-userdb-cache.patch Patch5: dbus-hold-ref-during-dispatch.patch +Patch6: dbus-1.2.1-increase-timeout.patch %description @@ -102,6 +103,7 @@ in this separate package so server systems need not install X. %patch3 -p1 -b .fix-guidless-conn-segfault %patch4 -p1 -b .compile-userdb-cache %patch5 -p1 -b .hold-ref-during-dispatch +%patch6 -p1 -b .increase-timeout autoreconf -f -i @@ -230,6 +232,9 @@ fi %{_includedir}/* %changelog +* Thu Jul 17 2008 Casey Dahlin - 1.2.1-5 +- Patch to increase max method timeout + * Thu May 29 2008 Casey Dahlin - 1.2.1-4 - Patches for fd.o bugs 15635, 15571, 15588, 15570