spec: pull in systemd-nspawn
The composer-tests use systemd-nspawn, so make sure the `*-tests` RPM depends on `systemd-container`. Right now this dependency is recursively fulfilled by the `osbuild` RPM. However, this might change if we switch to `bubblewrap` as a sandbox. Furthermore, we should not fulfill our dependencies recursively, but list them directly.
This commit is contained in:
parent
2beb4e0a2b
commit
cdcf212a52
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ Requires: composer-cli
|
|||
Requires: createrepo_c
|
||||
Requires: genisoimage
|
||||
Requires: qemu-kvm-core
|
||||
Requires: systemd-container
|
||||
%ifarch %{arm}
|
||||
Requires: edk2-aarch64
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue