Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at Fri Feb 25 14:30:32 CET 2011. -------- --- autoyast2/autoyast2.changes 2011-02-03 17:01:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/autoyast2/autoyast2.changes 2011-02-25 13:02:04.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Feb 23 08:20:27 CET 2011 - jsrain@suse.cz + +- do not reread target map if target system is already mounted + during upgrade (bnc#673033) +- 2.20.9 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- autoyast2-2.20.8.tar.bz2 New: ---- autoyast2-2.20.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.l3QqQJ/_old 2011-02-25 14:27:16.000000000 +0100 +++ /var/tmp/diff_new_pack.l3QqQJ/_new 2011-02-25 14:27:16.000000000 +0100 @@ -19,11 +19,11 @@ Name: autoyast2 -Version: 2.20.8 +Version: 2.20.9 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: autoyast2-2.20.8.tar.bz2 +Source0: autoyast2-2.20.9.tar.bz2 Prefix: /usr @@ -65,7 +65,7 @@ %package installation License: GPLv2+ -Version: 2.20.8 +Version: 2.20.9 Release: 1 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -82,7 +82,7 @@ generated with the autoyast2 package. %prep -%setup -n autoyast2-2.20.8 +%setup -n autoyast2-2.20.9 %build %{prefix}/bin/y2tool y2autoconf ++++++ autoyast2-2.20.8.tar.bz2 -> autoyast2-2.20.9.tar.bz2 ++++++ ++++ 4445 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/autoyast2-2.20.8/VERSION new/autoyast2-2.20.9/VERSION --- old/autoyast2-2.20.8/VERSION 2011-02-03 16:57:17.000000000 +0100 +++ new/autoyast2-2.20.9/VERSION 2011-02-25 12:49:50.000000000 +0100 @@ -1 +1 @@ -2.20.8 +2.20.9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/autoyast2-2.20.8/configure.in new/autoyast2-2.20.9/configure.in --- old/autoyast2-2.20.8/configure.in 2011-02-03 16:58:21.000000000 +0100 +++ new/autoyast2-2.20.9/configure.in 2011-02-25 13:00:13.000000000 +0100 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(autoyast2, 2.20.8, http://bugs.opensuse.org/, autoyast2) +AC_INIT(autoyast2, 2.20.9, http://bugs.opensuse.org/, autoyast2) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.20.8" +VERSION="2.20.9" RPMNAME="autoyast2" MAINTAINER="Uwe Gansert <ug@suse.de>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/autoyast2-2.20.8/src/clients/inst_autosetup_upgrade.ycp new/autoyast2-2.20.9/src/clients/inst_autosetup_upgrade.ycp --- old/autoyast2-2.20.8/src/clients/inst_autosetup_upgrade.ycp 2011-01-27 09:39:15.000000000 +0100 +++ new/autoyast2-2.20.9/src/clients/inst_autosetup_upgrade.ycp 2011-02-25 12:48:30.000000000 +0100 @@ -209,9 +209,9 @@ Progress::NextStage(); - Storage::ReReadTargetMap(); - if (! (Mode::autoupgrade() && AutoinstConfig::ProfileInRootPart)) { + // reread only if target system is not yet initialized (bnc#673033) + Storage::ReReadTargetMap(); if (`abort == WFM::CallFunction("inst_update_partition_auto", [])) return `abort; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org