forked from pool/python-kiwi
- Bump version: 9.16.19 → 9.16.20
- rebuild auto generated code with stable generateDS For some reason the xml_parse code generated by generateDS v2.29.24 caused warnings on simple type XSD patterns. Therefore I rebuild the code with the stable build version v2.29.14 which fixed that issue - Fixup README travis and codacy status badges - Adding bugfix trace for bsc#1110869 bsc#1108508 ticket was fixed with request #831 from SUSE/fix_uri_handler - Include livenet module with dmsquash-live support The upstream dracut dmsquash-live module supports network mode with the livenet module. But that module must be explicitly included and is not fetched automatically. This Fixes #827 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=122
This commit is contained in:
parent
226e2334bf
commit
4cff00908d
@ -1,6 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 09:17:25 CEST 2018 - ms@suse.de
|
||||
|
||||
- Bump version: 9.16.19 → 9.16.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 15:47:53 CEST 2018 - ms@suse.de
|
||||
|
||||
- rebuild auto generated code with stable generateDS
|
||||
|
||||
For some reason the xml_parse code generated by generateDS v2.29.24
|
||||
caused warnings on simple type XSD patterns. Therefore I rebuild
|
||||
the code with the stable build version v2.29.14 which fixed that
|
||||
issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 09:56:14 CEST 2018 - ms@suse.de
|
||||
|
||||
- Fixup README travis and codacy status badges
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 09:13:56 CEST 2018 - ms@suse.de
|
||||
|
||||
- Adding bugfix trace for bsc#1110869
|
||||
|
||||
bsc#1108508 ticket was fixed with request #831
|
||||
from SUSE/fix_uri_handler
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 20:49:44 CEST 2018 - ms@suse.de
|
||||
|
||||
- Include livenet module with dmsquash-live support
|
||||
|
||||
The upstream dracut dmsquash-live module supports network
|
||||
mode with the livenet module. But that module must be
|
||||
explicitly included and is not fetched automatically.
|
||||
This Fixes #827
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 17:12:14 CEST 2018 - ms@suse.de
|
||||
|
||||
|
||||
- Bump version: 9.16.18 → 9.16.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -8,6 +46,18 @@ Fri Oct 5 16:37:14 CEST 2018 - ms@suse.de
|
||||
|
||||
- Rename private method to be more expressive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 11:39:41 CEST 2018 - dcassany@suse.de
|
||||
|
||||
- Add Codec utils for bytes literals decoding
|
||||
|
||||
In case of a literal decoding failure it tries to decode
|
||||
the result in utf-8. This is handy in python2 environments where
|
||||
python and the host might be using different charset configurations.
|
||||
In python3 this issue seams to be solved.
|
||||
|
||||
Fixes #829 and bsc#1110871
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 11:27:49 CEST 2018 - ms@suse.de
|
||||
|
||||
@ -18,6 +68,16 @@ Fri Oct 5 11:27:49 CEST 2018 - ms@suse.de
|
||||
and also the format check on the query caused a python trace.
|
||||
This Fixes #830 and Fixes #828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 5 11:08:02 CEST 2018 - dcassany@suse.de
|
||||
|
||||
- Make use of the quiet flag of mountpoint command
|
||||
|
||||
This commit sets the use of -q flag of mountpoint. Kiwi only
|
||||
checks the return code, thus any stdout is useless in this case.
|
||||
|
||||
Fixes #829
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 05:51:40 CEST 2018 - fergal.mc.carthy@suse.com
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-kiwi
|
||||
Version: 9.16.19
|
||||
Version: 9.16.20
|
||||
Provides: kiwi-schema = 6.6
|
||||
Release: 0
|
||||
Url: https://github.com/SUSE/kiwi
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:138f3c3f2bea81ff082764635435750a7712d125b2bf5260055f6be0f3038b2a
|
||||
size 1257098
|
||||
oid sha256:1e76e3d1a981aebba858192307c9d8553877e80e8fce51ef073b105e1eb24cbe
|
||||
size 1256735
|
||||
|
Loading…
Reference in New Issue
Block a user