OBS User unknown 2008-04-03 23:15:12 +00:00 committed by Git OBS Bridge
parent fb7980bab3
commit 8419c75e62
4 changed files with 68 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Apr 3 14:56:13 CEST 2008 - mzugec@suse.de
- option in UI for dhcpcd "-G" - don't touch default route
(bnc#366948)
- 2.16.34
-------------------------------------------------------------------
Thu Apr 3 10:32:40 CEST 2008 - kmachalkova@suse.cz
- DNS & hostname and Routing standalone modules removed from control
center (desktop files only, it is still possible to
run them from commandline) (FaTE #303470)
- Network Card module renamed to Network Settings (FaTE #303470)
-------------------------------------------------------------------
Wed Apr 2 22:24:33 CEST 2008 - mzugec@suse.de
- adapted Lan::HaveXenBridge() (bnc#375606)
- 2.16.33
-------------------------------------------------------------------
Wed Apr 2 22:15:08 CEST 2008 - mzugec@suse.de
- use "password" type widget for wpa-eap password (bnc#373632)
- 2.16.32
-------------------------------------------------------------------
Tue Apr 1 21:49:06 CEST 2008 - mzugec@suse.de
- fixed autoyast profile <device> section (bnc#376321)
- 2.16.31
-------------------------------------------------------------------
Tue Apr 1 17:09:58 CEST 2008 - mzugec@suse.de
- improved text for devices without kernel device (bnc#375805)
- 2.16.30
-------------------------------------------------------------------
Mon Mar 31 15:53:06 CEST 2008 - kmachalkova@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-network (Version 2.16.29)
# spec file for package yast2-network (Version 2.16.34)
#
# 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.16.29
Version: 2.16.34
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.16.29.tar.bz2
Source0: yast2-network-2.16.34.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
@ -30,7 +30,7 @@ BuildRequires: yast2 >= 2.16.6
# Linuxrc::display_ip
# SuSEFirewall::IsInstalled
# NetworkDevices::GetDevTypeDescription
Requires: yast2 >= 2.16.20
Requires: yast2 >= 2.16.43
Requires: sysconfig yast2-packager
#GetLanguageCountry
#(in newly created yast2-country-data)
@ -72,7 +72,7 @@ Authors:
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.16.29
%setup -n yast2-network-2.16.34
%build
%{prefix}/bin/y2tool y2autoconf
@ -136,6 +136,27 @@ fi
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Thu Apr 03 2008 mzugec@suse.de
- option in UI for dhcpcd "-G" - don't touch default route
(bnc#366948)
- 2.16.34
* Thu Apr 03 2008 kmachalkova@suse.cz
- DNS & hostname and Routing standalone modules removed from control
center (desktop files only, it is still possible to
run them from commandline) (FaTE #303470)
- Network Card module renamed to Network Settings (FaTE #303470)
* Thu Apr 03 2008 mzugec@suse.de
- adapted Lan::HaveXenBridge() (bnc#375606)
- 2.16.33
* Thu Apr 03 2008 mzugec@suse.de
- use "password" type widget for wpa-eap password (bnc#373632)
- 2.16.32
* Tue Apr 01 2008 mzugec@suse.de
- fixed autoyast profile <device> section (bnc#376321)
- 2.16.31
* Tue Apr 01 2008 mzugec@suse.de
- improved text for devices without kernel device (bnc#375805)
- 2.16.30
* Mon Mar 31 2008 kmachalkova@suse.cz
- Exit remote administration module on closing GUI window
(clicking on [x]) (bnc#372321)