python-kiwi

Edit Package python-kiwi
No description set
Refresh
Refresh
Source Files
Filename Size Changed
PKGBUILD 0000002809 2.74 KB
python-kiwi-rpmlintrc 0000001857 1.81 KB
python-kiwi.changes 0001118482 1.07 MB
python-kiwi.spec 0000021765 21.3 KB
python-kiwi.tar.gz 0002199754 2.1 MB
Revision 102 (latest revision is 113)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1031379 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 102)
- Bump version: 9.24.48 → 9.24.49

- Fixed test-image-vagrant
  virtualbox-guest-tools obsoletes virtualbox-guest-x11

- ignore the type check on the Result class
  With an update of mypy the bound TypeVar is no longer allowed.
  In newer versions of python we could use the "Self" type or
  import annotations from the future module. Unfortunately in
  older python versions which we still support (3.6) there is
  no non intrusive change which allows us to handle that type
  annotation. Thus this commit ignores the return type spec
  for Result.load() for the moment.

- Stop copying /dev files statically into the OCI container
  In containers (nspawn) where part of the /dev filesystem is bind-mounted
  from outside system, kiwi fails to do the rsync (in creation of the
  nodes).
  There is no reason to actually copy whole tree inside so let's just
  not do it (as it does not seem to be needed at all).

- List riscv64 as a valid architecture in the schemas
  This is needed so that architecture filters on riscv64 specifics can
  be defined.

- Support DM integrity legacy options
  Add a new attribute integrity_legacy_hmac="true|false" which
  allows to use old flawed HMAC calculation (does not protect superblock).
  Add a new attribute integrity_legacy_padding="true|false" which
  allows to use inefficient legacy padding. Do not use these attributes
Comments 0
openSUSE Build Service is sponsored by