Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-06-28 15:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2012-06-10 
23:00:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-06-28 
15:31:20.000000000 +0200
@@ -1,0 +2,692 @@
+Wed Jun 27 14:34:12 CEST 2012 - [email protected]
+
+- v5.03.26 released
+  
+-------------------------------------------------------------------
+Wed Jun 27 14:07:14 CEST 2012 - [email protected]
+  
+- added patterns for removal of unused files/dirs which
+  appears along with systemd,grub2,plymouth and are not
+  required inside the initrd
+  
+-------------------------------------------------------------------
+Wed Jun 27 14:06:44 CEST 2012 - [email protected]
+  
+- fixed evaluation of glob patterns in kiwi_strip_delete
+  
+-------------------------------------------------------------------
+Tue Jun 26 22:35:29 CEST 2012 - [email protected]
+  
+- remove references to splashy from initrd
+  
+-------------------------------------------------------------------
+Tue Jun 26 22:32:26 CEST 2012 - [email protected]
+  
+- the post install script from grub2-branding-openSUSE creates
+  a background.png file in /boot. We have to preserve all data
+  created in /boot because the extractKernel() function moves
+  out all the data here from the initrd
+  
+-------------------------------------------------------------------
+Tue Jun 26 21:52:37 CEST 2012 - [email protected]
+  
+- hide plymouth splash when throwing an exception
+  
+-------------------------------------------------------------------
+Tue Jun 26 21:32:03 CEST 2012 - [email protected]
+  
+- fixed evaluation of bootincluded packages in type
+  specific packages sections
+  
+-------------------------------------------------------------------
+Tue Jun 26 21:25:14 CEST 2012 - [email protected]
+  
+- update openSUSE 12.2 JeOS template. With 12.2 the switch to
+  grub2 was made but the grub2-branding-openSUSE package only
+  provides grub2 theming information. Thus for building non
+  grub2 based images like isolinux based live systems the
+  former gfxboot-branding-openSUSE data has to be present.
+  Because of this the openSUSE 12.2 JeOS template includes
+  now image type specific packages sections to select the
+  correct branding package
+  
+-------------------------------------------------------------------
+Tue Jun 26 18:17:35 CEST 2012 - [email protected]
+  
+- make grub2 theming data available in the initrd
+  
+-------------------------------------------------------------------
+Tue Jun 26 16:44:30 CEST 2012 - [email protected]
+  
+- fixed string validation in info message in KIWICollect so
+  that it actually shows the content of $metapack
+  
+-------------------------------------------------------------------
+Tue Jun 26 16:34:08 CEST 2012 - [email protected]
+  
+- remove import of graphics boot 'message' file when using grub2
+  In order to support custom branding in kiwi for grub it worked
+  the way that one provides the theme data and together with
+  gfxboot-devel a special formatted 'message' file was created and
+  stored inside the initrd. The setupBootLoaderStages() function
+  then imported that file to the system image. In grub2 the theme
+  data is just fonts and png's and there is no creation of a
+  special graphics format required.
+  
+-------------------------------------------------------------------
+Tue Jun 26 16:33:46 CEST 2012 - [email protected]
+  
+- hide plymouth splash when showing a dialog
+  
+-------------------------------------------------------------------
+Tue Jun 26 16:13:44 CEST 2012 - [email protected]
+  
+- switched to grub2-branding-openSUSE for openSUSE 12.2 JeOS template
+  
+-------------------------------------------------------------------
+Tue Jun 26 16:12:26 CEST 2012 - [email protected]
+  
+- grub2 can handle real spaces in menu items, yeah :)
+  
+-------------------------------------------------------------------
+Tue Jun 26 12:50:21 CEST 2012 - [email protected]
+  
+- added grub2 theme support for the openSUSE theme layout
+  
+-------------------------------------------------------------------
+Tue Jun 26 10:47:56 CEST 2012 - [email protected]
+  
+- better info message when --targetstudio option is used
+  
+-------------------------------------------------------------------
+Tue Jun 26 10:40:35 CEST 2012 - [email protected]
+  
+- provide ROOTFS_BLKDEV before calling init/systemd
+- don't export variables used by the boot scripts in the
+  cleanImage function. This function is called in an extra
+  shell process thus exporting back is not possible
+  
+-------------------------------------------------------------------
+Tue Jun 26 10:22:30 CEST 2012 - [email protected]
+  
+- fixed resizeFilesystem to prefer btrfs over btrfsctl
+  
+-------------------------------------------------------------------
+Tue Jun 26 10:16:28 CEST 2012 - [email protected]
+  
+- added variable kiwi_cpio_name which allows to access the name
+  of the initrd image from within the initrd. This is currently
+  used to distinguish the initrd by the type of the distro
+  
+-------------------------------------------------------------------
+Mon Jun 25 16:06:04 CEST 2012 - [email protected]
+  
+- netboot: improved testing for networks by using -T option
+  
+-------------------------------------------------------------------
+Mon Jun 25 15:16:08 CEST 2012 - [email protected]
+    
+- fixed createOriginSnapshot to prefer btrfs over btrfsctl
+  
+-------------------------------------------------------------------
+Mon Jun 25 15:01:29 CEST 2012 - [email protected]
+  
+- preserve missing btrfs tools
+  
+-------------------------------------------------------------------
+Mon Jun 25 08:40:03 CEST 2012 - [email protected]
+  
+- indicate check failure through return value (undef)
+  * we should have it correct now. Previously a 1 was returned,
+    indicating success. This change returns no value on failure
+    to indicate the failed state of the check.
+    
+-------------------------------------------------------------------
+Sat Jun 23 15:47:20 CEST 2012 - [email protected]
+  
+- v5.03.25 released
+  
+-------------------------------------------------------------------
+Sat Jun 23 15:45:58 CEST 2012 - [email protected]
+  
+- fixed __checkVMscsiCapable() it's a valid setup if no
+  machine configuration is specified in the kiwi XML
+  
+-------------------------------------------------------------------
+Fri Jun 22 16:28:26 CEST 2012 - [email protected]
+  
+- fix the suse-live-usbstick config according to the version
+  
+-------------------------------------------------------------------
+Fri Jun 22 14:59:53 CEST 2012 - [email protected]
+  
+- v5.03.24 released
+  
+-------------------------------------------------------------------
+Fri Jun 22 14:57:41 CEST 2012 - [email protected]
+  
+- make sure getExecPath() also works when invoked as non root
+  user. It's required that PATH contains /sbin to locate
+  binaries used by kiwi with the 'which' tool. This problem
+  appeared when calling the unit tests as non root user like
+  the buildservice does when building packages, thus this fixes
+  the build
+  
+-------------------------------------------------------------------
+Fri Jun 22 14:38:42 CEST 2012 - [email protected]
+  
+- v5.03.23 released
+  
+-------------------------------------------------------------------
+Fri Jun 22 12:26:30 CEST 2012 - [email protected]
+  
+- fixed boot logging, make sure the log continues after
+  switching to the real root filesystem
+  
+-------------------------------------------------------------------
+Fri Jun 22 11:33:29 CEST 2012 - [email protected]
+  
+- added runtime check for get_kernel_version binary. This is
+  a suse only extension so when running on other build hosts
+  it should be checked if it's there.
+  
+-------------------------------------------------------------------
+Fri Jun 22 11:20:20 CEST 2012 - [email protected]
+  
+- added uninstall target to Makefile
+  
++++ 504 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.xeNMHB/_old  2012-06-28 15:31:23.000000000 +0200
+++ /var/tmp/diff_new_pack.xeNMHB/_new  2012-06-28 15:31:23.000000000 +0200
@@ -21,7 +21,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.03.16
+Version:        5.03.26
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -46,7 +46,7 @@
 BuildRequires:  btrfsprogs
 BuildRequires:  cdrkit-cdrtools-compat
 BuildRequires:  genisoimage
