Hello community,

here is the log from the commit of package autoyast2 for openSUSE:11.4
checked in at Sun Feb 27 12:39:23 CET 2011.



--------
--- old-versions/11.4/all/autoyast2/autoyast2.changes   2011-02-03 
17:01:53.000000000 +0100
+++ 11.4/autoyast2/autoyast2.changes    2011-02-25 13:02:04.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb 23 08:20:27 CET 2011 - [email protected]
+
+- do not reread target map if target system is already mounted
+  during upgrade (bnc#673033)
+- 2.20.9
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


Old:
----
  autoyast2-2.20.8.tar.bz2

New:
----
  autoyast2-2.20.9.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.Y7aYem/_old  2011-02-27 12:39:03.000000000 +0100
+++ /var/tmp/diff_new_pack.Y7aYem/_new  2011-02-27 12:39:03.000000000 +0100
@@ -19,11 +19,11 @@
 
 
 Name:           autoyast2
-Version:        2.20.8
-Release:        1
+Version:        2.20.9
+Release:        1.<RELEASE2>
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        autoyast2-2.20.8.tar.bz2
+Source0:        autoyast2-2.20.9.tar.bz2
 
 Prefix:         /usr
 
@@ -65,8 +65,8 @@
 
 %package installation
 License:        GPLv2+
-Version:        2.20.8
-Release:        1
+Version:        2.20.9
+Release:        1.<RELEASE2>
 Summary:        YaST2 - Auto Installation Modules
 Group:          System/YaST
 # API for Disabled Modules (ProductControl)
@@ -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
@@ -258,4 +258,5 @@
 %dir /var/adm/autoinstall/cache
 %dir /var/lib/autoinstall
 %dir /var/lib/autoinstall/autoconf
+
 %changelog

++++++ 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 <[email protected]>"
 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to