commit python-kiwi for openSUSE:Factory
Hello community, here is the log from the commit of package python-kiwi for openSUSE:Factory checked in at 2018-03-01 12:00:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwi (Old) and /work/SRC/openSUSE:Factory/.python-kiwi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-kiwi" Thu Mar 1 12:00:51 2018 rev:21 rq:580511 version:9.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes 2018-02-21 14:10:26.960397973 +0100 +++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 2018-03-01 12:00:59.736764616 +0100 @@ -1,0 +2,109 @@ +Mon Feb 26 17:46:55 CET 2018 - ms@suse.de + +- Bump version: 9.13.0 → 9.13.1 + +------------------------------------------------------------------- +Mon Feb 26 17:30:15 CET 2018 - ms@suse.de + +- Only delete sub path if not empty + +------------------------------------------------------------------- +Mon Feb 26 17:29:30 CET 2018 - ms@suse.de + +- Fixed package lists for azure and ec2 build tests + +------------------------------------------------------------------- +Mon Feb 26 16:34:45 CET 2018 - ms@suse.de + +- Reference commit for bugzilla + + With regards to the changes done in Issue #637 this commit + just creates a reference to a related bug bsc#1082163 + +------------------------------------------------------------------- +Fri Feb 23 16:00:06 CET 2018 - ms@suse.de + +- Cleanup config functions shell coding + +------------------------------------------------------------------- +Fri Feb 23 11:37:58 CET 2018 - ms@suse.de + +- Delete obsolete/unused methods + +------------------------------------------------------------------- +Fri Feb 23 11:37:43 CET 2018 - ms@suse.de + +- Add functions.sh to shellcheck + +------------------------------------------------------------------- +Fri Feb 23 10:09:11 CET 2018 - ms@suse.de + +- Added doc page how to setup yast on firstboot + +------------------------------------------------------------------- +Thu Feb 22 14:42:30 CET 2018 - ms@suse.de + +- Allow arch attribute for profiles specification + + A profile could be relevant for only a specific architecture. + There was no way to express that in the XML description. With + the change in this commit a specification like the following + is possible: + + <profiles> + <profile name="A" description="..." arch="aarch64"/> + <profile name="B" description="..." + </profiles> + + Profile A is only usable on the aarch64 architecture, whereas + profile B would be usable on all architectures. + + * Selecting an arch specific profile from the commandline via + the --profile option on a system which is not of that architecture + will result in an error message. + + * Using the import="true" attribute in the <profile> definition + for an arch specific profile will cause the import of that + profile only on that architecture and silently ignore the + import on any other architecture + + This Fixes #637 + +------------------------------------------------------------------- +Thu Feb 22 09:54:04 CET 2018 - ms@suse.de + +- Update build-test descriptions for Kanku + + As part of the buildservice there is now also a CI system called Kanku + which allows for image boot/run tests. The only requirement on the image + level which is missing in our build test descriptions is the setup of + the serial console. This patch updates those image descriptions which + could be tested by kanku to provide a serial console at boot time. + + The plan is that our build-test images automatically gets boot tested + by the Kanku CI. This should include boot, console-login, reboot, + console login, shutdown. The required job description to do this + needs to be worked out together with the Kanku team + +------------------------------------------------------------------- +Tue Feb 20 17:57:18 CET 2018 - dcassany@suse.com + +- Adding publisher attribute for ISOs + + This commit adds the 'publisher' attribute in type only for + ISO image type. It sets the publisher name of the resulting ISO. + + Fixes #630 + +------------------------------------------------------------------- +Tue Feb 20 14:56:11 CET 2018 - ms@suse.de + +- Fixed yum vs. yum-deprecated binary lookup + + When using the yum package manager it could be either provided + as yum or yum-deprecated binary. Because of this the search + method to find the binary needs to know the context from which + the call is performed. This could be either the host system + or the created image root. This Fixes #624 + +------------------------------------------------------------------- @@ -4,0 +114,14 @@ + +------------------------------------------------------------------- +Fri Feb 16 11:24:41 CET 2018 - agraf@suse.de + +- Do not emit linuxefi/initrdefi on non-x86 platforms + + Grub wants to have linuxefi/initrdefi commands to execute Linux via the UEFI + calling convention on x86. However, all other platforms simply use the normal + linux/initrd commands, because there grub assumes that an EFI grub wants to + run an EFI payload. + + Reflect this architecture difference in the generated grub configuration. + + Signed-off-by: Alexander Graf <agraf@suse.de> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwi.spec ++++++ --- /var/tmp/diff_new_pack.gwaKqf/_old 2018-03-01 12:01:00.956720602 +0100 +++ /var/tmp/diff_new_pack.gwaKqf/_new 2018-03-01 12:01:00.960720457 +0100 @@ -38,7 +38,7 @@ %endif Name: python-kiwi -Version: 9.13.0 +Version: 9.13.1 Provides: kiwi-schema = 6.6 Release: 0 Url: https://github.com/SUSE/kiwi ++++++ python-kiwi.tar.gz ++++++ ++++ 2175 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de