Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-08-27 20:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2013-08-23 
11:05:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-08-27 
20:50:34.000000000 +0200
@@ -1,0 +2,242 @@
+Tue Aug 27 12:19:50 CEST 2013 - [email protected]
+
+- v5.05.30 released
+  
+-------------------------------------------------------------------
+Tue Aug 27 12:16:32 CEST 2013 - [email protected]
+  
+- fixed use of uninitialized value $oem{"kiwi_oemswap"}
+  in KIWIProfileFile.pm
+  
+-------------------------------------------------------------------
+Mon Aug 26 18:02:20 CEST 2013 - [email protected]
+    
+- get the partition ID check back in OEMFindPartitions (bnc #836052)
+  * if in oem-partition-install mode the function checked suitable
+    partitions only by its size but not by its partition id. I had
+    removed the support for it because the GPT doesn't have partition
+    hex id's like the MBR table has it. But it has turned out this
+    was a useful check. Thus I added it back by mapping GPT partition
+    names to MBR hex id's. When installing a kiwi EFI image via the
+    partition install mode it's important to name the partitions
+    on the installation disk in the same way as it's done in the
+    image. This is a small requirement for partition based EFI image
+    installations.
+    
+-------------------------------------------------------------------
+Mon Aug 26 15:58:12 CEST 2013 - [email protected]
+  
+- fixed kiwi instsource plugins:
+  * added UEFI boot support
+  * adapt to new data structure, deleting getImageTypeAndAttributes_legacy
+    
+-------------------------------------------------------------------
+Mon Aug 26 15:32:35 CEST 2013 - [email protected]
+    
+- added optional type attribute <type ... zfsoptions=...  />
+  * the attribute value can be a comma separated list of ZFS
+    options used on creation time of the ZFS pool. Thus the
+    result are 'zfs set $option kiwipool' calls which allows
+    to set pool attributes like compression and others
+    
+-------------------------------------------------------------------
+Mon Aug 26 09:22:43 CEST 2013 - [email protected]
+    
+- moved __quote function to the correct name space. It was
+  formerly used as part of KIWIXML but due to the restructuring
+  it's required in KIWIProfileFile now
+  
+-------------------------------------------------------------------
+Fri Aug 23 13:48:58 CEST 2013 - [email protected]
+  
+- v5.05.29 released
+  
+-------------------------------------------------------------------
+Fri Aug 23 13:48:35 CEST 2013 - [email protected]
+  
+- fixed typo in product building
+  
+-------------------------------------------------------------------
+Fri Aug 23 11:10:28 CEST 2013 - [email protected]
+  
+- v5.05.28 released
+  
+-------------------------------------------------------------------
+Fri Aug 23 11:02:22 CEST 2013 - [email protected]
+  
+- added __checkProfileConsistent() runtime check if the
+  specified profile(s) exists
+  
+-------------------------------------------------------------------
+Fri Aug 23 10:29:07 CEST 2013 - [email protected]
+  
+- fixed root=... setup if zfs is used, stay compatible with dracut
+  
+-------------------------------------------------------------------
+Fri Aug 23 10:01:14 CEST 2013 - [email protected]
+  
+- make sure bootprofile 'default' is set if no other boot
+  profile was specified
+  
+-------------------------------------------------------------------
+Fri Aug 23 09:35:11 CEST 2013 - [email protected]
+  
+- added KIWIURL::__realPath() helper function (bnc #836053):
+  * the function translates existing local paths to its real
+    path including collapse of path spec like /foo/../quux
+    
+-------------------------------------------------------------------
+Fri Aug 23 09:04:24 CEST 2013 - [email protected]
+    
+- changed __getBootSize() helper to allow a min boot
+  partition size of 100 MB
+  
+-------------------------------------------------------------------
+Thu Aug 22 23:31:01 CEST 2013 - [email protected]
+  
+- fixed split creation, wrong use of KIWIXMLSplitData methods
+  
+-------------------------------------------------------------------
+Thu Aug 22 22:46:52 CEST 2013 - [email protected]
+  
+- finished XML restructuring and moved all XML handling
+  into the new data structure. The code is now legacy code
+  free. With the new internal structure in place data can
+  also fly in from other protocols which might be needed
+  in the future for e.g configuration management, CIM,
+  cfengine
+  
+-------------------------------------------------------------------
+Thu Aug 22 15:33:50 CEST 2013 - [email protected]
+  
+- moved product/instsource handling to the new data structure.
+  The following legacy function were removed:
+  * getInstSourceArchList_legacy
+  * getInstSourceDUDInstsys_legacy
+  * getInstSourceDUDModules_legacy
+  * getInstSourceDUDTargets_legacy
+  * getInstSourceMetaPackageList_legacy
+  * getInstSourceProductInfo_legacy
+  * getInstSourceProductOption_legacy
+  * getInstSourceProductStuff_legacy
+  * getInstSourceProductVar_legacy
+  * getInstSourceRepository_legacy
+  * getInstSourcePackageList_legacy
+  * getInstSourceMetaFiles_legacy
+  * getInstSourceChrootList_legacy
+  * getInstSourcePackageAttributes_legacy
+  * getInstSourceDUDInstall_legacy
+  * clearPackageAttributes_legacy
+  * getList_legacy
+  * getPackageAttributes_legacy
+  * __getInstSourceDUDPackList_legacy
+    
+-------------------------------------------------------------------
+Wed Aug 21 09:58:56 CEST 2013 - [email protected]
+    
+- moved split tmp/persistent files handling to the new data structure
+  Along with the change the following legacy functions were deleted:
+  * getSplitPersistentExceptions_legacy
+  * getSplitPersistentFiles_legacy
+  * getSplitTempExceptions_legacy
+  * getSplitTempFiles_legacy
+    
+-------------------------------------------------------------------
+Wed Aug 21 09:13:23 CEST 2013 - [email protected]
+    
+- deleted writeXMLDescription_legacy
+  * the old data structure allowed to write changes applied to the
+    XML objects to be written persistently. With the new data
+    structure the XML object has a method writeXML which allows
+    to write the current data set in the XML format. The work
+    on the XML writer is not yet finished. Thus the support for
+    writing changes back to the XML will be added back at a later
+    point in time.
+    
+-------------------------------------------------------------------
+Tue Aug 20 17:26:52 CEST 2013 - [email protected]
+    
+- moved <size> handling over to the new data structure
+  * deleted: getImageSize_legacy
+  * deleted: getImageSizeAdditiveBytes_legacy
+  * deleted: getImageSizeBytes_legacy
+    
+-------------------------------------------------------------------
+Tue Aug 20 09:07:10 CEST 2013 - [email protected]
+    
+- moved editbootinstall/editbootconfig handling to the new data structure
+  * deleted getEditBootConfig_legacy
+  * deleted getEditBootInstall_legacy
+    
+-------------------------------------------------------------------
+Mon Aug 19 18:09:41 CEST 2013 - [email protected]
+    
+- moved getInstSourceFile_legacy into the global space.
+  This function is just a file downloader and does not belong
+  to the legacy code. Along with the change the function was
+  renamed to KIWIGlobals -> instance() -> downloadFile(...)
+  
+-------------------------------------------------------------------
+Mon Aug 19 17:46:16 CEST 2013 - [email protected]
+  
+- fixed grub2 graphics boot for openSUSE 13.1:
+  * gfxterm must be compiled in
+    
+-------------------------------------------------------------------
+Mon Aug 19 16:24:51 CEST 2013 - [email protected]
+    
+- reduce the use of getPackageAttributes_legacy
+  
+-------------------------------------------------------------------
+Mon Aug 19 16:09:33 CEST 2013 - [email protected]
+  
+- set a useful default for the bootloader when building live iso images
+  
+-------------------------------------------------------------------
+Mon Aug 19 15:38:28 CEST 2013 - [email protected]
+  
++++ 45 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.AUrKiU/_old  2013-08-27 20:50:36.000000000 +0200
+++ /var/tmp/diff_new_pack.AUrKiU/_new  2013-08-27 20:50:36.000000000 +0200
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.05.27
+Version:        5.05.30
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils

++++++ kiwi.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 3516890, line 
13793

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

Reply via email to