Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2015-03-05 15:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-02-27 11:08:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2015-03-05 18:15:21.000000000 +0100 @@ -1,0 +2,29 @@ +Tue Mar 3 10:50:30 CET 2015 - [email protected] + +- v7.02.28 released + +------------------------------------------------------------------- +Tue Mar 3 10:49:14 CET 2015 - [email protected] + +- XZ compress vhdfixed disks in result bundler + +------------------------------------------------------------------- +Wed Feb 25 16:41:01 CET 2015 - [email protected] + +- Update description for suse-pxe-client + + The template is designed for a netboot only system. Therefore + many parts are actively deleted, e.g the kernel which prevents + this system from booting standalone. The description now points + that out to indicate that for another use case the images.sh + script might need some changes + +------------------------------------------------------------------- +Wed Feb 25 11:39:33 CET 2015 - [email protected] + +- Add in code comment for s390 zipl setup + + A static offset address to load the initrd from is used + but no explanation why was given + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.w7IWtm/_old 2015-03-05 18:15:22.000000000 +0100 +++ /var/tmp/diff_new_pack.w7IWtm/_new 2015-03-05 18:15:22.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kiwi # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Group: System/Management Url: http://github.com/openSUSE/kiwi Name: kiwi -Version: 7.02.27 +Version: 7.02.28 Release: 0 Provides: kiwi-image:lxc Provides: kiwi-image:tbz ++++++ kiwi-docu.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/doc/examples/suse-12.3/suse-pxe-client/config.xml new/doc/examples/suse-12.3/suse-pxe-client/config.xml --- old/doc/examples/suse-12.3/suse-pxe-client/config.xml 2015-02-11 17:31:16.000000000 +0100 +++ new/doc/examples/suse-12.3/suse-pxe-client/config.xml 2015-02-25 16:40:15.000000000 +0100 @@ -4,7 +4,7 @@ <description type="system"> <author>Marcus Schäfer</author> <contact>[email protected]</contact> - <specification>openSUSE 12.3 terminal</specification> + <specification>openSUSE 12.3 terminal. Please note this a netboot only appliance. The kernel and many other parts are actively deleted in the images.sh script to keep it small. If you use this description for another use case make sure no important data is deleted</specification> </description> <preferences> <type image="pxe" filesystem="clicfs" boot="netboot/suse-12.3"> ++++++ 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 2014-12-15 14:32:44.000000000 +0100 +++ new/kiwi/.revision 2014-12-15 14:32:44.000000000 +0100 @@ -1 +1 @@ -b7a97d8439839f0e8675eba3a68328b1ccd775bb +3f60936dcfcac28fa8e6e9d2682cef66eb614f28 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm --- old/kiwi/modules/KIWIBoot.pm 2015-02-23 11:33:29.000000000 +0100 +++ new/kiwi/modules/KIWIBoot.pm 2015-02-25 11:39:26.000000000 +0100 @@ -5114,6 +5114,13 @@ #========================================== # General zipl setup #------------------------------------------ + # Note: + # The initrd will be loaded at offset address 0x4000000 (64MB) + # This means the kernel must not be bigger than 64MB otherwise it + # will overwrite the initrd. The reason for the static address + # is for compatibility with zipl and kernel versions which were + # not able to handle the initrd at variing adresses e.g sle11 + # ---- my $title_standard; my $title_failsafe; my $bootTimeout = 200; 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 2015-02-23 15:50:21.000000000 +0100 +++ new/kiwi/modules/KIWIGlobals.pm 2015-03-03 10:50:17.000000000 +0100 @@ -1853,7 +1853,7 @@ # Globals (generic) #------------------------------------------ my %data; - $data{Version} = "7.02.27"; + $data{Version} = "7.02.28"; $data{Publisher} = "SUSE LINUX GmbH"; $data{Preparer} = "KIWI - http://opensuse.github.com/kiwi"; $data{ConfigName} = "config.xml"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWIResult.pm new/kiwi/modules/KIWIResult.pm --- old/kiwi/modules/KIWIResult.pm 2015-01-16 11:34:55.000000000 +0100 +++ new/kiwi/modules/KIWIResult.pm 2015-03-03 10:48:55.000000000 +0100 @@ -291,8 +291,8 @@ if (! $base) { $base = $this->{imagebase}; } - if ($suffix =~ /raw/) { - # compress this bundle using xz + if ($suffix =~ /raw|vhdfixed/) { + # compress raw (no format) and vhdfixed format using xz $data = KIWIQX::qxx ( "xz -kc $source/$base.$suffix >$tmpdir/$base-$bnr.$suffix.xz 2>&1" ); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
