[system-config-network/f16] 1.6.4

Jiří Popelka jpopelka at fedoraproject.org
Tue Aug 7 14:31:14 UTC 2012


commit c651f1cbfd17590fac839ef4f785259548488495
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Aug 7 16:21:54 2012 +0200

    1.6.4

 .gitignore                 |    1 +
 sources                    |    2 +-
 system-config-network.spec |   19 +++++++++++--------
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f58a812..8220d03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /system-config-network-1.6.1.tar.bz2
 /system-config-network-1.6.2.tar.bz2
 /system-config-network-1.6.3.tar.bz2
+/system-config-network-1.6.4.tar.bz2
diff --git a/sources b/sources
index b3fa55a..b66b079 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63f76b2325ea5e3fdae71038521cc30f  system-config-network-1.6.3.tar.bz2
+2fae5c20e88621d3d9a6674b0538d4be  system-config-network-1.6.4.tar.bz2
diff --git a/system-config-network.spec b/system-config-network.spec
index af46435..18d333f 100644
--- a/system-config-network.spec
+++ b/system-config-network.spec
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: The GUI of the Network Administration Tool
 Name: system-config-network
-Version: 1.6.3
+Version: 1.6.4
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: %{name}-%{version}.tar.bz2
@@ -15,7 +15,6 @@ BuildRequires: gcc, desktop-file-utils, perl-XML-Parser, intltool
 Requires: %{name}-tui = %{version}-%{release}
 Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas
 Requires: usermode-gtk, xdg-utils, gnome-python2-gnome, gnome-python2-bonobo
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 This is the GUI of the network configuration tool,
@@ -40,7 +39,6 @@ supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
 %configure
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 mkdir $RPM_BUILD_ROOT%{_datadir}/applications
@@ -58,12 +56,8 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/profiles/default
 
 %find_lang %name
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files 
-%defattr(-,root,root,-)
 %doc COPYING 
 %{_datadir}/system-config-network/pixmaps
 %{_datadir}/system-config-network/netconfpkg/gui
@@ -75,7 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/*
 
 %files -f %{name}.lang tui
-%defattr(-,root,root,-)
 %doc COPYING
 %dir %{_datadir}/system-config-network
 %doc %dir %{_datadir}/system-config-network/help
@@ -103,6 +96,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Tue Aug 07 2012 Jiri Popelka <jpopelka at redhat.com>  1.6.4-1
+- version 1.6.4
+  - Don't write DEVICE= line (rhbz#846081)
+  - add support for lcs devices
+  - Disable the Bind to MAC address option on bond slave devices (rhbz #504824)
+  - Do not remove GATEWAYDEV from /etc/sysconfig/network (rhbz #602688).
+  - Don't remove route-ethX on save (rhbz #501530)
+  - Establishing a QETH Connection chapter added to help
+  - use xdg-open instead of htmlview
+
 * Tue Jun 28 2011 Jiri Popelka <jpopelka at redhat.com>  1.6.3-1
 - Support new IPADDRn/PREFIXn syntax
 - Removed conf/ConfPaswd:ConfPwO.getfreeid (rhbz #717120)


More information about the scm-commits mailing list