Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-07-09 08:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-06 
09:39:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-07-09 
08:01:25.000000000 +0200
@@ -1,0 +2,29 @@
+Fri Jul  6 15:04:05 CEST 2012 - [email protected]
+
+- v5.03.31 released
+  
+-------------------------------------------------------------------
+Fri Jul  6 15:03:42 CEST 2012 - [email protected]
+  
+- fixed type in spec file, missing %endif
+  
+-------------------------------------------------------------------
+Fri Jul  6 14:51:37 CEST 2012 - [email protected]
+  
+- v5.03.30 released
+  
+-------------------------------------------------------------------
+Fri Jul  6 14:44:00 CEST 2012 - [email protected]
+  
+- netboot: fixed openSUSE 12.2 boot image description. bootstrap
+  was only applied to in diskless profile mode. This leed to missing
+  tools like gettext and dialog for all other profiles even the
+  default profile
+  
+-------------------------------------------------------------------
+Fri Jul  6 14:31:48 CEST 2012 - [email protected]
+  
+- fixed spec file: netboot and isoboot needs virt-utils
+  additionally does isoboot need e2fsprogs
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.rp8WI8/_old  2012-07-09 08:01:31.000000000 +0200
+++ /var/tmp/diff_new_pack.rp8WI8/_new  2012-07-09 08:01:31.000000000 +0200
@@ -21,7 +21,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.03.29
+Version:        5.03.31
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -204,6 +204,7 @@
 %ifarch %ix86 x86_64
 
 %package -n kiwi-desc-isoboot
+Requires:       e2fsprogs
 Requires:       kiwi = %{version}
 Requires:       syslinux
 %if %{suse_version} > 1010
@@ -211,6 +212,13 @@
 %else
 Requires:       mkisofs
 %endif
+%ifarch ppc ppc64 s390 s390x
+Requires:       virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:       virt-utils
+%endif
+%endif
 Summary:        OpenSuSE - KIWI Image System ISO boot
 License:        GPL-2.0+
 Group:          System/Management
@@ -249,7 +257,6 @@
 Requires:       device-mapper-multipath
 Requires:       parted
 %endif
-
 %ifarch %ix86 x86_64
 %if 0%{?suse_version} >= 1220
 Requires:       grub2
@@ -303,6 +310,13 @@
 Summary:        OpenSuSE - KIWI Image System PXE network boot
 License:        GPL-2.0+
 Group:          System/Management
+%ifarch ppc ppc64 s390 s390x
+Requires:       virt-utils
+%else
+%if 0%{?suse_version} >= 1130
+Requires:       virt-utils
+%endif
+%endif
 %if 0%{?suse_version} > 1120
 BuildArch:      noarch
 %endif
@@ -354,7 +368,6 @@
 Requires:       device-mapper-multipath
 Requires:       parted
 %endif
-
 %ifarch %ix86 x86_64
 Requires:       grub
 %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 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2012-06-27 14:36:32.000000000 +0200
+++ new/kiwi/.revision  2012-07-06 14:52:10.000000000 +0200
@@ -1 +1 @@
-67288b7deef93eea9a1dfda7d663d37af80e794a
+5e8f9f8529826337770066ad11e72c4590bb65f6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm     2012-07-04 15:08:04.000000000 +0200
+++ new/kiwi/modules/KIWIGlobals.pm     2012-07-06 15:04:25.000000000 +0200
@@ -50,7 +50,7 @@
        # Globals (generic)
        #------------------------------------------
        my %data;
-       $data{Version}         = "5.03.29";
+       $data{Version}         = "5.03.31";
        $data{Publisher}       = "SUSE LINUX Products GmbH";
        $data{Preparer}        = "KIWI - http://kiwi.berlios.de";;
        $data{ConfigName}      = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml 
new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml
--- old/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml      2012-06-27 
14:36:16.000000000 +0200
+++ new/kiwi/system/boot/ix86/netboot/suse-12.2/config.xml      2012-07-06 
14:52:15.000000000 +0200
@@ -192,7 +192,7 @@
                <package name="tar"/>
                <package name="xfsprogs"/>
        </packages>
-       <packages type="bootstrap" profiles="diskless">
+       <packages type="bootstrap">
                <package name="atftp"/>
                <package name="bc"/>
                <package name="busybox"/>

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

Reply via email to