rpms/system-config-network/devel system-config-network-1.5.99-kudzu.patch, NONE, 1.1 system-config-network.spec, 1.53, 1.54

Jiří Popelka jpopelka at fedoraproject.org
Mon Jan 4 08:55:46 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/system-config-network/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14559

Modified Files:
	system-config-network.spec 
Added Files:
	system-config-network-1.5.99-kudzu.patch 
Log Message:
* Mon Jan 04 2010 Jiri Popelka <jpopelka at redhat.com>  1.5.99-3
- NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939)


system-config-network-1.5.99-kudzu.patch:
 NCPluginModemInterface.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE system-config-network-1.5.99-kudzu.patch ---
diff -up system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py
--- system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu	2008-09-16 16:43:23.000000000 +0200
+++ system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py	2010-01-04 09:26:25.000000000 +0100
@@ -48,7 +48,7 @@ class ModemInterfaceWizard(InterfaceCrea
         if self.xml:
             return True
 
-        if request_rpms(["ppp", "wvdial"]):
+        if request_rpms(["ppp", "wvdial", "kudzu"]):
             return False
 
         glade_file = 'ModemDruid.glade'


Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/system-config-network.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- system-config-network.spec	7 Dec 2009 10:31:52 -0000	1.53
+++ system-config-network.spec	4 Jan 2010 08:55:46 -0000	1.54
@@ -2,10 +2,11 @@
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
 Version: 1.5.99
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: %{name}-%{version}.tar.bz2
 Patch0: system-config-network-1.5.99-NoneIPLen.patch
+Patch1: system-config-network-1.5.99-kudzu.patch
 
 License: GPLv2+
 Group: Applications/System 
@@ -38,6 +39,7 @@ supporting Ethernet, Wireless, TokenRing
 %prep
 %setup -q
 %patch0 -p1 -b .NoneIPLen
+%patch1 -p1 -b .kudzu
 
 %build
 %configure
@@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Mon Jan 04 2010 Jiri Popelka <jpopelka at redhat.com>  1.5.99-3
+- NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939)
+
 * Mon Dec 07 2009 Jiri Popelka <jpopelka at redhat.com>  1.5.99-2
 - Fixed s-control-network crash when adding new modem (bz #544412)
 




More information about the fedora-extras-commits mailing list