Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
libvirt (10.7.0+really9.10.0-1deepin19) unstable; urgency=medium

* Fix file conflict between libvirt-clients and libvirt-daemon-common
* Add Breaks/Replaces on libvirt-daemon-common in libvirt-clients
* During upgrade from 10.7.0-3deepin3, libvirt-clients tries to
overwrite /usr/bin/virt-admin which is owned by libvirt-daemon-common
* Add Breaks/Replaces on libvirt-daemon-driver-network in
libvirt-daemon and libvirt-daemon-system
* During upgrade from 10.7.0-3deepin3, libvirt-daemon tries to
overwrite /usr/lib/libvirt/libvirt_leaseshelper and
libvirt_driver_network.so which are owned by
libvirt-daemon-driver-network
* add missing trailing newline to sw64 CPU patch

-- lichenggang <lichenggang@deepin.org> Tue, 14 Apr 2026 10:00:00 +0800

libvirt (10.7.0+really9.10.0-1deepin18) unstable; urgency=medium

* Fix file conflict between libvirt-daemon-system and libvirt-daemon-
common
* Add Breaks/Replaces on libvirt-daemon-common in libvirt-daemon-
system
* During upgrade from 10.7.0-3deepin3, libvirt-daemon-system tries to
overwrite /etc/apparmor.d/usr.lib.libvirt.virt-aa-helper which is
owned by libvirt-daemon-common

-- lichenggang <lichenggang@uniontech.com> Thu, 04 Jun 2026 14:18:19 +0800

libvirt (10.7.0+really9.10.0-1deepin17) unstable; urgency=medium

* Fix package file conflict between libvirt-daemon and libvirt-daemon-common
Expand Down
13 changes: 11 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ Suggests:
libvirt-daemon (= ${binary:Version}),
libvirt-login-shell (= ${binary:Version}),
Breaks:
libvirt-common (<< 10.7.0+really9.10.0-1deepin6),
libvirt-daemon (<< 6.9.0-2~),
libvirt-daemon-common,
libvirt-daemon-driver-qemu (<< 6.9.0-2~),
libvirt-common (<< 10.7.0+really9.10.0-1deepin6),
Replaces:
libvirt-daemon (<< 6.9.0-2~),
libvirt-common (<< 10.7.0+really9.10.0-1deepin6),
libvirt-daemon (<< 6.9.0-2~),
libvirt-daemon-common,
libvirt-daemon-driver-qemu (<< 6.9.0-2~),
Description: Programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
Expand Down Expand Up @@ -166,10 +169,12 @@ Breaks:
libvirt-clients (<< 6.9.0-2~),
libvirt-daemon-common,
libvirt-daemon-driver-lxc (<< 6.9.0-2~),
libvirt-daemon-driver-network (<< 10.7.0+really9.10.0-1deepin17),
libvirt-daemon-system (<< 6.9.0-3~),
libvirt-sanlock (<< 6.9.0-2~),
Replaces:
libvirt-daemon-common,
libvirt-daemon-driver-network (<< 10.7.0+really9.10.0-1deepin17),
libvirt-daemon-system (<< 6.9.0-3~),
Description: Virtualization daemon
Libvirt is a C toolkit to interact with the virtualization capabilities
Expand Down Expand Up @@ -363,8 +368,12 @@ Suggests:
zfsutils,
Breaks:
libvirt-common (<< 10.7.0+really9.10.0-1deepin6),
libvirt-daemon-common,
libvirt-daemon-driver-network (<< 10.7.0+really9.10.0-1deepin17),
Replaces:
libvirt-common (<< 10.7.0+really9.10.0-1deepin6),
libvirt-daemon-common,
libvirt-daemon-driver-network (<< 10.7.0+really9.10.0-1deepin17),
Description: Libvirt daemon configuration files
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
Expand Down
2 changes: 1 addition & 1 deletion debian/patches/fix-sw64-cpu-update-signature.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Signed-off-by: lichenggang <lichenggang@uniontech.com>
- virCPUFeaturePolicy removedPolicy G_GNUC_UNUSED)
+ bool relative ATTRIBUTE_UNUSED)
{
g_autoptr(virCPUDef) updated = NULL;
g_autoptr(virCPUDef) updated = NULL;
Loading