Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-12-23 11:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-03 
22:50:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-12-23 
11:50:27.000000000 +0100
@@ -1,0 +2,226 @@
+Fri Dec 19 09:06:45 CET 2014 - m...@suse.de
+
+- v7.02.18 released
+  
+-------------------------------------------------------------------
+Fri Dec 19 09:05:29 CET 2014 - m...@suse.de
+  
+- Fixed post install script from kiwi-templates
+  
+  it should not end with a non zero exit code
+  
+-------------------------------------------------------------------
+Thu Dec 18 12:01:17 CET 2014 - m...@suse.de
+  
+- v7.02.17 released
+  
+-------------------------------------------------------------------
+Thu Dec 18 11:59:26 CET 2014 - m...@suse.de
+  
+- Fixed bootloader setup for SLE11 JeOS template
+  
+  legacy grub is default unless uefi firmware is selected
+  
+-------------------------------------------------------------------
+Thu Dec 18 11:46:51 CET 2014 - m...@suse.de
+  
+- v7.02.16 released
+  
+-------------------------------------------------------------------
+Tue Dec 16 17:19:13 CET 2014 - m...@suse.de
+  
+- Fixed spec file for CentOS package
+  
+  On CentOS squashfs is packaged in squashfs-tools
+  
+-------------------------------------------------------------------
+Tue Dec 16 09:47:53 CET 2014 - m...@suse.de
+  
+- Fixed kiwi-templates %post scriptlet
+  
+  Check if old image description exists before deleting it.
+  This prevents warning messages spit out by rpm on install
+  
+-------------------------------------------------------------------
+Mon Dec 15 17:06:04 CET 2014 - led...@suse.de
+  
+- Fix bashisms in image.sh shell scripts
+  
+  Replace '&>/dev/null' output redirections to '>/dev/null 2>&1'.
+  
+-------------------------------------------------------------------
+Mon Dec 15 15:36:24 CET 2014 - dims...@suse.de
+  
+- Fall back to lazyly umount /dev nodes in case of failure
+  
+-------------------------------------------------------------------
+Mon Dec 15 14:52:58 CET 2014 - m...@suse.de
+  
+- v7.02.15 released
+  
+-------------------------------------------------------------------
+Mon Dec 15 14:52:13 CET 2014 - m...@suse.de
+  
+- Fixed use of uninitialized value $format
+  
+-------------------------------------------------------------------
+Mon Dec 15 11:50:17 CET 2014 - m...@suse.de
+  
+- Fixup logging with a logfile
+  
+  If a logfile is used the state of the call if it was successful
+  or not is also part of the logfile and not exposed to the calling
+  terminal. With this patch the overall success or error information
+  is also printed on the calling terminal.
+  
+-------------------------------------------------------------------
+Mon Dec 15 09:57:48 CET 2014 - m...@suse.de
+  
+- Print a message if the target directory is created
+  
+-------------------------------------------------------------------
+Mon Dec 15 09:56:09 CET 2014 - m...@suse.de
+  
+- Code cleanup
+  
+  use createDirInteractive and replace redundant parts
+  
+-------------------------------------------------------------------
+Fri Dec 12 16:34:49 CET 2014 - m...@suse.de
+  
+- v7.02.14 released
+  
+-------------------------------------------------------------------
+Fri Dec 12 16:24:31 CET 2014 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Fri Dec 12 16:22:50 CET 2014 - m...@suse.de
+  
+- v7.02.13 released
+  
+-------------------------------------------------------------------
+Thu Dec 11 12:16:46 CET 2014 - m...@suse.de
+  
+- Added support for custom qemu-img format options
+  
+  When kiwi calls qemu-img to convert the image into the format
+  the user has specified in the XML description it might be
+  required to pass on additional format options like the compat
+  mode for the qcow2 format. This can now be done like the
+  following example shows:
+  
+  <type ... formatoptions="compat=0.10"/>
+  
+-------------------------------------------------------------------
+Thu Dec 11 11:30:02 CET 2014 - m...@suse.de
+  
+- Eliminate weird kiwi revision from unit tests
+  
+  The unit test environment sets a static kiwi revision
+  number 4711 which is odd because it can easily use the
+  correct git revision from the git metadata
+  
+-------------------------------------------------------------------
+Thu Dec 11 11:13:19 CET 2014 - m...@suse.de
+  
+- Fixed print() on closed filehandle
+  
+-------------------------------------------------------------------
+Tue Dec  9 17:02:25 CET 2014 - m...@suse.de
+  
+- v7.02.12 released
+  
+-------------------------------------------------------------------
+Mon Dec  8 13:03:34 CET 2014 - m...@suse.de
+  
+- Eliminate grub2-efi path
+  
+  At the beginning of grub2 the home in boot was set to grub2-efi
+  as well as some tools take this information in their name. It's
+  time to cleanup this. In addition kiwi now creates a grub.cfg
+  which is able to check for grub_platform in order to distinguish
+  between efi and non efi configuration differences if there are
+  any
+  
+-------------------------------------------------------------------
+Mon Dec  8 11:38:29 CET 2014 - m...@suse.de
+  
+- Added EFI support for none aarch64 arm systems
+  
+  There are armv7 based boards which comes with an EFI
+  firmware. In order to boot them we have to make sure
+  to use grub2 bootarm.efi and call the right grub2
+  bootloader configuration methods (bnc #908469)
+  
+-------------------------------------------------------------------
+Sun Dec  7 14:27:44 CET 2014 - m...@suse.de
+  
+- Follow up fix for overlayfs changes in kernel 3.18
+  
+  overlayfs complains: upperdir and workdir must be in separate
+  subtrees. Thus we create workdir and upperdir in different
+  subdirs below read-write
+  
+-------------------------------------------------------------------
+Fri Dec  5 15:49:53 CET 2014 - m...@suse.de
+  
+- Follow up fix for overlayfs changes in kernel 3.18
+  
+  overlayfs complains: workdir and upperdir must reside under
+  the same mount. Thus we create work-stage below read-write
+  
+-------------------------------------------------------------------
+Fri Dec  5 14:08:44 CET 2014 - m...@suse.de
+  
+- Fixed setupBootLoaderGrub2 GRUB_TERMINAL setup
+  
+  in case of uefi we configured a text console terminal but
+  graphics terminal works well with the shim efi module now
+  
+-------------------------------------------------------------------
+Fri Dec  5 11:27:01 CET 2014 - m...@suse.de
+  
+- Apply former overlayfs adaption to kiwi caching
+  
+  kiwi image caches are also based on overlayfs. Thus the
+  changes in the mount call has to be adapted there too
+  
+-------------------------------------------------------------------
+Fri Dec  5 11:01:41 CET 2014 - m...@suse.de
+  
+- Adapt changes in overlayfs in kernel 3.18
+  
+  Starting with overlayfs v22 the workdir mount option is required.
+  In addition the module has been renamed from overlayfs to overlay
+  which also impacts the mount options. In order to stay compatible
++++ 29 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.XROkEo/_old  2014-12-23 11:50:30.000000000 +0100
+++ /var/tmp/diff_new_pack.XROkEo/_new  2014-12-23 11:50:30.000000000 +0100
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        7.02.10
+Version:        7.02.18
 Release:        0
 Provides:       kiwi-image:lxc
 Provides:       kiwi-image:tbz
@@ -206,8 +206,13 @@
 Requires:       btrfsprogs
 Requires:       e2fsprogs
 Requires:       kiwi = %{version}
-Requires:       squashfs
 Requires:       zypper
+%if 0%{?rhel_version} || 0%{?fedora} || 0%{?centos}
+Requires:       squashfs-tools
+%endif
+%if 0%{?suse_version}
+Requires:       squashfs
+%endif
 %if 0%{?suse_version} > 1120
 BuildArch:      noarch
 %endif
@@ -380,12 +385,13 @@
 Requires:       parted
 %if 0%{?suse_version}
 Requires:       multipath-tools
+Requires:       squashfs
 %endif
 %if 0%{?rhel_version} || 0%{?fedora} || 0%{?centos}
 Requires:       device-mapper-multipath
+Requires:       squashfs-tools
 %endif
 %ifarch %ix86 x86_64
-Requires:       squashfs
 Requires:       syslinux
 %if 0%{?suse_version} >= 1220
 Requires:       grub2
@@ -492,12 +498,13 @@
 Requires:       cdrkit-cdrtools-compat
 Requires:       genisoimage
 Requires:       multipath-tools
+Requires:       squashfs
 %endif
 %if 0%{?rhel_version} || 0%{?fedora} || 0%{?centos}
 Requires:       device-mapper-multipath
+Requires:       squashfs-tools
 %endif
 %ifarch %ix86 x86_64
-Requires:       squashfs
 Requires:       syslinux
 %if 0%{?suse_version} >= 1220
 Requires:       grub2
@@ -735,7 +742,9 @@
 #============================================================
 # Clean up old old template directories if present
 for dist in 10.1 10.2 10.3 11.0 11.1 11.2 11.3 12.1 12.2 SLE10 SLED10; do
+    if ( [ -d /usr/share/kiwi/image/suse-$dist-JeOS ] ) ; then
     rm -rf /usr/share/kiwi/image/suse-$dist-JeOS
+    fi
 done
 %endif
 

++++++ kiwi-docu.tar.bz2 ++++++
++++ 14534 lines of diff (skipped)

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

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

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

Reply via email to