- With enabled SuSEFirewall, set SuSEFirewall's FW_ROUTE variable

when enabling/disabling IP forwarding in routing settings. This
  avoids overwriting sysctl variables by SuSEFirewall init scripts  
  (bnc#474304) 
- Show proxy relogin msg only in Mode::normal (bnc#543469)

- ISDN: fixed creating configuration with incorrect name (bnc#534504)
- 2.19.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=53
This commit is contained in:
Katarina Machalkova 2009-12-08 11:14:20 +00:00 committed by Git OBS Bridge
parent 771043cf46
commit f7c6ca8474
2 changed files with 29 additions and 13 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 7 16:18:51 CET 2009 - kmachalkova@suse.cz
- With enabled SuSEFirewall, set SuSEFirewall's FW_ROUTE variable
when enabling/disabling IP forwarding in routing settings. This
avoids overwriting sysctl variables by SuSEFirewall init scripts
(bnc#474304)
- Show proxy relogin msg only in Mode::normal (bnc#543469)
-------------------------------------------------------------------
Tue Dec 1 11:24:25 CET 2009 - mzugec@suse.de
- ISDN: fixed creating configuration with incorrect name (bnc#534504)
- 2.19.4
-------------------------------------------------------------------
Fri Nov 27 13:20:10 CET 2009 - mzugec@suse.cz

View File

@ -1,16 +1,20 @@
#
# spec file for package yast2-network (Version 2.19.3)
# spec file for package yast2-network (Version 2.19.4)
#
# norootforbuild
Name: yast2-network
Version: 2.19.3
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.19.3.tar.bz2
Prefix: /usr
Group: System/YaST
License: GPLv2+
Name: yast2-network
Version: 2.19.4
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.19.4.tar.bz2
prefix: /usr
Group: System/YaST
License: GPL v2 or later
# should be required by devtools
BuildRequires: pkgconfig perl-XML-Writer rpm
BuildRequires: update-desktop-files
@ -44,7 +48,6 @@ Conflicts: yast2-core < 2.10.6
Summary: YaST2 - Network Configuration
%package devel-doc
License: GPLv2+
Group: System/YaST
Summary: YaST2 - Developer documentation for yast2-network
@ -56,7 +59,7 @@ This package contains the YaST2 component for network configuration.
This package contains autogenerated documentation for yast2-network
%prep
%setup -n yast2-network-2.19.3
%setup -n yast2-network-2.19.4
%build
%{prefix}/bin/y2tool y2autoconf
@ -126,5 +129,3 @@ fi
%doc %{prefix}/share/doc/packages/yast2-network
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog