1
0
forked from pool/yast2-network
OBS User unknown
2008-10-09 17:07:07 +00:00
committed by Git OBS Bridge
parent 681c18a269
commit 2a70b44d31
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2630c5ef5865ba8fd896b90c78fc4d404bfacb6b0a99991cff9719b5474c3181
size 280098

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:004ec98edf6623c67dac37057fe68d9a48835d6643f58383de0baeb018e1bc54
size 279835

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 9 12:04:21 CEST 2008 - mzugec@suse.de
- fixed IPv6 prefixlen problem (bnc#428128)
- 2.17.39
-------------------------------------------------------------------
Thu Oct 9 10:21:52 CEST 2008 - mzugec@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.38)
# spec file for package yast2-network (Version 2.17.39)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.38
Version: 2.17.39
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.38.tar.bz2
Source0: yast2-network-2.17.39.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@@ -79,7 +79,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.38
%setup -n yast2-network-2.17.39
%build
%{prefix}/bin/y2tool y2autoconf
@@ -144,6 +144,9 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Thu Oct 09 2008 mzugec@suse.de
- fixed IPv6 prefixlen problem (bnc#428128)
- 2.17.39
* Thu Oct 09 2008 mzugec@suse.de
- for s390 devices added AY read/write support (fate#304938)
- 2.17.38
* Mon Oct 06 2008 mzugec@suse.de