diff --git a/libvirt.spec b/libvirt.spec index e0596dbb62e3e68aeedc5d025a97264e808cbe8e..ded43e74c30bb5f9c291536c48f613eeec0d2c25 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