Hello community, here is the log from the commit of package kiwi for openSUSE:Factory checked in at 2016-04-28 20:29:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-04-08 09:38:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes 2016-04-28 20:29:42.000000000 +0200 @@ -1,0 +2,65 @@ +Mon Apr 18 10:43:15 CEST 2016 - [email protected] + +- v7.03.67 released + +------------------------------------------------------------------- +Mon Apr 18 10:41:04 CEST 2016 - [email protected] + +- Add part_msdos module for self build EFI image + + On ARM we have a few hooks in kiwi that allow us to adapt the + resulting image to target boards. On some systems, we need to + install the firmware to hardware specified sector offsets on + the image target (sd card). + + Unfortunately some systems demand firmware at sector 1 which is + where the GPT would usually reside. So we need to use an MBR partition + layout. + + We can convert the GPT into an MBR using gdisk in our ARM scripts, + but at that point grub2 would have to be able to interpret the MBR + as well. So we need the "msdos_part" module included (bnc#975898) + +------------------------------------------------------------------- +Mon Apr 18 10:36:40 CEST 2016 - [email protected] + +- Follow up fix for not writing grub.cfg to EFI dir + + With the move to grub2-install and also shim-install + the static copy of the grub configuration into the + EFI boot directory became obsolete (bnc#968270) + +------------------------------------------------------------------- +Mon Apr 11 10:47:06 CEST 2016 - [email protected] + +- v7.03.66 released + +------------------------------------------------------------------- +Mon Apr 11 10:44:30 CEST 2016 - [email protected] + +- Fixed kiwi-pxeboot package setup + + The package was marked noarch but has architecture dependant + requirements. Therefore it can't be marked noarch (bnc#974651) + +------------------------------------------------------------------- +Mon Apr 11 10:40:51 CEST 2016 - [email protected] + +- Fixed oem and vmx buildservice boot requires + + The packages kiwi-desc-oemboot-requires and kiwi-desc-vmxboot-requires + did not explicitly require grub2 or the architecture specific efi module + packages for the arm architectures. The requirement was added by the + contents of the arm boot image descriptions. However those packages + will not be part of the boot image descriptions in the near future + and thus the buildservice needs them to be referenced explicitly + in the spec file + +------------------------------------------------------------------- +Mon Apr 11 08:35:23 CEST 2016 - [email protected] + +- Translated using Weblate (Greek) + + Currently translated at 89.2% (25 of 28 strings) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiwi.spec ++++++ --- /var/tmp/diff_new_pack.RXDQiA/_old 2016-04-28 20:29:44.000000000 +0200 +++ /var/tmp/diff_new_pack.RXDQiA/_new 2016-04-28 20:29:44.000000000 +0200 @@ -27,7 +27,7 @@ Name: kiwi License: GPL-2.0 Group: System/Management -Version: 7.03.65 +Version: 7.03.67 Provides: kiwi-schema = 6.2 Provides: kiwi-image:aci Provides: kiwi-image:lxc @@ -310,9 +310,6 @@ %endif License: GPL-2.0+ Group: System/Management -%if 0%{?suse_version} > 1120 -BuildArch: noarch -%endif %description -n kiwi-pxeboot This package contains the basic PXE directory structure which is @@ -440,18 +437,24 @@ %ifarch s390 s390x Requires: s390-tools %endif -%ifarch %ix86 x86_64 +%ifarch %ix86 x86_64 %arm aarch64 %if 0%{?suse_version} < 1315 && 0%{?rhel_version} < 700 && 0%{?centos_version} < 700 Requires: grub %endif %if 0%{?suse_version} >= 1220 || 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 Requires: grub2 +%endif %ifarch x86_64 Requires: grub2-x86_64-efi %endif %ifarch %ix86 Requires: grub2-i386-efi %endif +%ifarch aarch64 +Requires: grub2-arm64-efi +%endif +%ifarch %arm +Requires: grub2-arm-efi %endif %endif License: GPL-2.0+ @@ -557,20 +560,27 @@ %ifarch s390 s390x Requires: s390-tools %endif -%ifarch %ix86 x86_64 +%ifarch %ix86 x86_64 %arm aarch64 %if 0%{?suse_version} < 1315 && 0%{?rhel_version} < 700 && 0%{?centos_version} < 700 Requires: grub %endif %if 0%{?suse_version} >= 1220 || 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 Requires: grub2 +%endif %ifarch x86_64 Requires: grub2-x86_64-efi %endif %ifarch %ix86 Requires: grub2-i386-efi %endif +%ifarch aarch64 +Requires: grub2-arm64-efi %endif +%ifarch %arm +Requires: grub2-arm-efi %endif +%endif + Summary: KIWI - buildservice package requirements for oemboot License: GPL-2.0+ Group: System/Management ++++++ kiwi-docu.tar.bz2 ++++++ ++++ 18075 lines of diff (skipped) ++++++ 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 2016-01-01 17:37:14.000000000 +0100 +++ new/kiwi/.revision 2016-03-10 16:36:42.000000000 +0100 @@ -1 +1 @@ -ebe9e4cb587b26a8c6e8731b1ad744d7802dfb0f +24db6c8a171001a4a8988e92d19116804f5f9c56 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/locale/el/LC_MESSAGES/kiwi.po new/kiwi/locale/el/LC_MESSAGES/kiwi.po --- old/kiwi/locale/el/LC_MESSAGES/kiwi.po 2016-04-05 14:12:41.000000000 +0200 +++ new/kiwi/locale/el/LC_MESSAGES/kiwi.po 2016-04-11 10:47:28.000000000 +0200 @@ -8,8 +8,8 @@ "Project-Id-Version: @PACKAGE@\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-07-27 16:23+0200\n" -"PO-Revision-Date: 2016-03-26 23:53+0000\n" -"Last-Translator: Efstathios Iosifidis <[email protected]>\n" +"PO-Revision-Date: 2016-04-11 08:35+0000\n" +"Last-Translator: alexandros Vennos <[email protected]>\n" "Language-Team: Greek <http://l10n.opensuse.org/projects/kiwi/master/el/>\n" "Language: el\n" "MIME-Version: 1.0\n" @@ -79,7 +79,7 @@ msgstr "Έξοδος" msgid "Bootloader installation has failed" -msgstr "" +msgstr "Η εγκατάσταση του Bootloader απέτυχε" msgid "" "The system will not be able to reboot. Please make sure to fixup and install " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm --- old/kiwi/modules/KIWIBoot.pm 2016-03-30 09:58:08.000000000 +0200 +++ new/kiwi/modules/KIWIBoot.pm 2016-04-18 10:40:30.000000000 +0200 @@ -3670,7 +3670,7 @@ push @bios_core_modules, qw /biosdisk vga vbe multiboot/; } my @efi_core_modules = ( - 'part_gpt','efi_gop' + 'part_gpt','efi_gop','part_msdos' ); my @ofw_core_modules = ( 'ofnet','part_gpt','part_msdos' @@ -4777,14 +4777,6 @@ } } $FD -> close(); - #========================================== - # copy grub2 config file to efi path too - #------------------------------------------ - if (($firmware eq "efi") || ($firmware eq "uefi")) { - KIWIQX::qxx ( - "cp $tmpdir/boot/$config/grub.cfg $tmpdir/EFI/BOOT 2>&1" - ); - } $kiwi -> done(); } #========================================== 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 2016-04-06 11:05:50.000000000 +0200 +++ new/kiwi/modules/KIWIGlobals.pm 2016-04-18 10:43:09.000000000 +0200 @@ -2016,7 +2016,7 @@ # Globals (generic) #------------------------------------------ my %data; - $data{Version} = "7.03.65"; + $data{Version} = "7.03.67"; $data{Publisher} = "SUSE LINUX GmbH"; $data{Preparer} = "KIWI - http://opensuse.github.com/kiwi"; $data{ConfigName} = "config.xml";
