From 4e2aab98a2379bbaa5c07a1ce4530edaab1cbbc0 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Jul 13 2016 16:50:00 +0000 Subject: Add deps on systemd-container --- diff --git a/libvirt.spec b/libvirt.spec index f170d52..6d40b85 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -619,6 +619,9 @@ Requires: gzip Requires: bzip2 Requires: lzop Requires: xz +%if 0%{?fedora} >= 24 +Requires: systemd-container +%endif %description daemon-driver-qemu The qemu driver plugin for the libvirtd daemon, providing @@ -634,6 +637,9 @@ Group: Development/Libraries Requires: libvirt-daemon = %{version}-%{release} # There really is a hard cross-driver dependency here Requires: libvirt-daemon-driver-network = %{version}-%{release} +%if 0%{?fedora} >= 24 +Requires: systemd-container +%endif %description daemon-driver-lxc The LXC driver plugin for the libvirtd daemon, providing