commit yast2-update for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2014-08-29 17:42:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-update" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2014-07-30 07:34:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes 2014-08-29 17:43:02.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Aug 28 09:11:15 UTC 2014 - lslezak@suse.cz + +- override the target distribution also in Autoyast autoupgrade + mode (bnc#892474) +- 3.1.22 + +------------------------------------------------------------------- Old: ---- yast2-update-3.1.21.tar.bz2 New: ---- yast2-update-3.1.22.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.NsQA2F/_old 2014-08-29 17:43:04.000000000 +0200 +++ /var/tmp/diff_new_pack.NsQA2F/_new 2014-08-29 17:43:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 3.1.21 +Version: 3.1.22 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-update-3.1.21.tar.bz2 -> yast2-update-3.1.22.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.21/package/yast2-update.changes new/yast2-update-3.1.22/package/yast2-update.changes --- old/yast2-update-3.1.21/package/yast2-update.changes 2014-07-29 10:23:44.000000000 +0200 +++ new/yast2-update-3.1.22/package/yast2-update.changes 2014-08-28 11:23:08.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Aug 28 09:11:15 UTC 2014 - lslezak@suse.cz + +- override the target distribution also in Autoyast autoupgrade + mode (bnc#892474) +- 3.1.22 + +------------------------------------------------------------------- Mon Jul 28 14:12:31 UTC 2014 - lslezak@suse.cz - backup /var/lib/rpm at update to prevent from accidental diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.21/package/yast2-update.spec new/yast2-update-3.1.22/package/yast2-update.spec --- old/yast2-update-3.1.21/package/yast2-update.spec 2014-07-29 10:23:44.000000000 +0200 +++ new/yast2-update-3.1.22/package/yast2-update.spec 2014-08-28 11:23:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 3.1.21 +Version: 3.1.22 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-3.1.21/src/clients/inst_update_partition_auto.rb new/yast2-update-3.1.22/src/clients/inst_update_partition_auto.rb --- old/yast2-update-3.1.21/src/clients/inst_update_partition_auto.rb 2014-07-29 10:23:44.000000000 +0200 +++ new/yast2-update-3.1.22/src/clients/inst_update_partition_auto.rb 2014-08-28 11:23:08.000000000 +0200 @@ -84,7 +84,8 @@ _("A possibly incomplete installation has been detected.") ) UmountMountedPartition() - elsif !(Pkg.TargetInitialize(Installation.destdir) && Pkg.TargetLoad) + elsif !(Pkg.TargetInitializeOptions(Installation.destdir, + "target_distro" => target_distribution) && Pkg.TargetLoad) Report.Error("Initializing the target system failed") UmountMountedPartition() Pkg.TargetFinish -- 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