This commit fixes the symlink creation for `/var/lib/rpm`. More specific for derived container images in which the base root tree already included the `/var/lib/rpm` the link, the `ln` command was creating a symlink inside the `/var/lib/rpm` folder givent that it was following the already existing symlink. Adding the `--no-target-directory` force `ln` command to treat `/var/lib/rpm` path as the fully qualified symlink name. Fixes bsc#1176977 |
||
|---|---|---|
| .. | ||
| template | ||
| __init__.py | ||
| apt_test.py | ||
| base_test.py | ||
| dnf_test.py | ||
| init_test.py | ||
| pacman_test.py | ||
| zypper_test.py | ||