mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
rpm: libvirt-daemon-driver-libxl must obsolete libvirt-daemon-driver-xen
Snce the xen driver was deleted we need to ensure that the old libvirt-daemon-driver-xen sub-RPM gets removed on upgrade. We achieve this my making libvirt-daemon-driver-libxl obsolete it. We don't add a Provides: too, because libvirt-daemon-driver-libxl is not a functionally identical replacement, since we don't want to satisfy deps for 3rd party apps that have a Requires on the libvirt-daemon-driver-xen RPM. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
12fd47bced
commit
9d3859d9d7
@ -841,6 +841,7 @@ VirtualBox
|
||||
Summary: Libxl driver plugin for the libvirtd daemon
|
||||
Group: Development/Libraries
|
||||
Requires: libvirt-daemon = %{version}-%{release}
|
||||
Obsoletes: libvirt-daemon-driver-xen < 4.3.0
|
||||
|
||||
%description daemon-driver-libxl
|
||||
The Libxl driver plugin for the libvirtd daemon, providing
|
||||
|
Loading…
x
Reference in New Issue
Block a user