Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2011-12-06 16:22:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2011-11-14 
11:55:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2011-12-06 
16:22:50.000000000 +0100
@@ -1,0 +2,359 @@
+Mon Dec  5 17:54:40 CET 2011 - [email protected]
+
+- clean up build process
+  * moved swig to libsatsolver-devel. Only required if kiwi builds
+    the legacy satsolver module if no perl-satsolver exists
+  * removed trang to get rid of java dependency. trang is used to
+    transform kiwi's rnc schema code into the rng syntax. If the
+    rng is up to date the build doesn't have to create it though
+  * removed obsolete Qt requirement. The tool which needed this
+    is not packaged/required anymore
+  * make the build work for the arm architecture
+    
+-------------------------------------------------------------------
+Mon Dec  5 15:33:31 CET 2011 - [email protected]
+    
+- remove obsolete code and speedup removal of files in suseStripInitrd
+  
+-------------------------------------------------------------------
+Fri Dec  2 16:13:44 CET 2011 - [email protected]
+  
+- v5.01.6 released
+  
+-------------------------------------------------------------------
+Fri Dec  2 16:13:04 CET 2011 - [email protected]
+  
+- fixed changelog creation tool:
+  * date string is not recognized if not from a +X timezone
+  * indention of sub entries not correctly set
+    
+-------------------------------------------------------------------
+Fri Dec  2 16:05:20 CET 2011 - [email protected]
+  
+- fix the systemctl command for inserting and removing services for systemd
+  the command is systemctl enable/disable NAME.service not service_NAME.service
+  
+-------------------------------------------------------------------
+Fri Dec  2 14:50:58 CET 2011 - [email protected]
+    
+- v5.01.5 released
+  
+-------------------------------------------------------------------
+Thu Dec  1 09:36:27 CET 2011 - [email protected]
+  
+- fixed suseInsertService and suseRemoveService to use
+  systemctl if systemd is installed
+  
+-------------------------------------------------------------------
+Wed Nov 30 15:14:59 CET 2011 - [email protected]
+  
+- remove systemd specific check, systemd is the default for
+  12.1, no specific entry is required in menu.lst
+- add quiet commandline option in menu.lst to avoid having
+  kernel message show up in the console for 12.1
+  
+-------------------------------------------------------------------
+Tue Nov 29 12:35:38 CET 2011 - [email protected]
+  
+- fixed setLoopDeviceMap() to work with yaboot
+  
+-------------------------------------------------------------------
+Tue Nov 29 11:55:07 CET 2011 - [email protected]
+  
+- fixed setLVMDeviceMap() to work with yaboot
+  
+-------------------------------------------------------------------
+Tue Nov 29 11:28:44 CET 2011 - [email protected]
+  
+- cleanup device map setup for ppc and integrate yaboot bootloader
+  setup into the setupBootLoaderStages and setupBootLoaderConfiguration
+  functions like all others
+  
+-------------------------------------------------------------------
+Mon Nov 28 11:16:22 CET 2011 - [email protected]
+  
+- added support for plain tar image type named 'tbz'. This image
+  type just builds a bz2 compressed tarball from the prepared tree
+  as requested in report (bnc #732797)
+  
+-------------------------------------------------------------------
+Mon Nov 28 10:00:57 CET 2011 - [email protected]
+  
+- fixed unit test for valid arch check
+  
+-------------------------------------------------------------------
+Fri Nov 25 16:16:16 CET 2011 - [email protected]
+  
+- before adding a repo check if it already exists.
+  if yes remove it prior to add it
+  
+-------------------------------------------------------------------
+Fri Nov 25 15:13:41 CET 2011 - [email protected]
+  
+- v5.01.4 released
+  
+-------------------------------------------------------------------
+Fri Nov 25 10:26:06 CET 2011 - [email protected]
+  
+- fixed parameter quoting of setupBootLoader() functions (bnc #729315)
+  
+-------------------------------------------------------------------
+Thu Nov 24 15:57:31 CET 2011 - [email protected]
+  
+- fixed unused declaration of result variable
+  
+-------------------------------------------------------------------
+Thu Nov 24 15:46:06 CET 2011 - [email protected]
+  
+- sed -ie behaves differently than sed -i -e, weird
+  
+-------------------------------------------------------------------
+Thu Nov 24 15:22:56 CET 2011 - [email protected]
+  
+- fixed zypper repo setup. Don't let --raw-cache-dir point to
+  cache-dir. Redirecting raw-cache-dir to cache-dir makes packages/
+  and solv/ appear to be orphaned raw metadata caches for ex-repos
+  packages and solv. Also don't re-add the repo if it's already
+  there. Just update the path for local repos to work with the
+  bind mounted path inside the chroot. (bnc #731090)
+  
+-------------------------------------------------------------------
+Thu Nov 24 01:05:56 CET 2011 - [email protected]
+  
+- fixed spec file to build on RHEL as well
+  
+-------------------------------------------------------------------
+Thu Nov 24 01:02:57 CET 2011 - [email protected]
+  
+- added s390 pxeboot client configuration examples
+  
+-------------------------------------------------------------------
+Wed Nov 23 18:22:35 CET 2011 - [email protected]
+  
+- clean up ppc code. make sure loader variable is passed to the
+  yaboot configuration. Also handle partition layout and bootloader
+  setup according to the bootloader value and not according to
+  the architecture value
+  
+-------------------------------------------------------------------
+Wed Nov 23 14:33:28 CET 2011 - [email protected]
+  
+- properly handle specification of "scsi" controller type for VMWare images
+  This requires the "-o scsi" option to be present for the qemu-img command
+  on the build machine.
+- implement new check in RuntimeChecker to verify that qemu-img supports proper
+  option if controller="scsi" is specified and a vmdk image is being built
+- clean KIWIRuntimeChecker to critic level 4
+  
+-------------------------------------------------------------------
+Tue Nov 22 18:42:58 CET 2011 - [email protected]
+  
+- fixed --info/packages output to respect image typed packages
+  sections. getInstallSize() now behaves the same like when the
+  system is actually prepared
+  
+-------------------------------------------------------------------
+Tue Nov 22 16:29:25 CET 2011 - [email protected]
+  
+- v5.01.3 released
+  
+-------------------------------------------------------------------
+Tue Nov 22 10:58:47 CET 2011 - [email protected]
+  
+- allow initrd variable NON_PERSISTENT_DEVICE_NAMES. If set
+  to a non empty string it will cause getDiskID() to return
+  the non persistent kernel device node name like /dev/sda.
+  This is to support storage devices with name conflicts
+  when using the udev generated node names.
+  
+-------------------------------------------------------------------
+Mon Nov 21 20:21:29 CET 2011 - [email protected]
+  
+- wait a second before rereading the partition table in initGeometry
+  
+-------------------------------------------------------------------
+Mon Nov 21 20:04:30 CET 2011 - [email protected]
+  
+- apply quoting of .profile contents during build (bnc #729315)
+  
+-------------------------------------------------------------------
+Mon Nov 21 18:37:41 CET 2011 - [email protected]
+  
+- fixed inode count calculation. Since vmmbytes is the image
+  size in MB, we need to mutiply it to get the count right
+  because inode ratio is in bytes/inode
+  
+-------------------------------------------------------------------
+Mon Nov 21 11:25:59 CET 2011 - [email protected]
+  
+- update repo paths for kiwi specific rhel6 packages
+  
+-------------------------------------------------------------------
+Mon Nov 21 10:55:24 CET 2011 - [email protected]
+  
+- fixed call of checkmedia (bnc #730763)
+  
+-------------------------------------------------------------------
+Mon Nov 21 10:16:40 CET 2011 - [email protected]
++++ 470 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.yKZXTg/_old  2011-12-06 16:22:53.000000000 +0100
+++ /var/tmp/diff_new_pack.yKZXTg/_new  2011-12-06 16:22:53.000000000 +0100
@@ -22,23 +22,18 @@
 Name:           kiwi
 BuildRequires:  perl-Config-IniFiles perl-XML-LibXML perl-libwww-perl
 BuildRequires:  module-init-tools screen zlib-devel
-BuildRequires:  gcc-c++ libxslt swig trang
+BuildRequires:  gcc-c++ libxslt
 %if %{suse_version} > 1020
 BuildRequires:  fdupes
 %endif
 %ifarch %ix86 x86_64
 BuildRequires:  syslinux
 %endif
-%if %{suse_version} > 1010
-BuildRequires:  libqt4 libqt4-devel
-%else
-BuildRequires:  freetype2-devel libpng-devel qt qt-devel
-%endif 
 %if %{suse_version} > 1030
 BuildRequires:  libexpat-devel rpm-devel
 %endif
 %if %{suse_version} > 1030 && %{suse_version} <= 1130
-BuildRequires:  libsatsolver-devel
+BuildRequires:  libsatsolver-devel swig
 %endif
 %if %{suse_version} > 1140
 BuildRequires:  btrfsprogs perl-Test-Unit squashfs
@@ -69,7 +64,7 @@
 %endif
 %endif
 Summary:        OpenSuSE - KIWI Image System
-Version:        4.98.15
+Version:        5.01.6
 Release:        1
 Group:          System/Management
 License:        GPLv2
@@ -194,7 +189,12 @@
 %package -n kiwi-desc-vmxboot
 License:        GPLv2+
 Requires:       kiwi = %{version}
+%if 0%{?suse_version}
 Requires:       multipath-tools parted
+%else if 0%{?rhel_version}
+Requires:       device-mapper-multipath parted
+%endif
+
 %ifarch %ix86 x86_64
 Requires:       grub
 %endif
@@ -254,7 +254,12 @@
 Requires:       qemu
 %endif
 %endif
+%if 0%{?suse_version}
 Requires:       multipath-tools parted
+%else if 0%{?rhel_version}
+Requires:       device-mapper-multipath parted
+%endif
+
 %ifarch %ix86 x86_64
 Requires:       grub
 %endif
@@ -308,10 +313,12 @@
 %if 0%{?suse_version} > 1120
 BuildArch:      noarch
 %endif
+%if 0%{?suse_version}
 Recommends:     busybox
 Recommends:     atftp
 Recommends:     gfxboot
 Recommends:     memtest86+
+%endif
 
 %description -n kiwi-media-requires
 This package recommends a set of packages which should be part of
@@ -508,8 +515,10 @@
 %dir %{_datadir}/kiwi/image/vmxboot
 %doc %{_datadir}/kiwi/image/vmxboot/README
 %{_datadir}/kiwi/image/vmxboot/suse*
+%ifarch %ix86 x86_64
 %{_datadir}/kiwi/image/vmxboot/rhel*
 %endif
+%endif
 
 %ifarch %ix86 x86_64 ppc ppc64 s390 s390x
 

++++++ 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 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/system/repo/armv7l/README 
new/system/repo/armv7l/README
--- old/system/repo/armv7l/README       1970-01-01 01:00:00.000000000 +0100
+++ new/system/repo/armv7l/README       2011-12-05 18:00:52.000000000 +0100
@@ -0,0 +1,4 @@
+# /.../
+# put the packages you need to provide with kiwi
+# for the appropriate architecture here
+# ---

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

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

Reply via email to