commit kiwi for openSUSE:12.1

2011-11-08 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:12.1 checked in at 
2011-11-08 17:38:41

Comparing /work/SRC/openSUSE:12.1/kiwi (Old)
 and  /work/SRC/openSUSE:12.1/.kiwi.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1/kiwi/kiwi.changes   2011-10-29 00:23:16.0 
+0200
+++ /work/SRC/openSUSE:12.1/.kiwi.new/kiwi.changes  2011-11-08 
17:38:53.0 +0100
@@ -1,0 +2,166 @@
+Tue Nov  8 16:18:06 CET 2011 - m...@suse.de
+  
+- removed dead code in iso boot code due to the removal of
+  the swap file support (bnc #728645)
+  
+---
+Tue Nov  8 15:28:32 CET 2011 - m...@suse.de
+  
+- added options --xattrs and --acls when using rsync
+  
+---
+Tue Nov  8 11:47:16 CET 2011 - m...@suse.de
+  
+- use mktemp to create tmp dir in setupInstallFlags
+  
+---
+Tue Nov  8 10:21:04 CET 2011 - m...@suse.de
+  
+- v4.98.15 released
+  
+---
+Mon Nov  7 12:46:53 CET 2011 - m...@suse.de
+  
+- make sure importFile() stays backward compatible and ensures
+  proper quoting. Also make sure the prefixed variable copy is
+  only created if a prefix was set (bnc #728357)
+  
+---
+Mon Nov  7 11:49:26 CET 2011 - m...@suse.de
+  
+- switch from tar to rsync based copies. Reason for the change is
+  because tar doesn't support file attributes like xattr,acls
+  and fscaps (bnc #728312)
+  
+---
+Mon Nov  7 09:30:11 CET 2011 - m...@suse.de
+  
+- don't create a swap file if no swap partition can be found in
+  the live iso boot code. people complained about the creation
+  of swap files while this is not expected.
+  
+---
+Sun Nov  6 20:35:13 CET 2011 - m...@suse.de
+  
+- fixed setupNetworkInterfaceS390 qeth_configure execution
+- added setupNetworkInterfaceS390 to s390 netboot preinit
+  to create the relevant udev rules
+  
+---
+Thu Nov  3 12:24:20 CET 2011 - m...@suse.de
+  
+- v4.98.14 released
+  
+---
+Thu Nov  3 11:35:37 CET 2011 - m...@suse.de
+  
+- fixed check for empty variable in shell code
+  
+---
+Thu Nov  3 09:51:50 CET 2011 - m...@suse.de
+  
+- v4.98.13 released
+  
+---
+Thu Nov  3 09:41:38 CET 2011 - m...@suse.de
+  
+- setupDefaultGateway uses route but route was not part of the initrd
+  
+---
+Thu Nov  3 09:38:04 CET 2011 - m...@suse.de
+  
+- fdasdGetPartitionID uses awk but awk was not part of the initrd
+  
+---
+Thu Nov  3 09:14:43 CET 2011 - m...@suse.de
+  
+- moved hook calls pre/postpartition outside of the block
+  which allows to skip the partition code via the hook
+  script
+  
+---
+Wed Nov  2 12:10:29 CET 2011 - m...@suse.de
+  
+- fixed repartition code to create an aligned table (bnc #721580)
+  
+---
+Mon Oct 31 16:49:05 CET 2011 - m...@suse.de
+  
+- setup PXE_IFACE interface only if PXE_IFACE exists in the
+  environment. When using zPXE this variable does not exist
+  
+---
+Mon Oct 31 16:23:18 CET 2011 - m...@suse.de
+  
+- fixed setupNetworkStatic to write correct interface file
+  
+---
+Mon Oct 31 16:13:05 CET 2011 - m...@suse.de
+  
+- removed static inittab and securetty overlay files from s390
+  JeOS template. The setup is done by setupConsole() in preinit
+  
+---
+Mon Oct 31 16:09:35 CET 2011 - m...@suse.de
+  
+- call runPreinitServices in s390 netboot suse-preinit
+  
+---
+Mon Oct 31 15:48:09 CET 2011 - m...@suse.de
+  
+- turn pxe PART info tranformation functions into a generic
+  and a fdasd specific function
+  
+---
+Mon Oct 31 15:38:51 CET 2011 - m...@suse.de
+  
+- added pxePartitionInputS390 suitable for use with fdasd
+  

commit kiwi for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:12.1 checked in at 
2011-10-27 19:32:43

Comparing /work/SRC/openSUSE:12.1/kiwi (Old)
 and  /work/SRC/openSUSE:12.1/.kiwi.new (New)


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

Changes:

--- /work/SRC/openSUSE:12.1/kiwi/kiwi.changes   2011-10-24 12:57:53.0 
+0200
+++ /work/SRC/openSUSE:12.1/.kiwi.new/kiwi.changes  2011-10-28 
17:10:16.0 +0200
@@ -1,0 +2,200 @@
+Thu Oct 27 15:26:53 CEST 2011 - m...@suse.de
+  
+- v4.98.10 released
+  
+---
+Thu Oct 27 15:24:38 CEST 2011 - m...@suse.de
+  
+- removed __checkNameValid() checker function and make sure
+  that an arch string as part of the name attribute doesn't
+  cause any trouble (bnc #716992)
+  
+---
+Thu Oct 27 12:38:58 CEST 2011 - m...@suse.de
+  
+- v4.98.9 released
+  
+---
+Thu Oct 27 12:38:14 CEST 2011 - m...@suse.de
+  
+- arch check in __checkNameValid is too restrictive
+  
+---
+Thu Oct 27 12:15:40 CEST 2011 - m...@suse.de
+  
+- v4.98.8 released
+  
+---
+Thu Oct 27 12:07:41 CEST 2011 - m...@suse.de
+  
+- fixed quoting of parameters in config.isoclient
+  
+---
+Thu Oct 27 11:47:49 CEST 2011 - m...@suse.de
+  
+- DB: update documentation
+  
+  Date:   Thu Oct 27 05:19:20 2011 -0400
+  
+  change URL in spec file to point to the new homw of the source, github vs. 
berlios
+  
+  Date:   Thu Oct 27 05:13:15 2011 -0400
+  
+  generated html doc
+  
+---
+Thu Oct 27 10:59:10 CEST 2011 - m...@suse.de
+  
+- reverted commit 620e4e65d05b257e4fc8c6017908e6ba9f75e28e
+  this was a parted bug which is now fixed
+  
+  Date:   Wed Oct 26 16:28:46 2011 -0400
+  
+  add section about cross platform build, expand the introductory section of 
chapter 4
+  
+---
+Wed Oct 26 21:58:07 CEST 2011 - m...@suse.de
+  
+- v4.98.7 released
+  
+---
+Wed Oct 26 21:55:05 CEST 2011 - m...@suse.de
+  
+- fixed appliance name escaping. One can use any string for
+  the displayname attribute which is now properly escaped
+  via perl's quotemeta(). Along with this change the image
+  name attribute must match the pattern [a-zA-Z0-9_\-\.]
+  and is not allowed to have the architecture string
+  as part of the name (bnc #716992)
+  
+---
+Wed Oct 26 15:57:19 CEST 2011 - m...@suse.de
+  
+- v4.98.6 released
+  
+---
+Wed Oct 26 15:55:32 CEST 2011 - m...@suse.de
+  
+- libcrc32 module depends on crc32c, but it does not state this dependency
+  explicitely (modules.dep does not contain this information). Since KIWI
+  relies od modules.dep to clean up unused modules in the initrd, this can
+  break module loading. This patch ensures that the module is kept in the
+  initrd and not purged.
+  
+---
+Wed Oct 26 15:38:59 CEST 2011 - m...@suse.de
+  
+- revert back to parted hex id's, this reverts commits:
+  47f8bf758861a3d8cdbc2c188024f423e6ee45db
+  47f8bf758861a3d8cdbc2c188024f423e6ee45db
+  
+---
+Wed Oct 26 14:47:02 CEST 2011 - m...@suse.de
+  
+- v4.98.5 released
+  
+---
+Wed Oct 26 14:44:39 CEST 2011 - m...@suse.de
+  
+- fixed creation of XML diff in log file
+  
+---
+Wed Oct 26 12:49:23 CEST 2011 - m...@suse.de
+  
+- fixed parted flag setup in KIWILinuxRC code, 12.1 and upstream
+  parted doesn't support the hex id's like 'set type 0x..'
+  
+---
+Wed Oct 26 12:38:34 CEST 2011 - m...@suse.de
+  
+- fixed KIWIXMLInfo unit test due to last --info changes
+  
+---
+Wed Oct 26 11:22:25 CEST 2011 - m...@suse.de
+  
+- call createURLList() only on demand. Also provide accessor
+  methods for xml-{urllist} and xml-{urlhash}, don't access
+  these object data directly anymore. createURLList() was called
+  in the KIWIXML constructor but changes to the XML might happen
+  at a later point in time. So it makes sense to build the final
+  URL list when access