diff --git a/debian/changelog b/debian/changelog index 7fd97b81..64d364ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libvirt (10.7.0+really9.10.0-1deepin21) unstable; urgency=medium + + * Redirect libvirt-guests service output to journal to suppress console + * error messages during shutdown + + -- xinpeng.wang Mon, 22 Jun 2026 15:18:41 +0800 + libvirt (10.7.0+really9.10.0-1deepin20) unstable; urgency=medium * Fix dependency issues: diff --git a/debian/patches/series b/debian/patches/series index 9808e318..8fb2627d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -17,3 +17,4 @@ add-loongarch64-arch-support.patch fix-virtio-iommu-test-expected-output.patch enable-acpi-for-loongarch-virt.patch fix-libssh-deprecated-exit-status.patch +uniontech-remove-libvirt-guests-log.patch diff --git a/debian/patches/uniontech-remove-libvirt-guests-log.patch b/debian/patches/uniontech-remove-libvirt-guests-log.patch new file mode 100644 index 00000000..5e7462c9 --- /dev/null +++ b/debian/patches/uniontech-remove-libvirt-guests-log.patch @@ -0,0 +1,13 @@ +Index: deepin-libvirt/tools/libvirt-guests.service.in +=================================================================== +--- deepin-libvirt.orig/tools/libvirt-guests.service.in ++++ deepin-libvirt/tools/libvirt-guests.service.in +@@ -23,6 +23,8 @@ Type=oneshot + RemainAfterExit=yes + StandardOutput=journal+console + TimeoutStopSec=0 ++StandardOutput=journal ++StandardError=journal + + [Install] + WantedBy=multi-user.target