This commit is contained in:
parent
006731bbce
commit
a1d0004e68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f787f0518dec8ae28371287c0e5c86387898bfa5e31607eeb9d131e96b0bc24
|
||||
size 280364
|
3
yast2-network-2.17.50.tar.bz2
Normal file
3
yast2-network-2.17.50.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7369dbe6495ea482ec862caec20b0c067c497d3517f42578bb0fc1b47bf23b6d
|
||||
size 282703
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 12:19:25 CET 2008 - mzugec@suse.de
|
||||
|
||||
- for devices without hwinfo (bridge, vlan, ...) dont propose
|
||||
STARTMODE ifpluge, propose STARTMODE='auto'
|
||||
- 2.14.50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 17:01:53 CET 2008 - kmachalkova@suse.cz
|
||||
|
||||
- If no DNS search list exists in 2nd stage of installation, preset
|
||||
current domain name (!= 'site') as a default value (bnc#438167)
|
||||
- Correct fix for bnc#427044: removed workaround for KDE4 and
|
||||
metacity
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 10:52:58 CET 2008 - mzugec@suse.de
|
||||
|
||||
- increase time to wait for NM to 15 seconds (bnc#439915)
|
||||
- 2.14.49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 10:38:26 CET 2008 - mzugec@suse.de
|
||||
|
||||
- for bridged proposal skip devices with no ifcfg (bnc#440132)
|
||||
- 2.14.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 10:32:12 CET 2008 - mzugec@suse.de
|
||||
|
||||
- address dialog layout (bnc#439100)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 09:30:54 CET 2008 - mzugec@suse.de
|
||||
|
||||
- fixed exception when propose bridged network (bnc#439978)
|
||||
- 2.14.47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 10:51:00 CET 2008 - kmachalkova@suse.cz
|
||||
|
||||
- Fit internet test dialog into 80x24 console (bnc#433091)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 13:24:33 CET 2008 - kmachalkova@suse.cz
|
||||
|
||||
- Remote administration (VNC): service name for opening port in
|
||||
firewall is 'service:xorg-x11-server'(bnc#431971)
|
||||
- Make sure at least one windowmanager is installed if VNC is enabled,
|
||||
taking (almost) all shipped ones into account (bnc#427044)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 12:37:38 CET 2008 - mzugec@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.17.46)
|
||||
# spec file for package yast2-network (Version 2.17.50)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,12 +19,12 @@
|
||||
|
||||
|
||||
Name: yast2-network
|
||||
Version: 2.17.46
|
||||
Version: 2.17.50
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.17.46.tar.bz2
|
||||
Source0: yast2-network-2.17.50.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.46
|
||||
%setup -n yast2-network-2.17.50
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -142,7 +142,35 @@ fi
|
||||
%doc %{prefix}/share/doc/packages/yast2-network
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2008 mzugec@suse.de
|
||||
- for devices without hwinfo (bridge, vlan, ...) dont propose
|
||||
STARTMODE ifpluge, propose STARTMODE='auto'
|
||||
- 2.14.50
|
||||
* Thu Oct 30 2008 kmachalkova@suse.cz
|
||||
- If no DNS search list exists in 2nd stage of installation, preset
|
||||
current domain name (!= 'site') as a default value (bnc#438167)
|
||||
- Correct fix for bnc#427044: removed workaround for KDE4 and
|
||||
metacity
|
||||
* Thu Oct 30 2008 mzugec@suse.de
|
||||
- increase time to wait for NM to 15 seconds (bnc#439915)
|
||||
- 2.14.49
|
||||
* Thu Oct 30 2008 mzugec@suse.de
|
||||
- for bridged proposal skip devices with no ifcfg (bnc#440132)
|
||||
- 2.14.48
|
||||
* Thu Oct 30 2008 mzugec@suse.de
|
||||
- address dialog layout (bnc#439100)
|
||||
* Thu Oct 30 2008 mzugec@suse.de
|
||||
- fixed exception when propose bridged network (bnc#439978)
|
||||
- 2.14.47
|
||||
* Wed Oct 29 2008 kmachalkova@suse.cz
|
||||
- Fit internet test dialog into 80x24 console (bnc#433091)
|
||||
* Mon Oct 27 2008 kmachalkova@suse.cz
|
||||
- Remote administration (VNC): service name for opening port in
|
||||
firewall is 'service:xorg-x11-server'(bnc#431971)
|
||||
- Make sure at least one windowmanager is installed if VNC is enabled,
|
||||
taking (almost) all shipped ones into account (bnc#427044)
|
||||
* Mon Oct 27 2008 mzugec@suse.cz
|
||||
- during installation export sysconfig network settings
|
||||
into NetworkManager
|
||||
|
Loading…
Reference in New Issue
Block a user