diff --git a/libvirt-po-Refresh-translation-for-running-state.patch b/libvirt-po-Refresh-translation-for-running-state.patch new file mode 100644 index 0000000000000000000000000000000000000000..cdfdc94df14bb47924c589546324a5b5c018ec7f --- /dev/null +++ b/libvirt-po-Refresh-translation-for-running-state.patch @@ -0,0 +1,26 @@ +From 1ee32e1abe3a9ed5213ba8854b406a335ee78333 Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Mon, 6 Jan 2020 06:58:14 +0200 +Subject: [PATCH] po: Refresh translation for running state + +Signed-off-by: Xu Yandong +--- + po/zh_CN.mini.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/zh_CN.mini.po b/po/zh_CN.mini.po +index 2917446..a5b3814 100644 +--- a/po/zh_CN.mini.po ++++ b/po/zh_CN.mini.po +@@ -19558,7 +19558,7 @@ msgid "rule node requires direction attribute" + msgstr "rule 节点需要 direction 属性" + + msgid "running" +-msgstr "running" ++msgstr "运行中" + + msgid "sanlock is too old to support lock failure action" + msgstr "sanlock 太旧不支持锁失败动作" +-- +2.23.0 + diff --git a/libvirt.spec b/libvirt.spec index d7682e45daad20f091a313544b7191dffff20bec..49268ec4b6aff3db93bcc0516310645e7e7ae8f3 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -114,7 +114,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 5.5.0 -Release: 5 +Release: 6 License: LGPLv2+ URL: https://libvirt.org/ @@ -168,6 +168,7 @@ Patch42: libvirt-virsh-Fix-help-for-net-port-delete.patch Patch43: libvirt-qemu-avoid-double-reservation-of-PCI-address-for-int.patch Patch44: libvirt-qemu-Forcibly-mknod-even-if-it-exists.patch Patch45: libvirt-qemu-homogenize-MAC-address-in-live-config-when.patch +Patch46: libvirt-po-Refresh-translation-for-running-state.patch @@ -1812,7 +1813,9 @@ exit 0 %changelog -* Wed Dec 25 2019 2019 Xu Yandong - 5.5.0-5 +* Mon Jan 06 2020 Xu Yandong - 5.5.0-6 +- Translate running state to chinese. +* Wed Dec 25 2019 Xu Yandong - 5.5.0-5 - cherry-pick bugfix from upstream. * Tue Dec 24 2019 Xu Yandong - 5.5.0-2 - Cherry-pick CVE-2019-11135 patches.