[wicd/f14] Actually apply the D-Bus connection failure patch (#713109)

David Cantrell dcantrel at fedoraproject.org
Wed Aug 10 01:17:12 UTC 2011


commit a149b229e99cd5450d80de753701f816a6726cfc
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Tue Aug 9 21:01:11 2011 -0400

    Actually apply the D-Bus connection failure patch (#713109)

 wicd.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/wicd.spec b/wicd.spec
index b44db1f..47b8533 100644
--- a/wicd.spec
+++ b/wicd.spec
@@ -7,7 +7,7 @@
 
 Name:             wicd
 Version:          1.7.0
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          Wireless and wired network connection manager
 
 Group:            System Environment/Base
@@ -92,6 +92,9 @@ Client program for wicd that uses a GTK+ interface.
 # Use cPickle instead of deepcopy in configmanager.py
 %patch2 -p1
 
+# Handle D-Bus connection failures a little better
+%patch3 -p1
+
 %build
 # NOTE: --etc is where dhclient.conf.template goes
 %{__python} setup.py configure \
@@ -257,6 +260,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/wicd-gtk.svg
 
 %changelog
+* Tue Aug 09 2011 David Cantrell <dcantrell at redhat.com> - 1.7.0-6
+- Actually apply the D-Bus connection failure patch (#713109)
+
 * Fri Aug 05 2011 David Cantrell <dcantrell at redhat.com> - 1.7.0-5
 - Catch D-Bus connection failures and prevent abrt reporting (#713109)
 


More information about the scm-commits mailing list