OBS User unknown 2007-06-15 09:51:21 +00:00 committed by Git OBS Bridge
parent 8308ba86f0
commit a3f677557b
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 15 10:52:42 CEST 2007 - mzugec@suse.cz
- don't write resolv.conf and route for dhcp (#284599)
- read vendor+device from sysfs instead of NAME
- 2.15.45
-------------------------------------------------------------------
Mon Jun 11 17:45:26 CEST 2007 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.15.44)
# spec file for package yast2-network (Version 2.15.45)
#
# 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.44
Version: 2.15.45
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.15.44.tar.bz2
Source0: yast2-network-2.15.45.tar.bz2
prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -53,7 +53,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.15.44
%setup -n yast2-network-2.15.45
%build
%{prefix}/bin/y2tool y2autoconf
@ -109,6 +109,10 @@ fi
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
%changelog
* Fri Jun 15 2007 - mzugec@suse.cz
- don't write resolv.conf and route for dhcp (#284599)
- read vendor+device from sysfs instead of NAME
- 2.15.45
* Mon Jun 11 2007 - mzugec@suse.cz
- don't write hwcfg when not needed
- 2.15.44