From 37f92ae699bb5eb495059403b4019d5111b1e7a67bb51d8a1b1eabf3dafd6d83 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 15 Oct 2021 21:41:12 +0000 Subject: [PATCH] - Drop 'Requires: libvirt-daemon-driver-lxc' from the main libvirt package jsc#SLE-22296 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=909 --- libvirt.changes | 7 +++++++ libvirt.spec | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 501e8d9..899f361 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 15 21:38:21 UTC 2021 - James Fehlig + +- Drop 'Requires: libvirt-daemon-driver-lxc' from the main libvirt + package + jsc#SLE-22296 + ------------------------------------------------------------------- Fri Oct 15 17:52:52 UTC 2021 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 4041bf2..b584cc9 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -148,9 +148,6 @@ Requires: %{name}-daemon-config-nwfilter = %{version}-%{release} %if %{with_libxl} Requires: %{name}-daemon-driver-libxl = %{version}-%{release} %endif -%if %{with_lxc} -Requires: %{name}-daemon-driver-lxc = %{version}-%{release} -%endif %if %{with_qemu} Requires: %{name}-daemon-driver-qemu = %{version}-%{release} %endif