From 75c1043489d68f217cd9a5bc726a87aebcf3e9defb8fd7f4f3ec4d8a97185a4d Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 23 May 2019 17:20:13 +0000 Subject: [PATCH] Accepting request 705075 from home:jfehlig:branches:Virtualization - spec: add systemd-container dependency to qemu and lxc drivers bsc#1136109 OBS-URL: https://build.opensuse.org/request/show/705075 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=758 --- libvirt.changes | 6 ++++++ libvirt.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libvirt.changes b/libvirt.changes index 77af06d..5faf314 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 23 17:07:21 UTC 2019 - Jim Fehlig + +- spec: add systemd-container dependency to qemu and lxc drivers + bsc#1136109 + ------------------------------------------------------------------- Tue May 21 17:15:09 UTC 2019 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index c512450..f6964c2 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -675,6 +675,7 @@ Requires: bzip2 Requires: gzip Requires: lzop Requires: qemu +Requires: systemd-container Requires: xz %description daemon-driver-qemu @@ -688,6 +689,7 @@ Requires: %{name}-daemon = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} # There really is a hard cross-driver dependency here Requires: %{name}-daemon-driver-network = %{version}-%{release} +Requires: systemd-container %description daemon-driver-lxc The LXC driver plugin for the libvirtd daemon, providing