1
0
forked from pool/yast2-network
OBS User unknown 2008-09-06 03:05:09 +00:00 committed by Git OBS Bridge
parent 05284ec881
commit 107a568c98
4 changed files with 61 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61eba6faeeb0c37c20c2410ffc2afe331c291f013c1a74ffb2d2ea8dc7676c84
size 295217

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c5ac04c532735c04242777d7cc3c33956530f6aef670d598baab0f6552fdb6d
size 295861

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Sep 5 14:34:01 CEST 2008 - mzugec@suse.cz
- support for InfiniBand (fate#304870), (fate#304115)
- 2.17.23
-------------------------------------------------------------------
Thu Sep 4 16:10:43 CEST 2008 - mzugec@suse.cz
- alignment of add/edit/delete (bnc#421037)
-------------------------------------------------------------------
Thu Sep 4 16:04:09 CEST 2008 - mzugec@suse.cz
- alignment of add/edit/delete (bnc#421033)
-------------------------------------------------------------------
Thu Sep 4 15:18:14 CEST 2008 - mzugec@suse.cz
- IPv6 configuration (fate#304397)
- installation with IPv6 (fate#302926)
- 2.17.22
-------------------------------------------------------------------
Thu Sep 4 12:47:25 CEST 2008 - mzugec@suse.cz
- fixed yast lan list configured|unconfigured (bnc#420449)
- 2.17.21
-------------------------------------------------------------------
Wed Sep 3 10:50:48 CEST 2008 - kmachalkova@suse.cz
- DNS data configuration adapted to using netconfig (resolv.conf is
no longer written directly)(FaTE#303618)
-------------------------------------------------------------------
Mon Aug 18 09:03:53 CEST 2008 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.20)
# spec file for package yast2-network (Version 2.17.23)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.20
Version: 2.17.23
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.20.tar.bz2
Source0: yast2-network-2.17.23.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -36,7 +36,8 @@ BuildRequires: yast2 >= 2.16.6
BuildRequires: yast2-packager >= 2.16.37
# needed for prefixlen support in aliases
Requires: yast2 >= 2.17.5
Requires: sysconfig
#netconfig (FaTE #303618)
Requires: sysconfig >= 0.71.2
Requires: yast2-packager >= 2.16.37
#GetLanguageCountry
#(in newly created yast2-country-data)
@ -78,7 +79,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.20
%setup -n yast2-network-2.17.23
%build
%{prefix}/bin/y2tool y2autoconf
@ -142,6 +143,23 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Fri Sep 05 2008 mzugec@suse.cz
- support for InfiniBand (fate#304870), (fate#304115)
- 2.17.23
* Thu Sep 04 2008 mzugec@suse.cz
- alignment of add/edit/delete (bnc#421037)
* Thu Sep 04 2008 mzugec@suse.cz
- alignment of add/edit/delete (bnc#421033)
* Thu Sep 04 2008 mzugec@suse.cz
- IPv6 configuration (fate#304397)
- installation with IPv6 (fate#302926)
- 2.17.22
* Thu Sep 04 2008 mzugec@suse.cz
- fixed yast lan list configured|unconfigured (bnc#420449)
- 2.17.21
* Wed Sep 03 2008 kmachalkova@suse.cz
- DNS data configuration adapted to using netconfig (resolv.conf is
no longer written directly)(FaTE#303618)
* Mon Aug 18 2008 mzugec@suse.cz
- fixed Lan::Required() function
- 2.17.20