This commit is contained in:
parent
b1eac1993f
commit
4a18946308
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a6be9130b7cdce5e3cbbfbef6596b01ba438198414e428c82a359a7e5e8a6df
|
|
||||||
size 266544
|
|
3
yast2-network-2.15.16.tar.bz2
Normal file
3
yast2-network-2.15.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:517b904b71555bfec18ec50df3562c10964c61b721203e71db0af7c8749e5c85
|
||||||
|
size 266692
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 11:48:02 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
- use IPADDR/PREFIXLEN as default instead of NETMASK (#231997)
|
||||||
|
- use HAL UDI instead of UNIQUE
|
||||||
|
- redesign UI into tabs - split global and details (fate #120077)
|
||||||
|
- 2.15.16
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 10:01:33 CET 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Added dependency yast2 >= 2.15.15, removed dependency on
|
||||||
|
yast2-inetd, yast2-core moved to Conflicts: (indirect dependency)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 9 17:19:56 CET 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Network installation proposal:
|
||||||
|
Do not re-propose firewall zone for the interface if it has been
|
||||||
|
explicitly changed by user in add/edit dialog (#241107)
|
||||||
|
- Disable firewall related functionality (incl. final progress text)
|
||||||
|
if package SuSEfirewall2 is not installed (#249847)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 9 16:03:11 CET 2007 - mzugec@suse.cz
|
Fri Mar 9 16:03:11 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-network (Version 2.15.15)
|
# spec file for package yast2-network (Version 2.15.16)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,25 +11,23 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.15.15
|
Version: 2.15.16
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.15.15.tar.bz2
|
Source0: yast2-network-2.15.16.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig
|
BuildRequires: perl-XML-Writer pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2 yast2-devtools yast2-testsuite
|
BuildRequires: yast2 yast2-devtools yast2-testsuite
|
||||||
BuildRequires: yast2-country yast2-installation
|
BuildRequires: yast2-country yast2-installation
|
||||||
# carrier detection
|
|
||||||
Requires: yast2-core >= 2.10.6
|
|
||||||
# String::Random
|
# String::Random
|
||||||
# Linuxrc::display_ip
|
# Linuxrc::display_ip
|
||||||
# NetworkDevices::FindFastest
|
# SuSEFirewall::IsInstalled
|
||||||
Requires: yast2 >= 2.15.2
|
Requires: yast2 >= 2.15.15
|
||||||
Requires: sysconfig yast2-country yast2-inetd yast2-packager
|
Requires: sysconfig yast2-country yast2-packager
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
||||||
Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
||||||
@ -39,6 +37,8 @@ Provides: yast2-trans-network yast2-trans-adsl
|
|||||||
Obsoletes: yast2-trans-network yast2-trans-adsl
|
Obsoletes: yast2-trans-network yast2-trans-adsl
|
||||||
Provides: y2t_lan y2t_adsl y2t_dial
|
Provides: y2t_lan y2t_adsl y2t_dial
|
||||||
Obsoletes: y2t_lan y2t_adsl y2t_dial
|
Obsoletes: y2t_lan y2t_adsl y2t_dial
|
||||||
|
# carrier detection
|
||||||
|
Conflicts: yast2-core < 2.10.6
|
||||||
Summary: YaST2 - Network Configuration
|
Summary: YaST2 - Network Configuration
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.15.15
|
%setup -n yast2-network-2.15.16
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -107,6 +107,20 @@ fi
|
|||||||
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 12 2007 - mzugec@suse.cz
|
||||||
|
- use IPADDR/PREFIXLEN as default instead of NETMASK (#231997)
|
||||||
|
- use HAL UDI instead of UNIQUE
|
||||||
|
- redesign UI into tabs - split global and details (fate #120077)
|
||||||
|
- 2.15.16
|
||||||
|
* Mon Mar 12 2007 - kmachalkova@suse.cz
|
||||||
|
- Added dependency yast2 >= 2.15.15, removed dependency on
|
||||||
|
yast2-inetd, yast2-core moved to Conflicts: (indirect dependency)
|
||||||
|
* Fri Mar 09 2007 - kmachalkova@suse.cz
|
||||||
|
- Network installation proposal:
|
||||||
|
Do not re-propose firewall zone for the interface if it has been
|
||||||
|
explicitly changed by user in add/edit dialog (#241107)
|
||||||
|
- Disable firewall related functionality (incl. final progress text)
|
||||||
|
if package SuSEfirewall2 is not installed (#249847)
|
||||||
* Fri Mar 09 2007 - mzugec@suse.cz
|
* Fri Mar 09 2007 - mzugec@suse.cz
|
||||||
- disable finish popup to configure mail (#163955)
|
- disable finish popup to configure mail (#163955)
|
||||||
- 2.15.15
|
- 2.15.15
|
||||||
|
Loading…
Reference in New Issue
Block a user