OBS User unknown 2007-01-09 16:56:43 +00:00 committed by Git OBS Bridge
parent 8073216a75
commit e65895b129
4 changed files with 28 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 9 13:20:06 CET 2007 - mzugec@suse.cz
- #116092 - network not set up because of pppoe
- 2.15.8
-------------------------------------------------------------------
Tue Jan 9 11:32:47 CET 2007 - mzugec@suse.cz
- 2.15.7
- fate #417 - interface without IP
- fate #110040 - Support Bonding Network Device
-------------------------------------------------------------------
Fri Jan 5 16:45:39 CET 2007 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.15.6)
# spec file for package yast2-network (Version 2.15.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-network
Version: 2.15.6
Version: 2.15.8
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.15.6.tar.bz2
Source0: yast2-network-2.15.8.tar.bz2
prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig
@ -28,7 +28,7 @@ Requires: yast2-core >= 2.10.6
# String::Random
# Linuxrc::display_ip
# NetworkDevices::FindFastest
Requires: yast2 >= 2.14.13
Requires: yast2 >= 2.15.2
Requires: sysconfig yast2-country yast2-inetd yast2-packager
PreReq: /bin/rm
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
@ -51,7 +51,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.15.6
%setup -n yast2-network-2.15.8
%build
%{prefix}/bin/y2tool y2autoconf
@ -107,6 +107,13 @@ fi
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
%changelog -n yast2-network
* Tue Jan 09 2007 - mzugec@suse.cz
- #116092 - network not set up because of pppoe
- 2.15.8
* Tue Jan 09 2007 - mzugec@suse.cz
- 2.15.7
- fate #417 - interface without IP
- fate #110040 - Support Bonding Network Device
* Fri Jan 05 2007 - mzugec@suse.cz
- 2.15.6 - #166997 - install kinternet when needed
* Thu Jan 04 2007 - mzugec@suse.cz