-BuildRequires:  perl-Test-Unit-Lite
+BuildRequires:  perl-Test-Unit
 BuildRequires:  squashfs
 BuildRequires:  zypper
 %endif
@@ -83,6 +83,10 @@
 Recommends:     perl-satsolver >= 0.42
 Recommends:     jing
 Recommends:     zypper
+Recommends:     lxc
+%endif
+%if %{suse_version} > 1140
+Recommends:     db45-utils
 %endif
 # obsoletes
 Obsoletes:      kiwi-desc-usbboot <= 4.81
@@ -247,8 +251,12 @@
 %endif
 
 %ifarch %ix86 x86_64
+%if 0%{?suse_version} >= 1220
+Requires:       grub2
+%else
 Requires:       grub
 %endif
+%endif
 %ifarch ppc ppc64 s390 s390x
 Requires:       virt-utils
 %else
@@ -322,6 +330,9 @@
 
 %package -n kiwi-desc-oemboot
 Requires:       kiwi = %{version}
+%ifarch %arm
+Requires:       u-boot-tools
+%endif
 %ifarch ppc ppc64 s390 s390x
 Requires:       virt-utils
 %else
@@ -414,6 +425,7 @@
 Recommends:     atftp
 Recommends:     gfxboot
 Recommends:     memtest86+
+Recommends:     lxc
 %endif
 
 %description -n kiwi-media-requires
@@ -435,7 +447,7 @@
 
 %if %{suse_version} > 1140
 %check
-make KIWIVERBTEST=1 test
+make KIWIVERBTEST=1 KIWI_NO_NET=1 test
 %endif
 
 %install

++++++ 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 ++++++
++++ 10253 lines of diff (skipped)

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

Reply via email to