diff --git a/anaconda.spec b/anaconda.spec index cd91959..c229717 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 42 +Release: 43 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -70,6 +70,7 @@ Patch9027: disable-disk-encryption.patch %endif Patch9028: bugfix-set-metacity-with-LIBGL_KOPPER_DISABLE-as-yes.patch +Patch9029: bugfix-Fix-abnormal-display-of-network-configuration-interface.patch %define dasbusver 1.3 %define dbusver 1.2.3 @@ -326,6 +327,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Nov 25 2024 shenzhongwei - 36.16.5-43 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Fix abnormal display of network configuration interface + * Sat Nov 23 2024 sunhai - 36.16.5-42 - Type:bugfix - ID:NA diff --git a/bugfix-Fix-abnormal-display-of-network-configuration-interface.patch b/bugfix-Fix-abnormal-display-of-network-configuration-interface.patch new file mode 100644 index 0000000..336de57 --- /dev/null +++ b/bugfix-Fix-abnormal-display-of-network-configuration-interface.patch @@ -0,0 +1,25 @@ +From 4d58c41562052f4658deaabe45cb2d5b4010613f Mon Sep 17 00:00:00 2001 +From: shenzhongwei +Date: Tue, 5 Nov 2024 15:06:29 +0800 +Subject: [PATCH] Fix abnormal display of network configuration interface + +--- + po/zh_CN.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/zh_CN.po b/po/zh_CN.po +index 630a6bf..7a73893 100644 +--- a/po/zh_CN.po ++++ b/po/zh_CN.po +@@ -6243,7 +6243,7 @@ msgstr "我们需要访问网络来获取有关您位置的信息,并向您提 + #: pyanaconda/ui/gui/spokes/network.glade:449 + #: pyanaconda/ui/gui/spokes/network.glade:2587 + msgid "NETWORK & HOST NAME" +-msgstr "网络和主机名(_N)" ++msgstr "网络和主机名" + + #: pyanaconda/ui/gui/spokes/network.glade:488 + msgid "" +-- +2.27.0 +