diff --git a/.cvsignore b/.cvsignore index 940bb9f..f496cb3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-network-1.5.93.tar.gz +system-config-network-1.5.93.tar.bz2 diff --git a/sources b/sources index 7539406..16f41b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d22827f4ecfc7f6306e9f5d3c9258c8 system-config-network-1.5.93.tar.gz +df6c26e1bd00bb95a94ae07e14a686d7 system-config-network-1.5.93.tar.bz2 diff --git a/system-config-network.spec b/system-config-network.spec index 793f185..5cc66e3 100644 --- a/system-config-network.spec +++ b/system-config-network.spec @@ -1,11 +1,10 @@ # -*- RPM-SPEC -*- Summary: The GUI of the Network Adminstration Tool Name: system-config-network -Version: 1.5.92 -Release: 3%{?dist} +Version: 1.5.93 +Release: 1%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/network Source0: %{name}-%{version}.tar.bz2 -Patch0: system-config-network-1.5.92-vendorNULL.patch License: GPLv2+ Group: Applications/System BuildArch: noarch @@ -33,7 +32,6 @@ supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP. %prep %setup -q -%patch0 -p1 %build %configure @@ -56,6 +54,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/devices mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/profiles/default %find_lang %name + %clean rm -rf $RPM_BUILD_ROOT @@ -101,17 +100,16 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/system-config-network-cmd %changelog -* Mon Oct 27 2008 Tom "spot" Callaway +* Mon Oct 27 2008 Tom "spot" Callaway - don't try to write out Description if vendor is NULL (bz 468355) (thanks to Kazunori Asayama) -* Mon Oct 27 2008 Matthias Clasen +* Mon Oct 27 2008 Matthias Clasen - Require usermode-gtk * Sat Mar 29 2008 Harald Hoyer - 1.5.92 - removed unnecessary self argument in super calls (bz#437678) (harald) - * Thu Mar 27 2008 Harald Hoyer - 1.5.91 - more pylint and cleanups (harald) - removed Init2 string (clashes with UTMS) (harald)