Hello community,

here is the log from the commit of package kiwi for openSUSE:12.3 checked in at 
2013-02-07 14:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/kiwi (Old)
 and      /work/SRC/openSUSE:12.3/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.3/kiwi/kiwi.changes   2013-02-05 11:10:26.000000000 
+0100
+++ /work/SRC/openSUSE:12.3/.kiwi.new/kiwi.changes      2013-02-07 
14:21:37.000000000 +0100
@@ -2 +2 @@
-Mon Feb  4 09:17:35 UTC 2013 - co...@suse.com
+Thu Feb  7 10:34:06 CET 2013 - m...@suse.de
@@ -4 +4,240 @@
-- 5 hotfixes from ms
+- v5.04.40 released
+  
+-------------------------------------------------------------------
+Thu Feb  7 10:02:57 CET 2013 - m...@suse.de
+  
+- print warning if installed isohybrid does not support EFI
+  
+-------------------------------------------------------------------
+Thu Feb  7 09:56:50 CET 2013 - m...@suse.de
+  
+- search for the grub2 mkimage tool. the tool has been renamed
+  in openSUSE 12.3 thus we have to find it and can't rely on
+  the name
+  
+-------------------------------------------------------------------
+Thu Feb  7 09:46:28 CET 2013 - m...@suse.de
+  
+- make sure module-init-tools is part of the bootstrap list
+  for openSUSE 12.3 images. Otherwise kmod-compat ist installed
+  which is incompatible with the kernel packages and causes
+  a zypper provides error
+  
+-------------------------------------------------------------------
+Wed Feb  6 22:20:35 CET 2013 - m...@suse.de
+  
+- v5.04.39 released
+  
+-------------------------------------------------------------------
+Wed Feb  6 22:10:26 CET 2013 - m...@suse.de
+  
+- fixed search path for grub2 EFI modules. in openSUSE 12.2
+  grub2-efi was packaged in a way that the modules were installed
+  to /usr/lib/grub2-efi/x86_64-efi. In openSUSE 12.3 the packaging
+  has changed and the modules are now installed to
+  /usr/lib/grub2/x86_64-efi, really a brilliant idea
+  
+-------------------------------------------------------------------
+Wed Feb  6 21:59:43 CET 2013 - m...@suse.de
+  
+- fixed repo setup in KIWIXMLInfo mode, the code there still
+  needs the setRepository_legacy() call
+  
+-------------------------------------------------------------------
+Wed Feb  6 20:59:15 CET 2013 - m...@suse.de
+  
+- fixed call to undefined function setGlobals(). This was
+  renamed into setKiwiConfigData()
+  
+-------------------------------------------------------------------
+Tue Feb  5 16:50:47 CET 2013 - m...@suse.de
+  
+- v5.04.38 released
+  
+-------------------------------------------------------------------
+Tue Feb  5 16:35:12 CET 2013 - m...@suse.de
+  
+- fixed use of uninitialized value in setupBTRFS
+  
+-------------------------------------------------------------------
+Tue Feb  5 15:57:20 CET 2013 - m...@suse.de
+  
+- use ext4 filesystem for clic'ed live iso's
+  
+-------------------------------------------------------------------
+Tue Feb  5 12:50:10 CET 2013 - m...@suse.de
+  
+- use grub2 as bootloader for xen on openSUSE 12.2 JeOS too
+  
+-------------------------------------------------------------------
+Tue Feb  5 12:42:31 CET 2013 - m...@suse.de
+  
+- fixed return value of KIWIImageFormat::createFormat. If no
+  format is specified, e.g on xen we need only the format
+  configuration, this is just a warning, thus the return
+  value of the function should not indicate an error
+  
+-------------------------------------------------------------------
+Tue Feb  5 12:34:54 CET 2013 - m...@suse.de
+  
+- fixed update of machine section in case of a xen dom0 setup
+  the vmdisk entry is mandatory now thus the section has to
+  provide it
+  
+-------------------------------------------------------------------
+Tue Feb  5 12:10:01 CET 2013 - m...@suse.de
+  
+- fixed setup of build type in KIWIXML constructor. While testing
+  I found that e.g the format conversion failed because there
+  was no machine section found. But for the selected type and profile
+  there was a machine section specified. The KIWIXML::setBuildType
+  function was never called thus the default type applies which was
+  of type iso and there no machine section existed.
+  
+-------------------------------------------------------------------
+Tue Feb  5 10:57:54 CET 2013 - m...@suse.de
+  
+- fixed use of uninitialized values in KIWIBoot.pm while
+  in kiwi's format conversion mode
+  
+-------------------------------------------------------------------
+Tue Feb  5 09:58:19 CET 2013 - m...@suse.de
+  
+- 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.
+  
+-------------------------------------------------------------------
+Tue Feb  5 09:36:35 CET 2013 - m...@suse.de
+  
+- make sure dbus machine-id is unique
+  
+-------------------------------------------------------------------
+Mon Feb  4 15:58:59 CET 2013 - m...@suse.de
+  
+- update failsafe options (bnc #801973)
+  
+-------------------------------------------------------------------
+Mon Feb  4 15:19:08 CET 2013 - m...@suse.de
+  
+- fixed search and call code for editbootconfig and editbootinstall
+  evaluation when building iso images, live and install media
+  
+-------------------------------------------------------------------
+Mon Feb  4 14:25:52 CET 2013 - rjsch...@suse.de
+  
+- fix the message for the init argument hash presence
+  + the log facility is a singleton and is no longer passed
+  as argument, thus the initialization hash argument
+  is always expected as the first argument.
+  
+-------------------------------------------------------------------
+Mon Feb  4 13:50:57 CET 2013 - rjsch...@suse.de
+  
+- remove unused code
+  + getTypes_legacy method was no longer called
+  
+-------------------------------------------------------------------
+Mon Feb  4 12:57:38 CET 2013 - m...@suse.de
+  
+- fix architecture handling for ProductPackages, allow a
+  comma separated list of architectures also in the runtime
+  checker function __isSupportedArch()
+  
+-------------------------------------------------------------------
+Mon Feb  4 11:35:26 CET 2013 - rjsch...@suse.de
+  
+- add trigger for schema changes
+  + run all tests that use an xml file when the schema changes
+  
+-------------------------------------------------------------------
+Mon Feb  4 10:39:11 CET 2013 - m...@suse.de
+  
+- check for the existence of a the service file before
+  activating/deactivating a systemd service
+  
+-------------------------------------------------------------------
+Mon Feb  4 09:44:39 CET 2013 - m...@suse.de
+  
+- fixed creation of KIWI* instances in KIWICollect
+  
+-------------------------------------------------------------------
+Sun Feb  3 22:03:33 CET 2013 - m...@suse.de
+  
+- fixed KIWICollect constructor. The code there did not make
+  use of the singleton KIWILog object and still expects the
+  first parameter to be the log reference
+  
+-------------------------------------------------------------------
+Fri Feb  1 17:03:02 CET 2013 - rjsch...@suse.de
+  
+- eliminate getOVFConfig_legacy
+- remove des_cpu and des_memory attributes
+  + des_cpu == ncpus and des_memory == memory we do not need 2
+  attributes to describe the same value
+  + fix typo of ovfformat name, it is "powervm" not "povervm"
+  + the schema version did NOT change thus users must fix the
+  config file manually if they used "des_cpu", "des_memory",
+  and "povervm"
+- implement writing of configured information into the .ovf
+  configuration file
+  + memory and limits
+  + cpu and limits
+  + devices
+- fix link bug
+  + the image file in the .ovf directoy was a dangling link
++++ 47 more lines (skipped)
++++ between /work/SRC/openSUSE:12.3/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:12.3/.kiwi.new/kiwi.changes

Old:
----
  kiwi.patch

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.ehbry0/_old  2013-02-07 14:21:38.000000000 +0100
+++ /var/tmp/diff_new_pack.ehbry0/_new  2013-02-07 14:21:38.000000000 +0100
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.04.37
+Version:        5.04.40
 Release:        0
 # requirements to build packages
 BuildRequires:  e2fsprogs
@@ -116,7 +116,6 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 Source4:        %{name}-find-boot-requires.sh
-Patch0:         kiwi.patch
 # build root path
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -462,14 +461,13 @@
 
 %prep
 %setup -q -n %name -a2 -a3
-%patch0 -p1 
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage
 
 %if 0%{?suse_version} > 1140
 %check
-#make KIWIVERBTEST=1 KIWI_NO_NET=1 test
+make KIWIVERBTEST=1 KIWI_NO_NET=1 test
 %endif
 
 %install

++++++ kiwi-docu.tar.bz2 ++++++
/work/SRC/openSUSE:12.3/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:12.3/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

++++++ kiwi-repo.tar.bz2 ++++++

++++++ kiwi.tar.bz2 ++++++
++++ 4446 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to