forked from pool/yast2-network
- 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:
committed by
Git OBS Bridge
parent
771043cf46
commit
f7c6ca8474
@@ -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
|
Fri Nov 27 13:20:10 CET 2009 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@@ -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
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.19.3
|
Version: 2.19.4
|
||||||
Release: 1
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: yast2-network-2.19.3.tar.bz2
|
|
||||||
Prefix: /usr
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/YaST
|
Source0: yast2-network-2.19.4.tar.bz2
|
||||||
License: GPLv2+
|
|
||||||
|
prefix: /usr
|
||||||
|
|
||||||
|
Group: System/YaST
|
||||||
|
License: GPL v2 or later
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: pkgconfig perl-XML-Writer rpm
|
BuildRequires: pkgconfig perl-XML-Writer rpm
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
@@ -44,7 +48,6 @@ Conflicts: yast2-core < 2.10.6
|
|||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
License: GPLv2+
|
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
Summary: YaST2 - Developer documentation for yast2-network
|
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
|
This package contains autogenerated documentation for yast2-network
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.19.3
|
%setup -n yast2-network-2.19.4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@@ -126,5 +129,3 @@ fi
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-network
|
%doc %{prefix}/share/doc/packages/yast2-network
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
|
|
||||||
%changelog
|
|
||||||
|
Reference in New Issue
Block a user