OBS User unknown 2008-06-22 07:01:56 +00:00 committed by Git OBS Bridge
parent 4baf60350d
commit f382a3d049
4 changed files with 102 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d3228fd18e1dfef8abe5f23f24c742fe16ffe1f554b3ebc42a4bea937d5a0f1
size 269533

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0589ad40834050bfc2109dee6090ed01954b0e195ce68bd493b17dd783be9efa
size 293826

View File

@ -1,9 +1,70 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 4 12:48:24 CEST 2008 - mzugec@suse.cz Sat Jun 21 19:23:33 CEST 2008 - mzugec@suse.cz
- enable smpppd when dsl connection configured (bnc#397966)
- 2.17.4
-------------------------------------------------------------------
Fri Jun 20 15:11:11 CEST 2008 - mzugec@suse.cz
- download firmware for b43 (bnc#400846)
- 2.17.3
-------------------------------------------------------------------
Thu Jun 19 19:04:03 CEST 2008 - mzugec@suse.cz
- CLI support for VLAN, bonding, bridge
- 2.17.2
-------------------------------------------------------------------
Wed Jun 18 12:16:54 CEST 2008 - mzugec@suse.de
- initial support for IPv6
- prefix parameter in CLI
- support for "/24" syntax as prefixlen
- 2.17.1
-------------------------------------------------------------------
Fri Jun 13 17:07:11 CEST 2008 - mzugec@suse.cz
- network installation broken (bnc#399645)
- remove all historic dhcp-test related code
- 2.17.0
-------------------------------------------------------------------
Fri Jun 13 16:23:20 CEST 2008 - mzugec@suse.cz
- sleep while waiting for network (bnc#399062)
-------------------------------------------------------------------
Fri Jun 13 16:15:05 CEST 2008 - mzugec@suse.cz
- button enable/disable behavior in Internet Test (bnc#391857)
-------------------------------------------------------------------
Fri Jun 6 17:16:20 CEST 2008 - mzugec@suse.cz
- installation onto nfs - STARTMODE='nfsroot' (bnc#397410)
- 2.16.50
-------------------------------------------------------------------
Thu Jun 5 13:59:51 CEST 2008 - mzugec@suse.cz
- host module crashes when editing 'localhost' hostnames (bnc#397322)
- fixed hosts write
- 2.16.49
-------------------------------------------------------------------
Wed Jun 4 12:53:11 CEST 2008 - mzugec@suse.cz
- fixed command-line (bnc#397016) - fixed command-line (bnc#397016)
- 2.16.48 - 2.16.48
-------------------------------------------------------------------
Mon Jun 2 16:19:15 CEST 2008 - mzugec@suse.cz
- removed html tags in progress bar (bnc#393966)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 2 09:21:09 CEST 2008 - mzugec@suse.cz Mon Jun 2 09:21:09 CEST 2008 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-network (Version 2.16.48) # spec file for package yast2-network (Version 2.17.4)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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
@ -12,12 +12,12 @@
Name: yast2-network Name: yast2-network
Version: 2.16.48 Version: 2.17.4
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.16.48.tar.bz2 Source0: yast2-network-2.17.4.tar.bz2
Prefix: /usr Prefix: /usr
# should be required by devtools # should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm BuildRequires: perl-XML-Writer pkgconfig rpm
@ -27,8 +27,8 @@ BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27 BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6 BuildRequires: yast2 >= 2.16.6
BuildRequires: yast2-packager >= 2.16.37 BuildRequires: yast2-packager >= 2.16.37
# GetInstArgs::automatic_configuration # needed for prefixlen support
Requires: yast2 >= 2.16.46 Requires: yast2 >= 2.17.1
Requires: sysconfig Requires: sysconfig
Requires: yast2-packager >= 2.16.37 Requires: yast2-packager >= 2.16.37
#GetLanguageCountry #GetLanguageCountry
@ -71,7 +71,7 @@ Authors:
Michal Svec <msvec@suse.cz> Michal Svec <msvec@suse.cz>
%prep %prep
%setup -n yast2-network-2.16.48 %setup -n yast2-network-2.17.4
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -135,10 +135,41 @@ fi
%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 %changelog
* Sat Jun 21 2008 mzugec@suse.cz
- enable smpppd when dsl connection configured (bnc#397966)
- 2.17.4
* Fri Jun 20 2008 mzugec@suse.cz
- download firmware for b43 (bnc#400846)
- 2.17.3
* Thu Jun 19 2008 mzugec@suse.cz
- CLI support for VLAN, bonding, bridge
- 2.17.2
* Wed Jun 18 2008 mzugec@suse.de
- initial support for IPv6
- prefix parameter in CLI
- support for "/24" syntax as prefixlen
- 2.17.1
* Fri Jun 13 2008 mzugec@suse.cz
- network installation broken (bnc#399645)
- remove all historic dhcp-test related code
- 2.17.0
* Fri Jun 13 2008 mzugec@suse.cz
- sleep while waiting for network (bnc#399062)
* Fri Jun 13 2008 mzugec@suse.cz
- button enable/disable behavior in Internet Test (bnc#391857)
* Fri Jun 06 2008 mzugec@suse.cz
- installation onto nfs - STARTMODE='nfsroot' (bnc#397410)
- 2.16.50
* Thu Jun 05 2008 mzugec@suse.cz
- host module crashes when editing 'localhost' hostnames (bnc#397322)
- fixed hosts write
- 2.16.49
* Wed Jun 04 2008 mzugec@suse.cz * Wed Jun 04 2008 mzugec@suse.cz
- fixed command-line (bnc#397016) - fixed command-line (bnc#397016)
- 2.16.48 - 2.16.48
* Mon Jun 02 2008 mzugec@suse.cz * Mon Jun 02 2008 mzugec@suse.cz
- removed html tags in progress bar (bnc#393966)
* Mon Jun 02 2008 mzugec@suse.cz
- set link status up for all interfaces during installation - set link status up for all interfaces during installation
(bnc#395014) (bnc#395014)
- 2.16.47 - 2.16.47