- Bump version: 9.13.0 → 9.13.1

- Only delete sub path if not empty
  

  
- Fixed package lists for azure and ec2 build tests
  

  
- 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
  

  
- Cleanup config functions shell coding
  

  
- Delete obsolete/unused methods
  

  
- Add functions.sh to shellcheck

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=91
This commit is contained in:
Marcus Schaefer 2018-02-27 07:34:49 +00:00 committed by Git OBS Bridge
parent 43ffa8a57e
commit 7be0c8744d
3 changed files with 127 additions and 4 deletions

View File

@ -1,8 +1,131 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Feb 16 11:58:16 CET 2018 - ms@suse.de
- Bump version: 9.12.9 → 9.13.0
-------------------------------------------------------------------
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>
-------------------------------------------------------------------
Thu Feb 15 14:46:21 CET 2018 - ms@suse.de

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88228d64535966630b7fed29472df59e53a27ee4eedf85821ec38b0c20988682
size 509673
oid sha256:22d22aa83bb17ec78ff441f89f1dd795329e71c682dbaa3e2717f519a18263d6
size 509168