From fea0c9d3af222aae9259bb23c959371395f60293 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 25 Jun 2025 16:43:48 +0800 Subject: [PATCH] enable and start libvirtd to fix #21809/#21727 (bugzilla) --- libvirt.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index e0596db..ded43e7 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1,4 +1,4 @@ -%define anolis_release 14 +%define anolis_release 15 %define arches_qemu_kvm x86_64 aarch64 loongarch64 sw_64 riscv64 @@ -1629,6 +1629,10 @@ getent group virtlogin >/dev/null || groupadd -r virtlogin exit 0 %endif +%post +systemctl enable libvirtd.service +systemctl start libvirtd.service + %files %files docs @@ -2160,6 +2164,9 @@ exit 0 %changelog +* Wed Jun 25 2025 mgb01105731 - 9.10.0-15 +- enable and start libvirtd to fix #21809/#21727 (bugzilla) + * Wed May 28 2025 Yanjing Zhou - 9.10.0-14 - Add new Chengdu CPU model -- Gitee