Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-02-22 20:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-20 
13:09:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-02-22 
20:44:25.000000000 +0100
@@ -1,0 +2,104 @@
+Fri Feb 21 20:46:46 CET 2014 - m...@suse.de
+
+- v5.06.37 released
+  
+-------------------------------------------------------------------
+Fri Feb 21 20:46:03 CET 2014 - m...@suse.de
+  
+- Fixed creation of custom.files
+  * target directory was not set correctly
+    
+-------------------------------------------------------------------
+Fri Feb 21 20:35:14 CET 2014 - m...@suse.de
+    
+- v5.06.36 released
+  
+-------------------------------------------------------------------
+Fri Feb 21 20:30:57 CET 2014 - m...@suse.de
+  
+- Fixed spec file requires and recommends
+  * lxc doesn't need to be recommended because the plain building task
+    does not require lxc to be around
+  * clicfs has a successor with overlayfs and should no longer be
+    recommended
+  * lvm2, squashfs and master-boot-code are relevant requires for
+    building disk based images. Thus they are needed along with
+    the kiwi-desc-vmx|oemboot sub-packages but not with the kiwi
+    base package
+    
+-------------------------------------------------------------------
+Fri Feb 21 20:20:57 CET 2014 - m...@suse.de
+    
+- Compatibility fix for the 'git init' call
+  older versions of git do not accept a directory as parameter
+  like the version we have in SLE11
+  
+-------------------------------------------------------------------
+Fri Feb 21 18:09:51 CET 2014 - m...@suse.de
+  
+- v5.06.35 released
+  
+-------------------------------------------------------------------
+Fri Feb 21 18:05:40 CET 2014 - m...@suse.de
+  
+- Fixed writeXML
+  * The creation of the package items should use the native
+    XML methods and not directly hook into the internal data
+    structure
+    
+-------------------------------------------------------------------
+Fri Feb 21 14:24:52 CET 2014 - m...@suse.de
+    
+- Removed code reducing a package list to the minimum required
+  solver list. The result is correct but it takes long if many
+  packages are installed and the result is not uniq
+  
+-------------------------------------------------------------------
+Fri Feb 21 14:03:07 CET 2014 - m...@suse.de
+  
+- v5.06.34 released
+  
+-------------------------------------------------------------------
+Fri Feb 21 13:58:18 CET 2014 - m...@suse.de
+  
+- Fixed creation of kiwi template description in kiwi --describe
+  * use a fixed bootstrap section as default to avoid solver problems
+    when building a new system from scratch
+  * add analysed packages and patterns to the image section and not
+    to bootstrap so that they will be installed by the native installer
+    inside the chroot
+  * instead of adding items to a delete section add them as ignore
+    this will make use of the zypper al feature and is the better
+    approach
+    
+-------------------------------------------------------------------
+Fri Feb 21 13:01:03 CET 2014 - m...@suse.de
+    
+- Fixed capability check for old satsolver perl binding
+  
+-------------------------------------------------------------------
+Fri Feb 21 12:43:20 CET 2014 - m...@suse.de
+  
+- v5.06.33 released
+  
+-------------------------------------------------------------------
+Fri Feb 21 10:51:36 CET 2014 - m...@suse.de
+  
+- Added git clone url to the result of kiwi --describe
+  * also added a function getIPAddress which is used for the
+    clone url as well as for the custom files sync script
+    
+-------------------------------------------------------------------
+Fri Feb 21 10:02:38 CET 2014 - m...@suse.de
+    
+- Fixed return value for getHardwareDependantPackages
+  if no such packages was found the function should return undef
+  instead of a pointer to an empty data structure
+  
+-------------------------------------------------------------------
+Fri Feb 21 09:48:30 CET 2014 - m...@suse.de
+  
+- Fixed udev rule for suse-SLE12-JeOS lan0 nic name
+  the match for KERNEL was still based on eth*
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.tVz1p5/_old  2014-02-22 20:44:27.000000000 +0100
+++ /var/tmp/diff_new_pack.tVz1p5/_new  2014-02-22 20:44:27.000000000 +0100
@@ -26,7 +26,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.06.32
+Version:        5.06.37
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -67,7 +67,6 @@
 Requires:       git
 Requires:       kiwi-tools >= %{version}
 Requires:       libxslt
-Requires:       lvm2
 Requires:       perl >= %{perl_version}
 Requires:       perl-Class-Singleton
 Requires:       perl-Config-IniFiles
@@ -82,10 +81,6 @@
 Requires:       rsync
 Requires:       screen
 Requires:       util-linux
-%ifarch %ix86 x86_64
-Requires:       master-boot-code
-Requires:       squashfs
-%endif
 %if 0%{?suse_version} >= 1210
 Requires:       libsolv-tools
 Requires:       perl-solv
@@ -97,8 +92,6 @@
 %if 0%{?suse_version}
 Recommends:     jing
 Recommends:     zypper
-Recommends:     lxc
-Recommends:     clicfs
 Recommends:     db45-utils
 %endif
 # obsoletes
@@ -288,6 +281,7 @@
 Requires:       dosfstools
 Requires:       e2fsprogs
 Requires:       kiwi = %{version}
+Requires:       lvm2
 Requires:       parted
 %if 0%{?suse_version}
 Requires:       multipath-tools
@@ -298,6 +292,8 @@
 Requires:       qemu-img
 %endif
 %ifarch %ix86 x86_64
+Requires:       master-boot-code
+Requires:       squashfs
 Requires:       syslinux
 %if 0%{?suse_version} >= 1220
 Requires:       grub2
@@ -375,6 +371,7 @@
 Requires:       dosfstools
 Requires:       e2fsprogs
 Requires:       kiwi = %{version}
+Requires:       lvm2
 Requires:       parted
 %if 0%{?suse_version}
 Requires:       genisoimage
@@ -386,6 +383,8 @@
 Requires:       qemu-img
 %endif
 %ifarch %ix86 x86_64
+Requires:       master-boot-code
+Requires:       squashfs
 Requires:       syslinux
 %if 0%{?suse_version} >= 1220
 Requires:       grub2
@@ -458,7 +457,6 @@
 Recommends:     atftp
 Recommends:     gfxboot
 Recommends:     memtest86+
-Recommends:     lxc
 %if 0%{?suse_version} > 1210
 Recommends:     grub2-branding-openSUSE
 %endif

++++++ 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