Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2014-08-13 17:19:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-08-11 12:30:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2014-08-13 17:20:10.000000000 +0200 @@ -1,0 +2,34 @@ +Wed Aug 13 08:40:46 CEST 2014 - [email protected] + +- v5.06.149 released + +------------------------------------------------------------------- +Tue Aug 12 14:52:14 CEST 2014 - [email protected] + +- store result of kiwi --describe in /var/cache/kiwi/describe + + ignore /var/cache for inspection + +------------------------------------------------------------------- +Tue Aug 12 13:43:21 CEST 2014 - [email protected] + +- Fixed adding packages marked for deletion given by the + command line option --del-package (bnc #890195) + +------------------------------------------------------------------- +Mon Aug 11 14:22:04 CEST 2014 - [email protected] + +- v5.06.148 released + +------------------------------------------------------------------- +Mon Aug 11 14:12:00 CEST 2014 - [email protected] + +- Fixed __createTarArchive exclude pattern + * the pattern match for 'image' was too global as we only + wanted to exlude the /image directory from the toplevel + +------------------------------------------------------------------- +Mon Aug 11 11:03:24 CEST 2014 - [email protected] + +- Make sure e2fsprogs stay in netboot initrd for SLE12 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.oubCBi/_old 2014-08-13 17:20:12.000000000 +0200 +++ /var/tmp/diff_new_pack.oubCBi/_new 2014-08-13 17:20:12.000000000 +0200 @@ -26,7 +26,7 @@ Group: System/Management Url: http://github.com/openSUSE/kiwi Name: kiwi -Version: 5.06.147 +Version: 5.06.149 Release: 0 Provides: kiwi-schema = 6.1 # requirements to build packages ++++++ kiwi-docu.tar.bz2 ++++++ ++++++ 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-08-06 10:47:17.000000000 +0200 +++ new/kiwi/.revision 2014-08-13 08:41:31.000000000 +0200 @@ -1 +1 @@ -20d0d9b4aa9c069d73cb7fea74b2d27bfb20588a +1a5b9dd494d2b4ecb9538cec6030f748e5e135a6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/kiwi.pl new/kiwi/kiwi.pl --- old/kiwi/kiwi.pl 2014-08-06 10:47:17.000000000 +0200 +++ new/kiwi/kiwi.pl 2014-08-13 08:41:31.000000000 +0200 @@ -331,7 +331,7 @@ if ($cmdL->getOperationMode("analyse")) { $kiwi -> info ("Starting system analysis\n"); my $destination = $cmdL->getOperationMode("analyse"); - $destination = "/tmp/".$destination; + $destination = "/var/cache/kiwi/describe/".$destination; my $system = KIWIAnalyseSystem -> new ( $destination,$cmdL ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWIAnalyseCustomData.sh new/kiwi/modules/KIWIAnalyseCustomData.sh --- old/kiwi/modules/KIWIAnalyseCustomData.sh 2014-08-01 15:14:00.000000000 +0200 +++ new/kiwi/modules/KIWIAnalyseCustomData.sh 2014-08-13 08:41:31.000000000 +0200 @@ -35,7 +35,7 @@ } function fileName { - # global location for runtime and result files + # global location for runtime and temporary result files echo -n /tmp/$1 } @@ -51,7 +51,7 @@ function filter_items { # files and directories matching here are filtered out - echo -n "^/(\$|$(custom_filter)tmp|dev|proc|sys|run|lost\+found|var\/run)" + echo -n "^/(\$|$(custom_filter)tmp|dev|proc|sys|run|lost\+found|var\/run|var\/cache)" } function filter_filesystem { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWIAnalyseSystem.pm new/kiwi/modules/KIWIAnalyseSystem.pm --- old/kiwi/modules/KIWIAnalyseSystem.pm 2014-08-01 15:14:00.000000000 +0200 +++ new/kiwi/modules/KIWIAnalyseSystem.pm 2014-08-13 08:41:31.000000000 +0200 @@ -74,7 +74,7 @@ $kiwi -> info ("Using already existing destination dir"); $kiwi -> done(); } else { - $data = KIWIQX::qxx ("mkdir $destdir 2>&1"); + $data = KIWIQX::qxx ("mkdir -p $destdir 2>&1"); $code = $? >> 8; if ($code != 0) { $kiwi -> error ("Couldn't create destination dir: $data"); 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 2014-08-11 10:02:35.000000000 +0200 +++ new/kiwi/modules/KIWIGlobals.pm 2014-08-13 08:41:31.000000000 +0200 @@ -1832,7 +1832,7 @@ # Globals (generic) #------------------------------------------ my %data; - $data{Version} = "5.06.147"; + $data{Version} = "5.06.149"; $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/KIWIImageCreator.pm new/kiwi/modules/KIWIImageCreator.pm --- old/kiwi/modules/KIWIImageCreator.pm 2014-08-01 15:14:00.000000000 +0200 +++ new/kiwi/modules/KIWIImageCreator.pm 2014-08-12 14:05:12.000000000 +0200 @@ -1449,7 +1449,7 @@ -> new (\%pckgData); push @delPacks, $pckgObj; } - $xml -> addPackagesToDelete (\@addPacks); + $xml -> addPackagesToDelete (\@delPacks); } return $xml; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWITarArchiveBuilder.pm new/kiwi/modules/KIWITarArchiveBuilder.pm --- old/kiwi/modules/KIWITarArchiveBuilder.pm 2014-08-01 15:14:00.000000000 +0200 +++ new/kiwi/modules/KIWITarArchiveBuilder.pm 2014-08-12 14:05:05.000000000 +0200 @@ -121,7 +121,7 @@ $imgFlName .= '.tbz'; my $tar = $locator -> getExecPath('tar'); my $cmd = "cd $origin && " - . "$tar -cjf $tarDestDir/$imgFlName --exclude=image . 2>&1"; + . "$tar -cjf $tarDestDir/$imgFlName --exclude=./image . 2>&1"; my $data = KIWIQX::qxx ($cmd); my $code = $? >> 8; if ($code != 0) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-13.2/config.xml new/kiwi/system/boot/ix86/netboot/suse-13.2/config.xml --- old/kiwi/system/boot/ix86/netboot/suse-13.2/config.xml 2014-08-08 15:54:54.000000000 +0200 +++ new/kiwi/system/boot/ix86/netboot/suse-13.2/config.xml 2014-08-12 14:05:05.000000000 +0200 @@ -226,6 +226,7 @@ <package name="iproute2"/> <package name="psmisc"/> <package name="sysvinit-tools"/> + <package name="e2fsprogs"/> </packages> <packages type="delete" profiles="default,diskless,xen"> <package name="cracklib-dict-full"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-SLED12/config.xml new/kiwi/system/boot/ix86/netboot/suse-SLED12/config.xml --- old/kiwi/system/boot/ix86/netboot/suse-SLED12/config.xml 2014-08-08 15:54:54.000000000 +0200 +++ new/kiwi/system/boot/ix86/netboot/suse-SLED12/config.xml 2014-08-12 14:05:05.000000000 +0200 @@ -218,6 +218,7 @@ <package name="iproute2"/> <package name="psmisc"/> <package name="sysvinit-tools"/> + <package name="e2fsprogs"/> </packages> <packages type="delete" profiles="default,diskless,xen"> <package name="cracklib-dict-full"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/system/boot/ix86/netboot/suse-SLES12/config.xml new/kiwi/system/boot/ix86/netboot/suse-SLES12/config.xml --- old/kiwi/system/boot/ix86/netboot/suse-SLES12/config.xml 2014-08-08 15:54:54.000000000 +0200 +++ new/kiwi/system/boot/ix86/netboot/suse-SLES12/config.xml 2014-08-12 14:05:05.000000000 +0200 @@ -218,6 +218,7 @@ <package name="iproute2"/> <package name="psmisc"/> <package name="sysvinit-tools"/> + <package name="e2fsprogs"/> </packages> <packages type="delete" profiles="default,diskless,xen"> <package name="cracklib-dict-full"/> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
