From a1d0004e68da206beb5fca3f001d7ffbe645b58f129f27c66cf97da1cb1d6ddb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:43:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=152 --- yast2-network-2.17.46.tar.bz2 | 3 --- yast2-network-2.17.50.tar.bz2 | 3 +++ yast2-network.changes | 51 +++++++++++++++++++++++++++++++++++ yast2-network.spec | 36 ++++++++++++++++++++++--- 4 files changed, 86 insertions(+), 7 deletions(-) delete mode 100644 yast2-network-2.17.46.tar.bz2 create mode 100644 yast2-network-2.17.50.tar.bz2 diff --git a/yast2-network-2.17.46.tar.bz2 b/yast2-network-2.17.46.tar.bz2 deleted file mode 100644 index 7b3d7fb..0000000 --- a/yast2-network-2.17.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f787f0518dec8ae28371287c0e5c86387898bfa5e31607eeb9d131e96b0bc24 -size 280364 diff --git a/yast2-network-2.17.50.tar.bz2 b/yast2-network-2.17.50.tar.bz2 new file mode 100644 index 0000000..8fedfaa --- /dev/null +++ b/yast2-network-2.17.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7369dbe6495ea482ec862caec20b0c067c497d3517f42578bb0fc1b47bf23b6d +size 282703 diff --git a/yast2-network.changes b/yast2-network.changes index 6bfed0e..68e36ec 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -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 diff --git a/yast2-network.spec b/yast2-network.spec index f43f901..911471a 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -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 %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