OBS User unknown 2008-10-06 14:02:04 +00:00 committed by Git OBS Bridge
parent 0c96e25076
commit 5ab98ac209
4 changed files with 63 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Oct 6 14:08:39 CEST 2008 - mzugec@suse.de
- added support for HSI (s390) devices (fate#304938)
- 2.17.37
-------------------------------------------------------------------
Mon Oct 6 13:26:49 CEST 2008 - visnov@suse.cz
- adapt to new Confirm::Detection API (bnc #431276)
-------------------------------------------------------------------
Sat Oct 4 11:25:21 CEST 2008 - mzugec@suse.de
- adapt yast to configure network devices on s390 using udev
(fate#304938)
- 2.17.36
-------------------------------------------------------------------
Thu Oct 2 21:21:38 CEST 2008 - mzugec@suse.de
- check NM plugin after network is up (bnc#427374)
- 2.17.35
-------------------------------------------------------------------
Wed Oct 1 15:57:16 CEST 2008 - mzugec@suse.de
- use rpcbind instead of portmap for nfs installation (bnc#423026)
- 2.17.34
-------------------------------------------------------------------
Wed Oct 1 14:13:17 CEST 2008 - mzugec@suse.de
- use Service::Restart instead of bash agent
- don't restart network twice in Lan::Write()
- 2.17.33
-------------------------------------------------------------------
Thu Sep 25 19:28:57 CEST 2008 - mzugec@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.17.32)
# spec file for package yast2-network (Version 2.17.37)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-network
Version: 2.17.32
Version: 2.17.37
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.32.tar.bz2
Source0: yast2-network-2.17.37.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.32
%setup -n yast2-network-2.17.37
%build
%{prefix}/bin/y2tool y2autoconf
@ -143,6 +143,25 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Mon Oct 06 2008 mzugec@suse.de
- added support for HSI (s390) devices (fate#304938)
- 2.17.37
* Mon Oct 06 2008 visnov@suse.cz
- adapt to new Confirm::Detection API (bnc #431276)
* Sat Oct 04 2008 mzugec@suse.de
- adapt yast to configure network devices on s390 using udev
(fate#304938)
- 2.17.36
* Thu Oct 02 2008 mzugec@suse.de
- check NM plugin after network is up (bnc#427374)
- 2.17.35
* Wed Oct 01 2008 mzugec@suse.de
- use rpcbind instead of portmap for nfs installation (bnc#423026)
- 2.17.34
* Wed Oct 01 2008 mzugec@suse.de
- use Service::Restart instead of bash agent
- don't restart network twice in Lan::Write()
- 2.17.33
* Thu Sep 25 2008 mzugec@suse.de
- copy udev files for s390 (bnc#422150)
- 2.17.32