retry `postinst configure` with second parameter '0' As described in #2956 some newer postinst scripts like the one of libselinux1 fail when called without the second parameter. On the other hand it turned out that older versions like libgcrypt20 in Debian 12 fail installation if the get a second paramter because of faulty implmentation. With this patch kiwi calls it the old way without a second parameter and retries with 0 as old version if it fails on the first attempt. * Update unit tests --------- Co-authored-by: Marcus Schäfer <marcus.schaefer@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| apk_test.py | ||
| apt_test.py | ||
| base_test.py | ||
| dnf4_test.py | ||
| dnf5_test.py | ||
| init_test.py | ||
| microdnf_test.py | ||
| pacman_test.py | ||
| zypper_test.py | ||