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:
David Rheinsberg 2020-07-16 14:51:45 +02:00 committed by Major Hayden
parent 2beb4e0a2b
commit cdcf212a52

View file

@ -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