Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2014-02-13 06:51:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-03 11:40:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2014-02-13 06:51:26.000000000 +0100 @@ -1,0 +2,122 @@ +Mon Feb 10 17:21:07 CET 2014 - [email protected] + +- v5.06.30 released + +------------------------------------------------------------------- +Mon Feb 10 17:20:00 CET 2014 - [email protected] + +- Incorporate KIWICollect patch by [email protected] + downgrade isohybrid error to warning, this does not work + on all architectures + +------------------------------------------------------------------- +Mon Feb 10 17:12:03 CET 2014 - [email protected] + +- v5.06.29 released + +------------------------------------------------------------------- +Fri Feb 7 18:12:43 CET 2014 - [email protected] + +- handled the very special SLE 12 case for requires + +------------------------------------------------------------------- +Fri Feb 7 14:52:02 CET 2014 - [email protected] + +- v5.06.28 released + +------------------------------------------------------------------- +Fri Feb 7 14:51:34 CET 2014 - [email protected] + +- DB: rebuild schema documentation + +------------------------------------------------------------------- +Fri Feb 7 14:49:38 CET 2014 - [email protected] + +- DB: rebuild documentation + +------------------------------------------------------------------- +Fri Feb 7 13:04:25 CET 2014 - [email protected] + +- v5.06.27 released + +------------------------------------------------------------------- +Fri Feb 7 13:03:42 CET 2014 - [email protected] + +- Fixed spec file + KIWIIsoLinux-AppleFileMapping.txt was moved + +------------------------------------------------------------------- +Fri Feb 7 12:55:12 CET 2014 - [email protected] + +- v5.06.26 released + +------------------------------------------------------------------- +Fri Feb 7 12:40:25 CET 2014 - [email protected] + +- Moved KIWIIsoLinux-AppleFileMapping.txt to metadata directory + In addition change the prefix to .map + +------------------------------------------------------------------- +Fri Feb 7 12:39:49 CET 2014 - [email protected] + +- Present custom files view links in a table + +------------------------------------------------------------------- +Fri Feb 7 12:20:20 CET 2014 - [email protected] + +- Fixed .changelog helper tool + don't include conflict and merge commits + +------------------------------------------------------------------- +Thu Feb 6 08:01:34 CET 2014 - [email protected] + +- Print user/group IDs. + +------------------------------------------------------------------- +Wed Feb 5 15:19:35 CET 2014 - [email protected] + +- Added preCallInit hook call to netboot boot image descriptions + This hook already existed in oem and vmx boot images and was + still not added to netboot + +------------------------------------------------------------------- +Tue Feb 4 10:07:27 CET 2014 - [email protected] + +- Added __checkYaSTenvironment() runtime check + With this check kiwi searches the given package list for entries + starting with 'yast2' in order to make sure the user has at least + added one yast client module if either the use of autoyast or the + yast2 firstboot service was requested as part of the image + description. It has turned out that people using autoyast in + kiwi often forget to add the required YaST client packages. This + check cannot make sure that the autoyast profile works correctly, + it also does not know which client packages are required but it + at least gives a hint if no yast stack is installed + +------------------------------------------------------------------- +Tue Feb 4 09:42:47 CET 2014 - [email protected] + +- Fixed JeOS image descriptions + Added a function suseRemoveYaST which removes the yast packages + if they are not needed by e.g autoyast or firstboot service. + Replaced the unconditional remove of yast packages in all + JeOS config.sh scripts by the new function + +------------------------------------------------------------------- +Tue Feb 4 00:36:29 CET 2014 - [email protected] + +- Implementation of new analyser code. + + Refactor the existing code to run faster and removed unused + analyser code. In addition some tasks are done by shell scripts + with regards to be able to use the same code in the Alfred + project + +------------------------------------------------------------------- +Fri Jan 31 21:09:12 CET 2014 - [email protected] + +- don't limit suseInsertService to .service suffix for systemd + * The service file is now searched in several directories and + as suffix .system and .mount is allowed + +------------------------------------------------------------------- @@ -39,0 +162,5 @@ +Fri Jan 31 05:43:11 CET 2014 - [email protected] + +- Added fedora deps. + +------------------------------------------------------------------- @@ -22765,4 +22891,0 @@ - Conflicts: - - rpm/kiwi.changes - @@ -23079,4 +23201,0 @@ - - Conflicts: - - rpm/kiwi.changes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.HwZizl/_old 2014-02-13 06:51:27.000000000 +0100 +++ /var/tmp/diff_new_pack.HwZizl/_new 2014-02-13 06:51:27.000000000 +0100 @@ -17,7 +17,7 @@ #perl_verion is not defined in centos/RHEL yet -%if 0%{?rhel_version} +%if 0%{?rhel_version} || 0%{?fedora} %define perl_version %(eval "`%{__perl} -V:version`"; echo $version) %endif @@ -26,7 +26,7 @@ Summary: openSUSE - KIWI Image System License: GPL-2.0 Group: System/Management -Version: 5.06.25 +Version: 5.06.30 Release: 0 # requirements to build packages BuildRequires: diffutils @@ -116,12 +116,16 @@ # find out about the name scheme of the local system for -requieres packages # in terms of problems with this magic ask [email protected] for details %if 0%{?suse_version} +%if %suse_version == 1315 +%define mysystems suse-SLES12 suse-SLED12 +%else %if 0%{?sles_version} %define mysystems suse-SLES%{sles_version} suse-SLED%{sles_version} %else %define mysystems %(echo `export VER=%{suse_version}; echo "suse-${VER:0:2}.${VER:2:1}"`) %endif %endif +%endif %if 0%{?rhel_version} %define mysystems %(echo `VER=%{rhel_version} echo "rhel-0${VER:0:1}.${VER:1:2}"`) %endif @@ -210,8 +214,12 @@ %if 0%{?suse_version} > 1220 PreReq: shadow %else +%if 0%{?fedora} +Requires: shadow-utils +%else PreReq: pwdutils %endif +%endif %ifarch %ix86 x86_64 Requires: syslinux %endif @@ -244,7 +252,7 @@ Requires: genisoimage Requires: virt-utils %endif -%if 0%{?rhel_version} +%if 0%{?rhel_version} || 0%{?fedora} Requires: qemu-img %endif Summary: openSUSE - KIWI Image System ISO boot @@ -285,7 +293,7 @@ Requires: multipath-tools Requires: virt-utils %endif -%if 0%{?rhel_version} +%if 0%{?rhel_version} || 0%{?fedora} Requires: device-mapper-multipath Requires: qemu-img %endif @@ -373,7 +381,7 @@ Requires: multipath-tools Requires: virt-utils %endif -%if 0%{?rhel_version} +%if 0%{?rhel_version} || 0%{?fedora} Requires: device-mapper-multipath Requires: qemu-img %endif @@ -614,12 +622,13 @@ %endif %{_datadir}/kiwi/.revision %{_datadir}/kiwi/modules +%{_datadir}/kiwi/metadata %{_datadir}/kiwi/livestick %{_datadir}/kiwi/editing %{_datadir}/kiwi/locale %{_datadir}/kiwi/repo %{_datadir}/emacs/site-lisp -%exclude %{_datadir}/kiwi/modules/KIWIIsoLinux-AppleFileMapping.txt +%exclude %{_datadir}/kiwi/metadata/KIWIIsoLinux-AppleFileMapping.map %exclude %{_datadir}/kiwi/modules/KIWICollect.pm %exclude %{_datadir}/kiwi/modules/KIWIRepoMetaHandler.pm %exclude %{_datadir}/kiwi/modules/KIWIUtil.pm @@ -646,7 +655,7 @@ %files -n kiwi-instsource %defattr(-, root, root) -%{_datadir}/kiwi/modules/KIWIIsoLinux-AppleFileMapping.txt +%{_datadir}/kiwi/metadata/KIWIIsoLinux-AppleFileMapping.map %{_datadir}/kiwi/modules/KIWICollect.pm %{_datadir}/kiwi/modules/KIWIUtil.pm %{_datadir}/kiwi/modules/KIWIRepoMetaHandler.pm ++++++ 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.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
