Hello community, here is the log from the commit of package yast2-product-creator for openSUSE:Factory checked in at 2012-12-19 14:16:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-product-creator (Old) and /work/SRC/openSUSE:Factory/.yast2-product-creator.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-product-creator", Maintainer is "jsuch...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes 2012-12-07 14:53:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes 2012-12-19 14:16:33.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Dec 17 14:32:04 CET 2012 - jsuch...@suse.cz + +- reinitialize architecture after going back (bnc#794583) +- 2.23.3 + +------------------------------------------------------------------- Old: ---- yast2-product-creator-2.23.2.tar.bz2 New: ---- yast2-product-creator-2.23.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-product-creator.spec ++++++ --- /var/tmp/diff_new_pack.kgboOx/_old 2012-12-19 14:16:34.000000000 +0100 +++ /var/tmp/diff_new_pack.kgboOx/_new 2012-12-19 14:16:34.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-product-creator -Version: 2.23.2 +Version: 2.23.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-product-creator-2.23.2.tar.bz2 -> yast2-product-creator-2.23.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-product-creator-2.23.2/VERSION new/yast2-product-creator-2.23.3/VERSION --- old/yast2-product-creator-2.23.2/VERSION 2012-12-05 13:21:09.000000000 +0100 +++ new/yast2-product-creator-2.23.3/VERSION 2012-12-17 14:32:51.000000000 +0100 @@ -1 +1 @@ -2.23.2 +2.23.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-product-creator-2.23.2/src/kiwi_dialogs.ycp new/yast2-product-creator-2.23.3/src/kiwi_dialogs.ycp --- old/yast2-product-creator-2.23.2/src/kiwi_dialogs.ycp 2012-12-05 13:17:20.000000000 +0100 +++ new/yast2-product-creator-2.23.3/src/kiwi_dialogs.ycp 2012-12-17 10:50:56.000000000 +0100 @@ -2881,11 +2881,11 @@ if (UI::QueryWidget (`id (`i386), `Value) == true) { Kiwi::image_architecture = "i386"; - // closing sources, so they are created again with correct arch (bnc#510971) - Pkg::SourceFinishAll (); - Pkg::SourceStartManager(false); - ProductCreator::SetPackageArch ("i686"); } + // closing sources, so they are created again with correct arch (bnc#510971, bnc#794583) + Pkg::SourceFinishAll (); + Pkg::SourceStartManager(false); + ProductCreator::SetPackageArch (Kiwi::image_architecture == "i386" ? "i686" : "x86_64"); } Kiwi::target_i586 = Kiwi::image_architecture == "i386" && (boolean) UI::QueryWidget (`id (`i586), `Value); -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org