diff --git a/Fix-the-translation-problem-of-libvirtd.policy-s-prompts.patch b/Fix-the-translation-problem-of-libvirtd.policy-s-prompts.patch new file mode 100644 index 0000000000000000000000000000000000000000..dacb0bf5cf92476e548d4a801e9653ae06d0f56a --- /dev/null +++ b/Fix-the-translation-problem-of-libvirtd.policy-s-prompts.patch @@ -0,0 +1,44 @@ +From a9066237e92ecf8461e8b157e4b61160487847aa Mon Sep 17 00:00:00 2001 +From: lizhanchun +Date: Thu, 8 Aug 2024 13:48:31 +0800 +Subject: [PATCH] Fix the translation problem of libvirtd.policy's prompts + +--- + src/remote/libvirtd.policy | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +diff --git a/src/remote/libvirtd.policy b/src/remote/libvirtd.policy +index e834d24..94566f8 100644 +--- a/src/remote/libvirtd.policy ++++ b/src/remote/libvirtd.policy +@@ -27,7 +27,13 @@ License along with this library. If not, see + + + Monitor local virtualized systems ++ 監控本地虛擬化系統 ++ 監控本地虛擬化系統 ++ 监控本地虚拟化系统 + System policy prevents monitoring of local virtualized systems ++ 系統策略禁止監控本地虛擬化系統 ++ 系統策略禁止監控本地虛擬化系統 ++ 系统策略禁止监控本地虚拟化系统 + + +@@ -39,7 +45,13 @@ License along with this library. If not, see + + + Manage local virtualized systems ++ 管理本地虛擬化系統 ++ 管理本地虛擬化系統 ++ 管理本地虚拟化系统 + System policy prevents management of local virtualized systems ++ 系統策略禁止管理本地虛擬化系統 ++ 系統策略禁止管理本地虛擬化系統 ++ 系统策略禁止管理本地虚拟化系统 + + +-- +2.33.0 + diff --git a/libvirt.spec b/libvirt.spec index fef065b936457907899cc00fb48601dfdf3bf0af..d8cad925b4c6d32eca237c77a4f59bbeb784edae 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -262,7 +262,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 -Release: 9 +Release: 10 License: LGPLv2+ URL: https://libvirt.org/ @@ -315,6 +315,7 @@ Patch0041: remote-check-for-negative-array-lengths-before-alloc.patch Patch0042: hotpatch-if-hotpatch_path-not-in-qemu.conf-the-hotpa.patch Patch0043: remote_driver-Restore-special-behavior-of-remoteDoma.patch Patch0044: rpc-ensure-temporary-GSource-is-removed-from-client-.patch +Patch0045: Fix-the-translation-problem-of-libvirtd.policy-s-prompts.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -2606,6 +2607,9 @@ exit 0 %endif %changelog +* Thu Aug 8 2024 lizhanchun - 9.10.0-10 +- Fix the translation problem of libvirtd.policy's prompts. + * Fri May 24 2024 jiangjiacheng - 9.10.0-9 - rpc: ensure temporary GSource is removed from client event loop