Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Mon Jun 6 12:26:00 CEST 2011.



--------
--- kiwi/kiwi.changes   2011-05-06 15:26:32.000000000 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes      2011-06-03 
16:05:51.000000000 +0200
@@ -1,0 +2,534 @@
+Fri Jun  3 15:58:04 CEST 2011 - [email protected]
+  
+- v4.91 released
+  
+-------------------------------------------------------------------
+Wed Jun  1 15:29:38 CEST 2011 - [email protected]
+  
+- added option -f to 'prove' in order to show failed unit tests
+  
+-------------------------------------------------------------------
+Wed Jun  1 14:53:55 CEST 2011 - [email protected]
+  
+- call the XML pretty printer when kiwi writes back the
+  XML description to the unpacked image tree. The result
+  is easier to read
+  
+-------------------------------------------------------------------
+Wed Jun  1 14:23:28 CEST 2011 - [email protected]
+  
+- moved requirement back to genisoimage, after checking the code
+  
+-------------------------------------------------------------------
+Wed Jun  1 10:33:43 CEST 2011 - [email protected]
+  
+- fixed build: unit testing requires iso and filesystem tools
+  to be present in the buildsystem
+- fixed spec file: genisoimage is set as required but kiwi uses
+  growisofs in the code which is provided by dvd+rw-tools
+  
+-------------------------------------------------------------------
+Wed Jun  1 10:32:02 CEST 2011 - [email protected]
+  
+- fixed unit testing ktLog.pm, some functions from the real
+  KIWILog module were missing in ktLog.pm
+  
+-------------------------------------------------------------------
+Tue May 31 16:14:33 CEST 2011 - [email protected]
+  
+- allow username and password to be transfered via
+  updateDescription / __updateDescriptionFromChangeSet
+  
+-------------------------------------------------------------------
+Tue May 31 15:54:28 CEST 2011 - [email protected]
+  
+- added option --start-sector to kiwi. This allows to influence
+  the default start sector 2048 to be another value e.g. 32 for
+  the old style disk layout.
+  
+-------------------------------------------------------------------
+Tue May 31 15:40:04 CEST 2011 - [email protected]
+  
+- fixed call of cleanup functions for KIWIBoot objects
+  
+-------------------------------------------------------------------
+Tue May 31 11:57:43 CEST 2011 - [email protected]
+  
+- really fixed setupConsole to remove the ttyS0 console if no
+  ttyS0 device exists (bnc #695948)
+  
+-------------------------------------------------------------------
+Tue May 31 10:12:11 CEST 2011 - [email protected]
+  
+- fixed build: Added zypper to BuildRequires. This is needed in
+  order to make the unit test run happy
+  
+-------------------------------------------------------------------
+Fri May 27 14:36:37 CEST 2011 - [email protected]
+  
+- v4.90 released
+  
+-------------------------------------------------------------------
+Fri May 27 11:52:28 CEST 2011 - [email protected]
+  
+- DB: update documentation, typo in ec2 docs
+  
+-------------------------------------------------------------------
+Fri May 27 09:16:29 CEST 2011 - [email protected]
+  
+- eliminate use of global variable: XMLChangeSet
+  
+-------------------------------------------------------------------
+Fri May 27 00:30:41 CEST 2011 - [email protected]
+  
+- DB: update documentation
+  
+-------------------------------------------------------------------
+Thu May 26 23:56:53 CEST 2011 - [email protected]
+  
+- don't store DOM tree references in XML changeset
+- don't create a new KIWICommandLine object in KIWICache
+  
+-------------------------------------------------------------------
+Thu May 26 17:20:05 CEST 2011 - [email protected]
+  
+- eliminate use of global variable: OverlayRootTree
+  
+-------------------------------------------------------------------
+Thu May 26 09:55:58 CEST 2011 - [email protected]
+  
+- eliminate use of global variables:
+* BootVMSystem
+* BootVMSize
+* StripImage
+* ProfilesOrig
+* PrebuiltBootImage
+* ISOCheck
+* CheckKernel
+* LVM
+* GrubChainload
+* FatStorage
+  
+-------------------------------------------------------------------
+Thu May 26 08:23:45 CEST 2011 - [email protected]
+  
+- fix the problem with an improper exit status on test failure.
+  We now use prove (part of Perl) to execute the unit tests.
+  Prove generates the proper exit status upon test failure.
+  
+-------------------------------------------------------------------
+Wed May 25 16:04:07 CEST 2011 - [email protected]
+  
+- fixed spec file: The functionality provided with the
+  kiwi-desc-usbboot package has moved into a new technology
+  which is not provided by another package. Therefore the
+  wrong provides entry was removed.
+  
+-------------------------------------------------------------------
+Wed May 25 15:03:48 CEST 2011 - [email protected]
+  
+- enhanced setupConsole to remove the ttyS0 console if no
+  ttyS0 device exists (bnc #695948)
+  
+-------------------------------------------------------------------
+Wed May 25 13:40:48 CEST 2011 - [email protected]
+  
+- fixed setupConsole() if search string appears as comment
+  
+-------------------------------------------------------------------
+Wed May 25 13:16:41 CEST 2011 - [email protected]
+  
+- use -t squashfs to mount the installation image. This works
+  around the problem if libuuid doesn't know the squashfs
+  signature
+  
+-------------------------------------------------------------------
+Wed May 25 13:09:03 CEST 2011 - [email protected]
+  
+- eliminate use of global variables: ListXMLInfoSelection and RootTree
+  
+-------------------------------------------------------------------
+Wed May 25 11:36:11 CEST 2011 - [email protected]
+  
+- minor cleanup: remove -C parameter for 12.1 style medias, -D is enough
+  
+-------------------------------------------------------------------
+Wed May 25 10:23:23 CEST 2011 - [email protected]
+  
+- fixed bootloader setup if split image type is used
+  
+-------------------------------------------------------------------
+Wed May 25 08:48:15 CEST 2011 - [email protected]
+  
+- eliminate use of global variable: LogFile
+- cleaned up init() function, removed redundant code and moved
+  the listXMLInfo code into the main operations block
+  
+-------------------------------------------------------------------
+Wed May 25 08:11:04 CEST 2011 - [email protected]
+  
+- adapt unit tests due to last KIWIXML ctor code changes
+  
+-------------------------------------------------------------------
+Tue May 24 16:42:47 CEST 2011 - [email protected]
+  
+- eliminate global variable: Destination
+- fixed backtrace() output in debug mode, show only latest trace level
+  the other trace levels are kept for further debugging
+  
+-------------------------------------------------------------------
+Tue May 24 13:28:23 CEST 2011 - [email protected]
+  
+- eliminate use of global variable: ImageDescription
+- pass commandline object reference (cmdL) to KIWIXML objects
+  and from there to KIWIURL objects.
+  
+-------------------------------------------------------------------
+Tue May 24 12:33:25 CEST 2011 - [email protected]
+  
+- eliminate use of global vars: ImageCache and RecycleRoot
+- added check for global object in constructors
+- added perl-RPMQ as requirement for kiwi-instsource
+  
+-------------------------------------------------------------------
+Tue May 24 10:51:43 CEST 2011 - [email protected]
+  
+- eliminate global variables used by main()
+  
++++ 337 more lines (skipped)
++++ between kiwi/kiwi.changes
++++ and /mounts/work_src_done/STABLE/kiwi/kiwi.changes

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.fRSwiG/_old  2011-06-06 12:20:15.000000000 +0200
+++ /var/tmp/diff_new_pack.fRSwiG/_new  2011-06-06 12:20:15.000000000 +0200
@@ -40,6 +40,10 @@
 %if %{suse_version} > 1030 && %{suse_version} <= 1130
 BuildRequires:  libsatsolver-devel
 %endif
+%if %{suse_version} > 1140
+BuildRequires:  btrfsprogs perl-Test-Unit squashfs
+BuildRequires:  cdrkit-cdrtools-compat genisoimage zypper
+%endif
 %if %{suse_version} <= 1010
 Requires:       qt
 %endif
@@ -65,7 +69,7 @@
 %endif
 %endif
 Summary:        OpenSuSE - KIWI Image System
-Version:        4.88
+Version:        4.91
 Release:        1
 Group:          System/Management
 License:        GPLv2
@@ -76,8 +80,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     jing
 Recommends:     zypper
-Provides:       kiwi-desc-usbboot
-Obsoletes:      kiwi-desc-usbboot
+Obsoletes:      kiwi-desc-usbboot <= 4.81
 
 %description
 The OpenSuSE KIWI Image System provides a complete operating system
@@ -91,7 +94,7 @@
 %package -n kiwi-instsource
 License:        GPLv2
 Requires:       kiwi = %{version}
-Requires:       inst-source-utils createrepo build
+Requires:       inst-source-utils createrepo build perl-RPMQ
 Summary:        Installation Source creation
 Group:          System/Management
 %if 0%{?suse_version} > 1120
@@ -300,6 +303,12 @@
 %build
 # empty because of rpmlint warning rpm-buildroot-usage
 
+%if %{suse_version} > 1140
+
+%check
+make test
+%endif
+
 %install
 # build
 test -e /.buildenv && . /.buildenv
@@ -363,6 +372,10 @@
 %dir %{_datadir}/kiwi
 %dir %{_datadir}/kiwi/image
 %dir /var/cache/kiwi
+%doc %{_mandir}/man1/kiwi.1.gz
+%doc %{_mandir}/man1/KIWI::images.sh.1.gz
+%doc %{_mandir}/man1/KIWI::config.sh.1.gz
+%doc %{_mandir}/man1/KIWI::kiwirc.1.gz
 %ifarch %ix86 x86_64
 %exclude %{_datadir}/kiwi/image/suse-11.4-JeOS
 %exclude %{_datadir}/kiwi/image/suse-11.3-JeOS
@@ -397,10 +410,6 @@
 %files -n kiwi-doc
 %defattr(-, root, root)
 %dir %{_defaultdocdir}/kiwi
-%doc %{_mandir}/man1/kiwi.1.gz
-%doc %{_mandir}/man1/KIWI::images.sh.1.gz
-%doc %{_mandir}/man1/KIWI::config.sh.1.gz
-%doc %{_mandir}/man1/KIWI::kiwirc.1.gz
 %doc %{_defaultdocdir}/kiwi/COPYING
 %doc %{_defaultdocdir}/kiwi/examples
 %doc %{_defaultdocdir}/kiwi/images

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