[system-config-network] version 1.6.10

Nils Philippsen nphilipp at fedoraproject.org
Thu Dec 20 15:47:17 UTC 2012


commit 8775349fc803c1aaa230b6d2115015ae114e699a
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Dec 20 16:45:48 2012 +0100

    version 1.6.10

 .gitignore                 |    1 +
 sources                    |    2 +-
 system-config-network.spec |   20 +++++++++++++++-----
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9015219..64a89ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /system-config-network-1.6.7.tar.bz2
 /system-config-network-1.6.8.tar.bz2
 /system-config-network-1.6.9.tar.bz2
+/system-config-network-1.6.10.tar.bz2
diff --git a/sources b/sources
index b84c3d3..ca4f7f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9806a6400d9c126fab49616b6aafed97  system-config-network-1.6.9.tar.bz2
+fb28e3e0878ff1ff95e71fec1f4faec7  system-config-network-1.6.10.tar.bz2
diff --git a/system-config-network.spec b/system-config-network.spec
index 0ddbfc5..bbffb5b 100644
--- a/system-config-network.spec
+++ b/system-config-network.spec
@@ -7,7 +7,7 @@
 # -*- RPM-SPEC -*-
 Summary: Network Administration Tool%{?with_gui: GUI}
 Name: system-config-network
-Version: 1.6.9
+Version: 1.6.10
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
@@ -53,13 +53,20 @@ Requires: python-ethtool
 Requires: python-iwlib
 
 %description
-This is %{?with_gui:the GUI of }the network configuration tool,
-supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
+This is a network configuration tool.
+%if %{with gui}
+
+This package contains the graphical user interface.
+%else
+
+This package contains the text user interface.
+%endif
 
 %if %{with gui}
 %description tui
-This is the network configuration tool,
-supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
+This is a network configuration tool.
+
+This package contains the text user interface.
 %endif
 
 %prep
@@ -145,6 +152,9 @@ done
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Wed Dec 19 2012 Nils Philippsen <nils at redhat.com> 1.6.10-1
+- update description
+
 * Tue Dec 18 2012 Nils Philippsen <nils at redhat.com> 1.6.9-1
 - fix order of spec file sections
 


More information about the scm-commits mailing list