!391 修复网络配置界面显示异常
From: @zhong-wei-shen Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
e706cb7eeb
@ -1,7 +1,7 @@
|
|||||||
%define _empty_manifest_terminate_build 0
|
%define _empty_manifest_terminate_build 0
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.16.5
|
Version: 36.16.5
|
||||||
Release: 42
|
Release: 43
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -70,6 +70,7 @@ Patch9027: disable-disk-encryption.patch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Patch9028: bugfix-set-metacity-with-LIBGL_KOPPER_DISABLE-as-yes.patch
|
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 dasbusver 1.3
|
||||||
%define dbusver 1.2.3
|
%define dbusver 1.2.3
|
||||||
@ -326,6 +327,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 25 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 36.16.5-43
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: Fix abnormal display of network configuration interface
|
||||||
|
|
||||||
* Sat Nov 23 2024 sunhai <sunhai10@huawei.com> - 36.16.5-42
|
* Sat Nov 23 2024 sunhai <sunhai10@huawei.com> - 36.16.5-42
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -0,0 +1,25 @@
|
|||||||
|
From 4d58c41562052f4658deaabe45cb2d5b4010613f Mon Sep 17 00:00:00 2001
|
||||||
|
From: shenzhongwei <shenzhongwei@kylinos.cn>
|
||||||
|
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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user