Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Thu Apr 14 09:35:19 CEST 2011.



--------
--- kiwi/kiwi.changes   2011-04-01 14:40:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes      2011-04-13 
18:23:56.000000000 +0200
@@ -1,0 +2,220 @@
+Wed Apr 13 17:45:12 CEST 2011 - [email protected]
+  
+- fixed parted type setup, use the form 'set [nr] type 0x[id]'
+  this is used to workaround a parted bug happening if you
+  type 'set [nr] swap on'. parted refuses to set this even
+  though the help page in batch mode tells the user to do it
+  exactly that way
+  
+-------------------------------------------------------------------
+Wed Apr 13 15:31:18 CEST 2011 - [email protected]
+  
+- removed fat 8+3 kernel/initrd renaming code. This is no longer
+  required when using a fat32 / vfat partition / filesystem
+- fixed kernelCheck() function: rewrote the code
+  
+-------------------------------------------------------------------
+Wed Apr 13 15:27:30 CEST 2011 - [email protected]
+  
+- fixed fstab setup in ec2 format setup (bnc #687211)
+  
+-------------------------------------------------------------------
+Tue Apr 12 23:59:22 CEST 2011 - [email protected]
+  
+- fixed syslinux kernel/initrd setup in resetBootBind()
+  
+-------------------------------------------------------------------
+Tue Apr 12 23:03:08 CEST 2011 - [email protected]
+  
+- added syslinux to package list of JeOS images
+  
+-------------------------------------------------------------------
+Tue Apr 12 17:27:23 CEST 2011 - [email protected]
+  
+- fixed partition id setup if parted is used
+  
+-------------------------------------------------------------------
+Tue Apr 12 09:53:04 CEST 2011 - [email protected]
+  
+- added lvm2 to ix86 SLE11 JeOS template
+  
+-------------------------------------------------------------------
+Mon Apr 11 16:56:01 CEST 2011 - [email protected]
+  
+- fixed the --lvm option. The option now adds a systemdisk
+  element and behaves the same as if the users would have
+  modified the XML accordingly
+  
+-------------------------------------------------------------------
+Mon Apr 11 15:49:18 CEST 2011 - [email protected]
+  
+- make sure installBootLoader() is called for vmxboot
+  image if a root overlay filesystem structure is used
+- move resetBootBind() into installBootLoader()
+  
+-------------------------------------------------------------------
+Mon Apr 11 12:41:27 CEST 2011 - [email protected]
+  
+- call setupBootPartition() only on first boot
+  
+-------------------------------------------------------------------
+Mon Apr 11 11:48:02 CEST 2011 - [email protected]
+  
+- added evaluation of kiwi_ramonly element for vmx too
+- added evaluation of kiwi_ramonly element for ppc and s390 arch
+- added evaluation of kiwi_ramonly element for non LVM setup
+  
+-------------------------------------------------------------------
+Mon Apr 11 11:01:52 CEST 2011 - [email protected]
+  
+- fixed subsequent mount procedure of a clicfs based image.
+  The resize2fs call has to happen in any case if the image
+  is a ramonly system
+  
+-------------------------------------------------------------------
+Fri Apr  8 14:23:21 CEST 2011 - [email protected]
+  
+- v4.85 released
+  
+-------------------------------------------------------------------
+Fri Apr  8 12:08:52 CEST 2011 - [email protected]
+  
+- in KIWIRoot.pm the fixupOverlayFilesOwnership() function
+  fails to quote the filaname which results in problems with
+  files/directories with spaces in their names.
+  
+-------------------------------------------------------------------
+Thu Apr  7 11:27:01 CEST 2011 - [email protected]
+  
+- Added a new consistency check and unit tests to ensure that
+  config.xml files specifying an image type that requires an
+  initrd set the boot attribute on the <type> element.
+  
+-------------------------------------------------------------------
+Wed Apr  6 17:12:14 CEST 2011 - [email protected]
+  
+  Fixing a problem with imagewriter's makefile
+  
+-------------------------------------------------------------------
+Wed Apr  6 15:33:38 CEST 2011 - [email protected]
+  
+  Minor fix to the command line help output in Imagewriter
+  
+-------------------------------------------------------------------
+Wed Apr  6 15:32:15 CEST 2011 - [email protected]
+  
+  Fixing Imagewriter compilation w/ HAL support enabled
+  
+-------------------------------------------------------------------
+Wed Apr  6 15:26:01 CEST 2011 - [email protected]
+  
+- don't use the result of a getExecPath() call happened outside
+  of the chroot, for a command call inside the chroot. It might
+  happen that the path to the binary is different inside the
+  chroot and thus can't be found
+  
+-------------------------------------------------------------------
+Wed Apr  6 15:20:58 CEST 2011 - [email protected]
+  
+  Fixing bnc#679099 - Imagewriter still requires HAL
+  
+-------------------------------------------------------------------
+Wed Apr  6 12:23:33 CEST 2011 - [email protected]
+  
+- added support for ZFCP devices
+  
+-------------------------------------------------------------------
+Wed Apr  6 12:05:43 CEST 2011 - [email protected]
+  
+- added repodata information for s390 suse-sle11-repo
+  
+-------------------------------------------------------------------
+Tue Apr  5 15:12:49 CEST 2011 - [email protected]
+  
+- if the target-device option is used kiwi normally doesn't
+  create a disk image file until the image file is created
+  by a dump off from the target device. SuSE studio requires
+  the size information of the target disk before the dump off
+  happens, because it creates that target device internally.
+  Therefore this patch makes sure that a image disk file is
+  created before the dump off happens
+  
+-------------------------------------------------------------------
+Tue Apr  5 10:32:06 CEST 2011 - [email protected]
+  
+- moved from fat16 (0x6) to fat32 (0xc) for syslinux setup
+  
+-------------------------------------------------------------------
+Tue Apr  5 09:28:47 CEST 2011 - [email protected]
+  
+- alpha sort the option parser
+  
+-------------------------------------------------------------------
+Tue Apr  5 09:27:58 CEST 2011 - [email protected]
+  
+- fixed kiwiCommandLine unit test according to the changes
+  done in commit: 7954bf3bed5845f4ece4991ef17f8f2978c8fbee
+  
+-------------------------------------------------------------------
+Mon Apr  4 19:17:19 CEST 2011 - [email protected]
+  
+- created a repo to support new tests for size query and package
+  install query. Additionally the common test case base class
+  gets new methods to create a writable directory and to clean
+  it up after the test
+  
+-------------------------------------------------------------------
+Mon Apr  4 18:56:45 CEST 2011 - [email protected]
+  
+- fixed KIWICommandLine::setLogFile, it breaks for 'terminal' logging
+- fixed KIWICommandLine::setAdditionalRepos, it breaks if
+  numAlias and or numPrios is zero
+  
+-------------------------------------------------------------------
+Mon Apr  4 18:55:11 CEST 2011 - [email protected]
+  
+- fixed solvable creation for old distros (sle10) providing
+  uncompressed versions of suse/setup/descr/packages file
+  
+-------------------------------------------------------------------
+Mon Apr  4 18:54:14 CEST 2011 - [email protected]
+  
+- fixed init(), creation of global kiwi log object is
+  required for KIWIQX execution logging
+  
+-------------------------------------------------------------------
+Mon Apr  4 17:48:04 CEST 2011 - [email protected]
+  
+- added repodata to kiwi provided suse-* repos and move the
+  repotype to rpm-md in all referencing XML descriptions
+  
+-------------------------------------------------------------------
+Mon Apr  4 17:00:49 CEST 2011 - [email protected]
+  
+- removed test_cmdReplaceRepo_noRepoType test, it's valid
+  to overwrite first repo without specifying a type
+  
+-------------------------------------------------------------------
++++ 23 more lines (skipped)
++++ between kiwi/kiwi.changes
++++ and /mounts/work_src_done/STABLE/kiwi/kiwi.changes

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.Ndgt8T/_old  2011-04-14 09:34:43.000000000 +0200
+++ /var/tmp/diff_new_pack.Ndgt8T/_new  2011-04-14 09:34:43.000000000 +0200
@@ -65,7 +65,7 @@
 %endif
 %endif
 Summary:        OpenSuSE - KIWI Image System
-Version:        4.84
+Version:        4.85
 Release:        1
 Group:          System/Management
 License:        GPLv2
@@ -74,6 +74,7 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     jing
 Recommends:     zypper
 Provides:       kiwi-desc-usbboot
 Obsoletes:      kiwi-desc-usbboot

++++++ kiwi-docu.tar.bz2 ++++++
kiwi/kiwi-docu.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-docu.tar.bz2 
differ: char 11, line 1

++++++ kiwi-repo.tar.bz2 ++++++
kiwi/kiwi-repo.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-repo.tar.bz2 
differ: char 11, line 1

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


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to