[yast-commit] r56519 - in /trunk/product-creator: MAINTAINER package/yast2-product-creator.changes src/complex.ycp
Author: jsuchome Date: Wed Apr 1 11:10:48 2009 New Revision: 56519 URL: http://svn.opensuse.org/viewcvs/yast?rev=56519&view=rev Log: - read the configured architecture with GetArch, which merges i586 and i686 to i386 (bnc#464727) - 2.18.2 Modified: trunk/product-creator/MAINTAINER trunk/product-creator/package/yast2-product-creator.changes trunk/product-creator/src/complex.ycp Modified: trunk/product-creator/MAINTAINER URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/MAINTAINER?rev=56519&r1=56518&r2=56519&view=diff ============================================================================== --- trunk/product-creator/MAINTAINER (original) +++ trunk/product-creator/MAINTAINER Wed Apr 1 11:10:48 2009 @@ -1 +1 @@ -Ladislav Slezak <lslezak@suse.cz> +Jiri Suchomel <jsuchome@suse.cz> Modified: trunk/product-creator/package/yast2-product-creator.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/package/yast2-product-creator.changes?rev=56519&r1=56518&r2=56519&view=diff ============================================================================== --- trunk/product-creator/package/yast2-product-creator.changes (original) +++ trunk/product-creator/package/yast2-product-creator.changes Wed Apr 1 11:10:48 2009 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 1 11:08:58 CEST 2009 - jsuchome@suse.cz + +- read the configured architecture with GetArch, which merges + i586 and i686 to i386 (bnc#464727) +- 2.18.2 + +------------------------------------------------------------------- Mon Mar 16 14:55:45 CET 2009 - jsuchome@suse.cz - escape URL of base product when saving to XML (bnc#482395) Modified: trunk/product-creator/src/complex.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/product-creator/src/complex.ycp?rev=56519&r1=56518&r2=56519&view=diff ============================================================================== --- trunk/product-creator/src/complex.ycp (original) +++ trunk/product-creator/src/complex.ycp Wed Apr 1 11:10:48 2009 @@ -64,7 +64,7 @@ // needed for creating kiwi images because kiwi cannot create cross-architecture images boolean SameArchitecture() { - string arch = ProductCreator::Config["arch"]:""; + string arch = ProductCreator::GetArch (); string sysarch = Arch::architecture(); // is the target architecture different than the machine architecture? -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org