Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Mon Aug 29 10:14:18 CEST 2011.



--------
--- kiwi/kiwi.changes   2011-08-19 17:39:31.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes      2011-08-27 
21:31:43.000000000 +0200
@@ -1,0 +2,190 @@
+Sat Aug 27 21:29:59 CEST 2011 - [email protected]
+  
+- v4.95.3 released
+  
+-------------------------------------------------------------------
+Sat Aug 27 21:29:33 CEST 2011 - [email protected]
+  
+- fixed BuildArch setup for sle11 build
+  
+-------------------------------------------------------------------
+Sat Aug 27 21:14:49 CEST 2011 - [email protected]
+  
+- v4.95.2 released
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:49:52 CEST 2011 - [email protected]
+  
+- DB: rebuild schema documentation
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:47:41 CEST 2011 - [email protected]
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:44:08 CEST 2011 - [email protected]
+  
+- DB: update documentation concerning the new imageinclude attribute
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:42:17 CEST 2011 - [email protected]
+  
+- added a new attribute to the <repository> element called
+  'imageinclude', a boolean. The code treats the attribute
+  as having a "false" default value. When set to true (for
+  using zypper package manager only at this point) the specified
+  repository is added to the image being created, thus the
+  repo is available to install additional packages or upgrade
+  existing packages from within the running image.
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:40:10 CEST 2011 - [email protected]
+  
+- cleanup XML data from example image descriptions by the
+  result of the kiwi XML pretty printer
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:34:47 CEST 2011 - [email protected]
+  
+- added RHEL/CentOS 5.x. compatible repodata for rhel-repo
+  
+-------------------------------------------------------------------
+Sat Aug 27 20:28:29 CEST 2011 - [email protected]
+  
+- fixed %post for kiwi-templates. %post has to use the
+  same ifarch selection as used by the %package section
+  
+-------------------------------------------------------------------
+Fri Aug 26 15:40:06 CEST 2011 - [email protected]
+  
+- v4.95.1 released
+  
+-------------------------------------------------------------------
+Wed Aug 24 22:23:39 CEST 2011 - [email protected]
+  
+- better version of baseSetupBootLoaderCompatLinks()
+  which hardlinks the files to be able to access them
+  from within the cpio archive
+  
+-------------------------------------------------------------------
+Wed Aug 24 18:12:40 CEST 2011 - [email protected]
+  
+- make sure to have some spare space in filesystem images
+  
+-------------------------------------------------------------------
+Wed Aug 24 16:24:30 CEST 2011 - [email protected]
+  
+- don't remove data from initial boot partition
+  
+-------------------------------------------------------------------
+Wed Aug 24 15:20:40 CEST 2011 - [email protected]
+  
+- call setupBootPartition() only if systemIntegrity is != fine
+- clean up setupBootPartition, create mount points inside the initrd
+- clean up netboot code, setup bootid before mountSystem and let
+  setupBootPartition do the setup of the boot contents
+  
+-------------------------------------------------------------------
+Wed Aug 24 12:39:45 CEST 2011 - [email protected]
+  
+- added support for pxe luks encrypted images
+  
+-------------------------------------------------------------------
+Wed Aug 24 12:20:03 CEST 2011 - [email protected]
+  
+- break up long code line into two
+  
+-------------------------------------------------------------------
+Wed Aug 24 09:58:10 CEST 2011 - [email protected]
+  
+- added compat link menu.lst -> grub.conf, required by RHEL
+- added function baseSetupBootLoaderCompatLinks() which can
+  be used to create the /usr/share/grub link to the stage
+  files which kiwi expects in /usr/lib/grub. RHEL installs
+  them in /usr/share/grub
+  
+-------------------------------------------------------------------
+Tue Aug 23 18:04:15 CEST 2011 - [email protected]
+  
+- added parted 1.8.7 to RHEL5.4 repo
+  
+-------------------------------------------------------------------
+Tue Aug 23 17:57:14 CEST 2011 - [email protected]
+  
+- fixed boot code: explicitly wait until the background
+  job showing the progress information has finished
+  
+-------------------------------------------------------------------
+Tue Aug 23 17:55:15 CEST 2011 - [email protected]
+  
+- let atftpProgress() read output directly so there is just one job
+- fixed fetchFile(): enable progress only for block devices, without
+  this it showed the progress for md5 and other files when the first
+  image download failed.
+- fixed fetchFile(): fbiterm does not work with serial console, added
+  fallback when it fails
+- fixed fetchFile(): loadCode value from the background job is
+  returned correctly now
+  
+-------------------------------------------------------------------
+Tue Aug 23 17:13:25 CEST 2011 - [email protected]
+  
+- changed the image size calculation to leave not too much of
+  free space. In case of a filesystem based image as less free
+  space as possible is added. In case of a disk image we make
+  sure to have ~100MB of free space. If a single boot partition
+  is required we make sure to have min 150M to allow proper
+  kernel updates
+  
+-------------------------------------------------------------------
+Tue Aug 23 13:44:42 CEST 2011 - [email protected]
+  
+- make sure atftpProgress() finishes _after_ the atftp process has
+  concluded the download, related to (bnc #713167)
+  
+-------------------------------------------------------------------
+Tue Aug 23 12:27:12 CEST 2011 - [email protected]
+  
+- use $imageBlkSize as parameter for atftpProgress()
+- take care for handling of re-sent blocks in atftpProgress()
+- fixed atftp error output handling $TRANSFER_ERRORS_FILE vs. /tmp/atftp_trace
+- fixed atftp blocksize detection - with multicast the block number 1
+  does not have to be at the beginning
+  
+-------------------------------------------------------------------
+Tue Aug 23 11:00:00 CEST 2011 - [email protected]
+  
+- added kiwi-media-requires meta package which recommends all
+  packages which should be part of the distribution DVD
+  
+-------------------------------------------------------------------
+Tue Aug 23 10:44:01 CEST 2011 - [email protected]
+  
+- rpmlint doesn't like empty files
+  
+-------------------------------------------------------------------
+Tue Aug 23 09:59:47 CEST 2011 - [email protected]
+  
+- added atftpProgress() function which implements the progress
+  information for atftp by watching the atftp trace output.
+  atftp seeks in the output stream which forbids the use of
+  pipes for the progress information (bnc #713167)
+  
+-------------------------------------------------------------------
+Mon Aug 22 16:35:52 CEST 2011 - [email protected]
+  
+- make sure fribidi stays installed in netboot. It's required for
+  the fbiterm based progress information (bnc #713173)
+  
+-------------------------------------------------------------------
+Mon Aug 22 11:55:07 CEST 2011 - [email protected]
+  
+- don't use pipes in combination with atftp (bnc #713167)
+  
+-------------------------------------------------------------------
+Mon Aug 22 10:23:52 CEST 2011 - [email protected]
+  
+- fixed typo, missing '\n' in info output
+  
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.IXvg75/_old  2011-08-29 10:02:22.000000000 +0200
+++ /var/tmp/diff_new_pack.IXvg75/_new  2011-08-29 10:02:22.000000000 +0200
@@ -69,7 +69,7 @@
 %endif
 %endif
 Summary:        OpenSuSE - KIWI Image System
-Version:        4.94.3
+Version:        4.95.3
 Release:        1
 Group:          System/Management
 License:        GPLv2
@@ -299,6 +299,31 @@
     Marcus Schaefer
 %endif
 
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
+
+%package -n kiwi-media-requires
+License:        GPL v2.0 or later
+Summary:        OpenSuSE - packages which should be part of the DVD
+Group:          System/Management
+%if 0%{?suse_version} > 1120
+BuildArch:      noarch
+%endif
+Recommends:     busybox
+Recommends:     atftp
+Recommends:     gfxboot
+Recommends:     memtest86+
+
+%description -n kiwi-media-requires
+This package recommends a set of packages which should be part of
+the DVD distribution. Some kiwi system/boot templates references
+those packages and it is assumed that they are part of the 
+distributed source media (DVD)
+
+Authors:
+--------
+    Marcus Schaefer
+%endif
+
 %prep
 %setup -n %name -a2 -a3
 
@@ -362,6 +387,8 @@
        fi
 %endif
 
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
+
 %post -n kiwi-templates
 #============================================================
 # Clean up old old template directories if the exists
@@ -369,6 +396,7 @@
 for dist in ${oldDists[@]};do
        rm -rf /usr/share/kiwi/image/suse-$dist-JeOS
 done
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -521,5 +549,13 @@
 
 %endif
 
+%ifarch %ix86 x86_64 ppc ppc64 s390 s390x
+
+%files -n kiwi-media-requires
+%defattr(-, root, root)
+%dir %{_defaultdocdir}/kiwi
+
+%endif
+
 
 %changelog

++++++ kiwi-docu.tar.bz2 ++++++
kiwi/kiwi-docu.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-docu.tar.bz2 
differ: char 11, line 1

++++++ kiwi-repo.tar.bz2 ++++++
kiwi/kiwi-repo.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-repo.tar.bz2 
differ: char 11, line 1

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


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



Remember to have fun...

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

Reply via email to