[yum-updatesd] -adapt to new networkmanager dbus interface

brummbq brummbq at fedoraproject.org
Fri Feb 17 18:30:55 UTC 2012


commit 2bb65b8b15b2f69b6d8b7fb81bfa9ee0a763f177
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Fri Feb 17 19:29:02 2012 +0100

    -adapt to new networkmanager dbus interface

 yum-updatesd.nm-online.patch |   11 +++++++++++
 yum-updatesd.spec            |   10 ++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/yum-updatesd.nm-online.patch b/yum-updatesd.nm-online.patch
new file mode 100644
index 0000000..19311a6
--- /dev/null
+++ b/yum-updatesd.nm-online.patch
@@ -0,0 +1,11 @@
+--- yum-updatesd.orig	2007-12-18 04:46:26.000000000 +0100
++++ yum-updatesd	2012-02-17 18:54:55.543850850 +0100
+@@ -47,7 +47,7 @@
+ updateInfo = []
+ helperProcess = None
+ 
+-NM_ONLINE = 3
++NM_ONLINE = 70
+ 
+ class UDConfig(BaseConfig):
+     """Config format for the daemon"""
diff --git a/yum-updatesd.spec b/yum-updatesd.spec
index fb257b8..a064d89 100644
--- a/yum-updatesd.spec
+++ b/yum-updatesd.spec
@@ -7,6 +7,10 @@ License: GPLv2
 Group: System Environment/Base
 Source0: %{name}-%{version}.tar.bz2
 Source1: %{name}.service
+
+#Fixed in upstream
+Patch0: %{name}.nm-online.patch
+
 URL: http://linux.duke.edu/yum/
 BuildArch: noarch
 BuildRequires: python
@@ -27,6 +31,8 @@ can notify you when they are available via email, syslog or dbus.
 
 %prep
 %setup -q
+  
+%patch0
 
 %build
 make
@@ -81,8 +87,8 @@ fi
 
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.9-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Feb 17 2012 Gregor Tätzner <brummbq at fedoraproject.com> - 1:0.9-9
+- adapt to new networkmanager dbus interface
 
 * Fri Sep  9 2011 Tom Callaway <spot at fedoraproject.org> - 1:0.9-8
 - and fix Requires(post)... :P


More information about the scm-commits mailing list