- Bump version: 9.4.2 → 9.4.3

- Fixed checksum file creation
  
  If the checksum should be created from a compressed file
  it is expected that the checksum of the uncompressed file
  is added to the checksum file. This is because in a pxe
  deployment the uncompressed version of the file is put
  on disk and compared with the reference information in
  the checksum file
  

  
- Refactor ip link detection
  
  There is no reliable way to check if a link is unplugged, thus
  the code has changed into the following workflow
  
  1. use interfaces which returns success on ip link set up
  2. wait for the UP state on all of these interfaces and return
  if one of them enters the UP state
  3. call a fixed wait state to allow to kernel network drivers
  to settle
  4. run through all remaining interfaces, discover the link
  state and call a DHCP discovery

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=15
This commit is contained in:
Marcus Schaefer 2017-03-21 17:20:17 +00:00 committed by Git OBS Bridge
parent 17e286e940
commit 0189e869ab
3 changed files with 37 additions and 4 deletions

View File

@ -1,6 +1,39 @@
-------------------------------------------------------------------
Tue Mar 21 18:13:09 CET 2017 - ms@suse.com
- Bump version: 9.4.2 → 9.4.3
-------------------------------------------------------------------
Tue Mar 21 17:31:05 CET 2017 - ms@suse.com
- Fixed checksum file creation
If the checksum should be created from a compressed file
it is expected that the checksum of the uncompressed file
is added to the checksum file. This is because in a pxe
deployment the uncompressed version of the file is put
on disk and compared with the reference information in
the checksum file
-------------------------------------------------------------------
Tue Mar 21 11:10:50 CET 2017 - ms@suse.com
- Refactor ip link detection
There is no reliable way to check if a link is unplugged, thus
the code has changed into the following workflow
1. use interfaces which returns success on ip link set up
2. wait for the UP state on all of these interfaces and return
if one of them enters the UP state
3. call a fixed wait state to allow to kernel network drivers
to settle
4. run through all remaining interfaces, discover the link
state and call a DHCP discovery
-------------------------------------------------------------------
Mon Mar 20 12:55:25 CET 2017 - ms@suse.com
- Bump version: 9.4.1 → 9.4.2
-------------------------------------------------------------------

View File

@ -67,7 +67,7 @@
%endif
Name: python-kiwi
Version: 9.4.2
Version: 9.4.3
Release: 0
Provides: kiwi-schema = 6.5
Url: https://github.com/SUSE/kiwi

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce7873e4d953fae6d3e26824696dcb052ae281f0e3f630337cfcb75b895b7ee2
size 2843570
oid sha256:87596e39c606bb0d703ef8c79606aa2ba24f03abac75c83ae2348da8a5e88724
size 2824524