Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-04-24 15:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2013-04-17 
12:00:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-04-24 
15:52:06.000000000 +0200
@@ -1,0 +2,206 @@
+Wed Apr 24 14:15:41 CEST 2013 - m...@suse.de
+
+- v5.05.10 released
+  
+-------------------------------------------------------------------
+Wed Apr 24 09:08:59 CEST 2013 - m...@suse.de
+  
+- added 'which' package to boot image descriptions for
+  openSUSE 13.1. which was formerly provided by util-linux
+  and is now an own package (bnc #816709)
+  
+-------------------------------------------------------------------
+Wed Apr 24 09:06:13 CEST 2013 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Wed Apr 24 09:05:12 CEST 2013 - m...@suse.de
+  
+- DB: update documentation
+  
+-------------------------------------------------------------------
+Wed Apr 24 08:50:52 CEST 2013 - m...@suse.de
+  
+- fixed use of swapsize in oem size settings
+  + the boot code adds the swap size as additional needed space
+    to the oem-systemsize value thus it's wrong to test if swap
+    fits into oem-systemsize. Robert had that before so this was
+    correct, sorry Rob for changing this
+    
+-------------------------------------------------------------------
+Tue Apr 23 16:24:12 CEST 2013 - m...@suse.de
+    
+- v5.05.9 released
+  
+-------------------------------------------------------------------
+Tue Apr 23 11:11:10 CEST 2013 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Tue Apr 23 10:56:08 CEST 2013 - m...@suse.de
+  
+- reflect the change in the oem-systemsize handling also
+  in the LVM repartition code
+  
+-------------------------------------------------------------------
+Mon Apr 22 18:41:34 CEST 2013 - rjsch...@suse.de
+  
+- follow up to OEM setup consistency checking
+  + separate the checks to allow unit testing and create unit tests
+  + update the documentation to explain the meaning and interplay
+    between <oem-systemsize> and <systemdisk>
+    
+-------------------------------------------------------------------
+Mon Apr 22 16:27:53 CEST 2013 - m...@suse.de
+    
+- fixed misleading warning message in __getBootSize().
+  if wanted and needed boot partition space is the same a
+  warning message was printed which is not useful
+  
+-------------------------------------------------------------------
+Mon Apr 22 15:43:38 CEST 2013 - m...@suse.de
+  
+- fixed schema documentation:
+  + if the size of a volume is set too small this is now treated
+    as an error and kiwi exits. formerly this was ignored and kiwi
+    used the value it calculated itself for the volume
+    
+-------------------------------------------------------------------
+Mon Apr 22 15:43:28 CEST 2013 - m...@suse.de
+    
+- with regards to (bnc #815200) following runtime checks were added
+  + check if the specified system size is not smaller than the
+    sum of the specified partition/volume sizes
+  + recommend to specify a swap size if swap is requested and a
+    specific system and or partition/volume size was specified
+  + check if partition/volume path exists in the unpacked tree
+  + check if size of partition/volume in the unpacked tree is smaller
+    than the requested partition/volume size
+  + check if specified system size is not smaller than the overall
+    size of the unpacked tree
+  + check if the calculated free space according to the requested
+    system size value and the current size of the unpacked tree is
+    big enough to resize the partitions/volumes to its requested
+    size
+    
+-------------------------------------------------------------------
+Mon Apr 22 10:16:48 CEST 2013 - m...@suse.de
+    
+- fixed spec file, the mysystems macro for openSUSE was broken
+  because it uses VER=1220 on a 12.3 system
+  
+-------------------------------------------------------------------
+Sun Apr 21 18:22:21 CEST 2013 - m...@suse.de
+  
+- fixed spec file, sync permissions with /srv/tftpboot
+  
+-------------------------------------------------------------------
+Sun Apr 21 14:12:54 CEST 2013 - m...@suse.de
+  
+- fixed SUSE product creation if specified MAIN_PRODUCT
+  does not match the product name. In this case the collection
+  of products is skipped with a warning message
+  
+-------------------------------------------------------------------
+Fri Apr 19 12:53:52 CEST 2013 - rjsch...@suse.de
+  
+- do not consider obsrun as a system group
+  
+-------------------------------------------------------------------
+Thu Apr 18 12:27:30 CEST 2013 - m...@suse.de
+  
+- allow to skip the md5 verification after image installation
+  of an oem image. This speeds up the deployment but should
+  not be de-activated for customer released images
+  
+  <oem-skip-verify>true|false</oem-skip-verify>
+  
+  Implemented by user feedback request (bnc #815199)
+  
+-------------------------------------------------------------------
+Thu Apr 18 11:09:01 CEST 2013 - m...@suse.de
+  
+- netboot: fixed conflicting use of global variables.
+  + The function updateNeeded set among others the variable sum2
+    which is used later in another context in suse-linuxrc. At
+    that point it was expected that the variable is empty for
+    the first round in a loop but that's not true if updateNeeded
+    called before the loop sets the variable to some content. Thus
+    updateNeeded should handle variables used locally in the
+    function as real local variables
+    
+-------------------------------------------------------------------
+Wed Apr 17 16:20:13 CEST 2013 - m...@suse.de
+    
+- it does not make sense to specify '-i bytes-per-inode' in
+  combination with '-N number-of-inodes'. Thus only the number
+  of inodes is relevant as it's the result of the equation
+  inodes = size / ratio. It had no bad impact to specify
+  both -i and -N when creating the filesystem because mkfs.extX
+  takes the value of -N with the highest priority. Thus this
+  fix is just a cleanup of the mkfs.extX call
+  
+-------------------------------------------------------------------
+Wed Apr 17 11:45:40 CEST 2013 - m...@suse.de
+  
+- fixed setup of recovery boot data
+  + the code there only uses the contents of the boot partition
+    if LVM was enabled. But correct would be to use the contents
+    of the boot partition if it exists and is not equal to the
+    root partition
+    
+-------------------------------------------------------------------
+Tue Apr 16 17:31:19 CEST 2013 - m...@suse.de
+  
+- fixed setupBootLoaderGrub to write the udev device name
+  into /boot/grub/device.map instead of the unix kernel
+  device name (bnc #813216)
+  
+-------------------------------------------------------------------
+Tue Apr 16 16:33:17 CEST 2013 - m...@suse.de
+  
+- add missing suseImportBuildKey call to templates
+  
+-------------------------------------------------------------------
+Tue Apr 16 16:29:54 CEST 2013 - m...@suse.de
+  
+- fixed suseImportBuildKey to also work with keys
+  present in /usr/lib/rpm/gnupg/keys/
+  
+-------------------------------------------------------------------
+Tue Apr 16 16:24:23 CEST 2013 - m...@suse.de
+    
+- fixed check if repartition task can be done or not.
+  It's now based on free spaces vs. additional needed
+  space. Also provide better information about the sizes
+  if the repartition task can't be done
+  
+- fixed resize of LVM partition. It's important to add
+  the swap size to be part of the LVM resize because swap
+  is not an extra partition but a volume inside the vgroup
+  
+-------------------------------------------------------------------
+Tue Apr 16 16:03:31 CEST 2013 - m...@suse.de
+  
+- fixed typo nomodeseet -> nomodeset
+  
+-------------------------------------------------------------------
+Tue Apr 16 15:59:23 CEST 2013 - m...@suse.de
+  
+- fixed LVM resize of physical extents, pvresize works only
+  with unix kernel device names and doesn't like udev links
+  
+-------------------------------------------------------------------
+Tue Apr 16 12:36:14 CEST 2013 - m...@suse.de
+  
++++ 9 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.cBExfR/_old  2013-04-24 15:52:10.000000000 +0200
+++ /var/tmp/diff_new_pack.cBExfR/_new  2013-04-24 15:52:10.000000000 +0200
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.05.8
+Version:        5.05.10
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -131,7 +131,7 @@
 %if 0%{?sles_version}
 %define mysystems suse-SLES%{sles_version} suse-SLED%{sles_version}
 %else
-%define mysystems %(echo `export VER=%{suse_version}; [ "$VER" == "1230" ] && 
VER="1220"; echo "suse-${VER:0:2}.${VER:2:1}"`)
+%define mysystems %(echo `export VER=%{suse_version}; echo 
"suse-${VER:0:2}.${VER:2:1}"`)
 %endif
 %endif
 %if 0%{?rhel_version}
@@ -643,6 +643,7 @@
 
 %files -n kiwi-pxeboot -f kiwi.loader
 %defattr(-, root, root)
+%dir %attr(0750,tftp,tftp) /srv/tftpboot
 %doc /srv/tftpboot/README
 %dir /srv/tftpboot
 %dir /srv/tftpboot/KIWI

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

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

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

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

Reply via email to