1
0
forked from pool/yast2-network
OBS User unknown 2008-07-09 00:25:27 +00:00 committed by Git OBS Bridge
parent f382a3d049
commit 240c5717f5
4 changed files with 31 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 1 17:51:19 CEST 2008 - mzugec@suse.de
- support for "/PREFIXLEN" in aliases
- common mask/prefix validator
- IPv6 support in aliases
- 2.17.6
-------------------------------------------------------------------
Tue Jun 24 16:38:56 CEST 2008 - mzugec@suse.cz
- correctly show bonding slaves (bnc#401719)
- 2.17.5
-------------------------------------------------------------------
Sat Jun 21 19:23:33 CEST 2008 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.4)
# spec file for package yast2-network (Version 2.17.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: yast2-network
Version: 2.17.4
Version: 2.17.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.4.tar.bz2
Source0: yast2-network-2.17.6.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -27,8 +27,8 @@ BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6
BuildRequires: yast2-packager >= 2.16.37
# needed for prefixlen support
Requires: yast2 >= 2.17.1
# needed for prefixlen support in aliases
Requires: yast2 >= 2.17.5
Requires: sysconfig
Requires: yast2-packager >= 2.16.37
#GetLanguageCountry
@ -71,7 +71,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.4
%setup -n yast2-network-2.17.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -135,6 +135,14 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Tue Jul 01 2008 mzugec@suse.de
- support for "/PREFIXLEN" in aliases
- common mask/prefix validator
- IPv6 support in aliases
- 2.17.6
* Tue Jun 24 2008 mzugec@suse.cz
- correctly show bonding slaves (bnc#401719)
- 2.17.5
* Sat Jun 21 2008 mzugec@suse.cz
- enable smpppd when dsl connection configured (bnc#397966)
- 2.17.4