diff --git a/anaconda.spec b/anaconda.spec index 8abb5d5..dc1c8c2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -4,7 +4,7 @@ %endif Name: anaconda Version: 33.19 -Release: 36 +Release: 37 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -130,6 +130,8 @@ Patch9027: bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-do Patch6079: backport-dracut-handle-compressed-kernel-modules.patch Patch6080: backport-network-use-separate-main-conext-for-NM-client-in-threads.patch +Patch9028: bugfix-translate-the-prompt-information-of-hostname-.patch + %define dbusver 1.2.3 %define dnfver 3.6.0 %define dracutver 034-7 @@ -342,6 +344,12 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Tue Dec 13 2022 yaoguangzhong - 33.19-37 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:translate the prompt information of hostname into Chinese + * Mon Nov 21 2022 sunhai - 33.19-36 - Type:bugfix - ID:NA diff --git a/bugfix-translate-the-prompt-information-of-hostname-.patch b/bugfix-translate-the-prompt-information-of-hostname-.patch new file mode 100644 index 0000000..700e194 --- /dev/null +++ b/bugfix-translate-the-prompt-information-of-hostname-.patch @@ -0,0 +1,31 @@ +From fd2b43a5599375277cbcdd9c62e8afdd7b2677ac Mon Sep 17 00:00:00 2001 +From: yaoguangzhong +Date: Tue, 13 Dec 2022 15:20:30 +0800 +Subject: [PATCH] bugfix: translate the prompt information of hostname into + Chinese + +--- + po/zh_CN.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index df9e015..92b9084 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -2366,10 +2366,10 @@ msgstr "本地主机名绝不能以句号\".\"结尾。" + msgid "" + "Host names can only contain the characters 'a-z', 'A-Z', '0-9', '-', or '.', " + "parts between periods must contain something being 63 or fewer " +-"characters and cannot start or end with '-'." ++"characters and cannot start or end with '.' and '-'." + msgstr "" +-"主机名只能包含 'a-z', 'A-Z', '0-9', '-'(英文减号), 或者 '.'(英文点号),其" +-"中两个点号中不能为空,必须少于64个字符且不能以'-'开头或结尾。" ++"主机名只能包含字符'a-z', 'A-Z', '0-9', '-'(英文减号), 或者 '.'(英文点号)," ++"句点之间的部分必须包含63个或更少的字符,并且不能以“.”和“-”开头或结尾。" + + #: pyanaconda/network.py:465 + msgid "Status not available" +-- +2.27.0 +