Hello community, here is the log from the commit of package yast2-installation checked in at Sat Sep 22 12:18:38 CEST 2007. -------- --- yast2-installation/yast2-installation.changes 2007-09-21 10:01:46.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-installation/yast2-installation.changes 2007-09-21 16:43:11.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 21 16:35:18 CEST 2007 - locilka@suse.cz + +- Start dhcpcd using WFM instead of SCR (#326342). +- 2.15.53 + +------------------------------------------------------------------- Old: ---- yast2-installation-2.15.52.tar.bz2 New: ---- yast2-installation-2.15.53.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.Z16698/_old 2007-09-22 12:18:23.000000000 +0200 +++ /var/tmp/diff_new_pack.Z16698/_new 2007-09-22 12:18:23.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.52) +# spec file for package yast2-installation (Version 2.15.53) # # 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-installation -Version: 2.15.52 +Version: 2.15.53 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.52.tar.bz2 +Source0: yast2-installation-2.15.53.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -67,12 +67,12 @@ Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.52 +Version: 2.15.53 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.52.tar.bz2 +Source0: yast2-installation-2.15.53.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -105,7 +105,7 @@ Lukas Ocilka <locilka@suse.cz> %prep -%setup -n yast2-installation-2.15.52 +%setup -n yast2-installation-2.15.53 %build %{prefix}/bin/y2tool y2autoconf @@ -178,6 +178,9 @@ %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog * Fri Sep 21 2007 - locilka@suse.cz +- Start dhcpcd using WFM instead of SCR (#326342). +- 2.15.53 +* Fri Sep 21 2007 - locilka@suse.cz - When normal umount at the end of the installation fails, try at least: sync, remount read-only, umount --force. - Report all services running in the installation directory ++++++ yast2-installation-2.15.52.tar.bz2 -> yast2-installation-2.15.53.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.15.52/src/clients/inst_network_setup.ycp new/yast2-installation-2.15.53/src/clients/inst_network_setup.ycp --- old/yast2-installation-2.15.52/src/clients/inst_network_setup.ycp 2007-09-03 13:26:42.000000000 +0200 +++ new/yast2-installation-2.15.53/src/clients/inst_network_setup.ycp 2007-09-21 16:30:37.000000000 +0200 @@ -754,7 +754,7 @@ FlushAllIPSettings(); string cmd = sformat ("/sbin/dhcpcd '%1'", String::Quote (network_settings["network_device"]:"")); - map run_cmd = (map) SCR::Execute (.target.bash_output, cmd); + map run_cmd = (map) WFM::Execute (.local.bash_output, cmd); y2milestone ("Running %1 returned %2", cmd, run_cmd); if (run_cmd["exit"]:-1 != 0) { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.15.52/src/clients/umount_finish.ycp new/yast2-installation-2.15.53/src/clients/umount_finish.ycp --- old/yast2-installation-2.15.52/src/clients/umount_finish.ycp 2007-09-21 10:03:20.000000000 +0200 +++ new/yast2-installation-2.15.53/src/clients/umount_finish.ycp 2007-09-21 16:42:59.000000000 +0200 @@ -8,7 +8,7 @@ * Authors: * Jiri Srain <jsrain@suse.cz> * - * $Id: umount_finish.ycp 41008 2007-09-21 08:03:19Z locilka $ + * $Id: umount_finish.ycp 41030 2007-09-21 14:39:39Z locilka $ * */ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.15.52/VERSION new/yast2-installation-2.15.53/VERSION --- old/yast2-installation-2.15.52/VERSION 2007-09-21 10:03:10.000000000 +0200 +++ new/yast2-installation-2.15.53/VERSION 2007-09-21 16:35:08.000000000 +0200 @@ -1 +1 @@ -2.15.52 +2.15.53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de