Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-08-30 18:55:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-08-28 
21:05:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-08-30 
18:56:09.000000000 +0200
@@ -1,0 +2,77 @@
+Fri Aug 29 22:29:31 CEST 2014 - [email protected]
+
+- v5.06.157 released
+  
+-------------------------------------------------------------------
+Fri Aug 29 22:14:08 CEST 2014 - [email protected]
+  
+- Fixed KIWIOVFConfigWriter rasd:HostResource for ovf:/disk
+  
+  The reference ID was set to a wrong value not matching the
+  ovf:DiskSection section
+  
+-------------------------------------------------------------------
+Fri Aug 29 21:22:38 CEST 2014 - [email protected]
+  
+- Fixed creation of virtualbox vagrant boxes
+  
+  Add hardlink box-disk1.vmdk to real vmdk image in box tarball
+  
+-------------------------------------------------------------------
+Fri Aug 29 21:19:21 CEST 2014 - [email protected]
+  
+- Cleanup KIWIOVFConfigWriter
+  
+  Prevent use of uninitialized values
+  
+-------------------------------------------------------------------
+Fri Aug 29 19:32:26 CEST 2014 - [email protected]
+  
+- Update vagrant example for virtualbox
+  
+-------------------------------------------------------------------
+Fri Aug 29 19:31:11 CEST 2014 - [email protected]
+  
+- Added missing format attribute in ovf:DiskSection in config writer
+  
+-------------------------------------------------------------------
+Fri Aug 29 15:21:55 CEST 2014 - [email protected]
+  
+- v5.06.156 released
+  
+-------------------------------------------------------------------
+Fri Aug 29 15:15:49 CEST 2014 - [email protected]
+  
+- Allow bootloader setup to run on aarch64 for grub2 and uboot (bnc #894214)
+  
+-------------------------------------------------------------------
+Fri Aug 29 14:18:49 CEST 2014 - [email protected]
+  
+- Added virtualbox-guest-tools in suse-13.1 vagrant example
+  
+-------------------------------------------------------------------
+Fri Aug 29 14:15:32 CEST 2014 - [email protected]
+  
+- Fixed broken ovf:href for image file
+  
+  Within the vagrant virtualbox box creation the vmdk file was
+  renamed but this action broke the reference to that file inside
+  the ovf config file
+  
+-------------------------------------------------------------------
+Fri Aug 29 10:35:55 CEST 2014 - [email protected]
+  
+- Prevent creation of custom /etc/ImagePackages in netboot
+  
+  The information there is created at image creation time
+  already and the call increases the first boot time. This
+  fixes (bnc #893776)
+  
+-------------------------------------------------------------------
+Fri Aug 29 10:32:29 CEST 2014 - [email protected]
+  
+- Make sure kiwi initrd creates /run/log
+  
+  dracut stores its log file there
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.8w3IuI/_old  2014-08-30 18:56:11.000000000 +0200
+++ /var/tmp/diff_new_pack.8w3IuI/_new  2014-08-30 18:56:11.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        5.06.155
+Version:        5.06.157
 Release:        0
 Provides:       kiwi-image:lxc
 Provides:       kiwi-image:tbz

++++++ kiwi-docu.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/doc/examples/extras/suse-13.1/suse-vagrant-box/config.xml 
new/doc/examples/extras/suse-13.1/suse-vagrant-box/config.xml
--- old/doc/examples/extras/suse-13.1/suse-vagrant-box/config.xml       
2014-08-12 14:05:04.000000000 +0200
+++ new/doc/examples/extras/suse-13.1/suse-vagrant-box/config.xml       
2014-08-29 22:30:41.000000000 +0200
@@ -12,6 +12,10 @@
         <type image="vmx" filesystem="ext3" boot="vmxboot/suse-13.1" 
format="vagrant" bootloader="grub2" kernelcmdline="nomodeset">
             <vagrantconfig provider="libvirt" virtualsize="16"/>
             <vagrantconfig provider="virtualbox" virtualsize="16"/>
+            <machine memory="512" guestOS="suse" HWversion="9" 
ovftype="vmware">
+                <vmdisk id="0" controller="lsilogic"/>
+            </machine>
+            <size unit="G">10</size>
         </type>
         <version>1.13.1</version>
         <packagemanager>zypper</packagemanager>
@@ -37,6 +41,7 @@
         <product name="openSUSE"/>
         <package name="plymouth-branding-openSUSE" bootinclude="true"/>
         <package name="grub2-branding-openSUSE" bootinclude="true"/>
+        <package name="virtualbox-guest-tools"/>
         <package name="ifplugd"/>
         <package name="iputils"/>
         <package name="vim"/>
@@ -52,6 +57,17 @@
         <package name="sudo"/>
         <package name="rsync"/>
         <package name="kernel-default"/>
+        <package name="virtualbox-guest-kmp-default"/>
+        <package name="kiwi"/>
+        <package name="kiwi-tools"/>
+        <package name="kiwi-desc-isoboot"/>
+        <package name="kiwi-desc-netboot"/>
+        <package name="kiwi-desc-oemboot"/>
+        <package name="kiwi-desc-vmxboot"/>
+        <package name="kiwi-templates"/>
+        <package name="btrfsprogs"/>
+        <package name="genisoimage"/>
+        <package name="squashfs"/>
     </packages>
     <packages type="bootstrap">
         <package name="udev"/>

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

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

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

Reply via email to