Hello community, here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 2013-02-05 11:10:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/kiwi (Old) and /work/SRC/openSUSE:12.3/.kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/kiwi/kiwi.changes 2013-02-04 17:53:07.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.kiwi.new/kiwi.changes 2013-02-05 11:10:26.000000000 +0100 @@ -4 +4 @@ -- 4 hotfixes from ms +- 5 hotfixes from ms ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.patch ++++++ --- /var/tmp/diff_new_pack.k3xa3J/_old 2013-02-05 11:10:27.000000000 +0100 +++ /var/tmp/diff_new_pack.k3xa3J/_new 2013-02-05 11:10:27.000000000 +0100 @@ -159,3 +159,31 @@ } } #========================================== +commit 32dfa5282ec93ece5094a67a6d9a53ea37e29149 +Author: Marcus Schäfer <[email protected]> +Date: Tue Feb 5 09:58:19 2013 +0100 + + - added 'skipit' to the list of supported archs. I'm a bit unhappy + with this change but I didn't see a better way to fix the arch + check. In fact 'skipit' is not an architecture but for product + building this architecture flag is used to indicate noarch rpm + packages. In kiwi we check all arch values by one function + KIWIXMLFileData::__isSupportedArch(), thus 'skipit' needs to be + part of the list. The more clean fix would be to have two + arch checking functions one for image building (real arch check) + and one for product building (DVD source media). In order to + keep the risk of regressions low I decided for the fast and + easy way but we should have in mind that we can do better here. + +diff --git a/modules/KIWIXMLDataBase.pm b/modules/KIWIXMLDataBase.pm +index ea660db..9ae26ec 100644 +--- a/modules/KIWIXMLDataBase.pm ++++ b/modules/KIWIXMLDataBase.pm +@@ -60,6 +60,7 @@ sub new { + s390 + s390x + x86_64 ++ skipit + ); + $this->{supportedArch} = \%archesSup; + return $this; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
