SHA256
1
0
forked from pool/python-kiwi

- Bump version: 9.10.1 → 9.10.2

- Fixup XSL stylesheet v6.7
  
  Apply templates matching all processing instructions in
  order to match <section>text</section>
  

  
- Rebuild schema documentation
  

  
- Remove xml_state.get_build_type_mediacheck method
  
  The method was not needed since a direct call to
  xml_state.build_type.get_mediacheck was already producing an
  equivalent output (True, False or None), where 'None' can be
  easily treated in the same way as False.
  

  
- Add runtimecheck for mediacheck attribute on non x86 hosts
  
  This commit rearranges some method and variable names and includes
  a new runtimecheck to ensure the mediacheck attribute is not set
  when building non x86 images.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=47
This commit is contained in:
Marcus Schaefer 2017-07-28 13:02:18 +00:00 committed by Git OBS Bridge
parent 22835834a7
commit 11065a05a7
3 changed files with 116 additions and 5 deletions

View File

@ -1,6 +1,117 @@
-------------------------------------------------------------------
Fri Jul 28 13:53:59 CEST 2017 - ms@suse.de
- Bump version: 9.10.1 → 9.10.2
-------------------------------------------------------------------
Thu Jul 27 17:19:32 CEST 2017 - ms@suse.de
- Fixup XSL stylesheet v6.7
Apply templates matching all processing instructions in
order to match <section>text</section>
-------------------------------------------------------------------
Thu Jul 27 16:54:08 CEST 2017 - ms@suse.de
- Rebuild schema documentation
-------------------------------------------------------------------
Thu Jul 27 15:33:43 CEST 2017 - dcassany@suse.com
- Remove xml_state.get_build_type_mediacheck method
The method was not needed since a direct call to
xml_state.build_type.get_mediacheck was already producing an
equivalent output (True, False or None), where 'None' can be
easily treated in the same way as False.
-------------------------------------------------------------------
Thu Jul 27 14:09:29 CEST 2017 - dcassany@suse.com
- Add runtimecheck for mediacheck attribute on non x86 hosts
This commit rearranges some method and variable names and includes
a new runtimecheck to ensure the mediacheck attribute is not set
when building non x86 images.
Patch related to bsc#1049304
-------------------------------------------------------------------
Thu Jul 27 09:19:22 CEST 2017 - ms@suse.de
- Auto update image descriptions to schema v6.7
-------------------------------------------------------------------
Thu Jul 27 09:10:13 CEST 2017 - ms@suse.de
- Update schema to version v6.7
Cleanup of the schema, delete obsolete and unused attributes
and sections. Details of the change can be found in the
conversion stylesheet convert66to67.xsl
-------------------------------------------------------------------
Thu Jul 27 08:58:36 CEST 2017 - ms@suse.de
- Add XSL stylesheet to convert from v6.6 to v6.7
Delete the following obsolete and unhandled attributes and sections
* <image ... kiwirevision="..."/>
* <type ... checkprebuilt="..."/>
* <type ... fsnocheck="..."/>
* <repository ... status="..."/>
* <repository ... prefer-license="..."/>
* <package replaces="..."/>
* <defaultprebuilt>
* <defaultdestination>
* <defaultroot>
* <partitioner>
* <rpm-force>
-------------------------------------------------------------------
Wed Jul 26 15:42:41 CEST 2017 - dcassany@suse.com
- Adding mediacheck menu entry for liveCDs
This commit adds the checkiso attribute in type tag, only available for
iso image types. Checkiso is boolean that determines the presence of0
a Mediacheck menu entry or not in the bootloader.
This patch is related to bsc#1049304
-------------------------------------------------------------------
Tue Jul 25 16:58:29 CEST 2017 - ms@suse.de
- Fixup encoding handling for profile file
If an element like displayname or oem-boot-title contains
characters outside of the ascii table this causes trouble
when kiwi writes out the profile file and the code is called
through python2. The reason here is that the default encoding
on write() (and other methods) is set to ascii in python2
and when it receives unicode characters outside of the
ascii spec a UnicodeEncodeError is thrown. Now all of kiwi
is using Unicode which means this does not produce a problem
when calling the code through python3 because the default
encoding is utf-8 there. This patch introduces a method
which allows to change python's default encoding and calls
it at the code point where we write the profile because we
got unicode and we want to write unicode in any case.
This fixes at least one situation for python2-kiwi to
allow the use of non ascii characters in the XML setup.
If other places will be found the same approach should allow
to fix it for python2
-------------------------------------------------------------------
Tue Jul 25 14:02:21 CEST 2017 - Jellyfrog@users.noreply.github.com
- Fix RHEL spec check
-------------------------------------------------------------------
Tue Jul 25 12:16:05 CEST 2017 - ms@suse.de
- Bump version: 9.10.0 → 9.10.1
-------------------------------------------------------------------

View File

@ -73,7 +73,7 @@
%endif
Name: python-kiwi
Version: 9.10.1
Version: 9.10.2
Release: 0
Provides: kiwi-schema = 6.6
Url: https://github.com/SUSE/kiwi
@ -223,7 +223,7 @@ Requires: gdisk
Requires: qemu-img
Requires: squashfs-tools
%endif
%if 0%{?rhel} < 8
%if 0%{?rhel} && 0%{?rhel} < 8
Requires: yum
Provides: kiwi-packagemanager:yum
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72fe37da4ba82d7763f6c8a7312418209c02f35984a7c92983ee0bdb396e1aeb
size 3533693
oid sha256:88013c56cb783e955545163c161f0f4cf00f6dc661dc2ed0c78aaade9e28fd70
size 3369702