bugfix for issue:I6QI18 nmcli device connect 打印内容有误
This commit is contained in:
parent
9450df645d
commit
12b56b9cdc
@ -50,7 +50,7 @@
|
||||
Name: NetworkManager
|
||||
Version: 1.32.12
|
||||
Epoch: 1
|
||||
Release: 17
|
||||
Release: 18
|
||||
Summary: Network Link Manager and User Applications
|
||||
License: GPLv2+
|
||||
URL: https://networkmanager.dev/
|
||||
@ -69,6 +69,7 @@ Patch6003: backport-libnm-fix-warning-when-setting-wrong-ethtool-ternary-
|
||||
Patch6004: fix-minor-written-mistake.patch
|
||||
Patch6005: NetworkManager-Add-sw64-architecture.patch
|
||||
Patch6006: delete-lease-file-when-connection-deleted.patch
|
||||
Patch6007: bugfix-correct-info-for-nmcli-device-connect.patch
|
||||
|
||||
BuildRequires: gcc libtool pkgconfig automake autoconf intltool gettext-devel ppp-devel gnutls-devel
|
||||
BuildRequires: dbus-devel dbus-glib-devel glib2-devel gobject-introspection-devel jansson-devel
|
||||
@ -489,6 +490,12 @@ fi
|
||||
%{_datadir}/gtk-doc/html/NetworkManager/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 30 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1:1.32.12-18
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
- DESC:correct the info for nmcli device connect
|
||||
|
||||
* Mon Mar 20 2023 sunsuwan <sunsuwan3@huawei.com> - 1:1.32.12-17
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
|
||||
25
bugfix-correct-info-for-nmcli-device-connect.patch
Normal file
25
bugfix-correct-info-for-nmcli-device-connect.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 50ffde33c10ad5c536857bcdfcd815b9a25b9de7 Mon Sep 17 00:00:00 2001
|
||||
From: desert-sailor <dxwangk@isoftstone.com>
|
||||
Date: Thu, 30 Mar 2023 15:24:14 +0800
|
||||
Subject: [PATCH] bugfix for incorrect translations
|
||||
|
||||
---
|
||||
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 6df2d6a..de279f8 100644
|
||||
--- a/po/zh_CN.po
|
||||
+++ b/po/zh_CN.po
|
||||
@@ -12456,7 +12456,7 @@ msgstr "错误:超时时间 %d 秒已到。"
|
||||
#: ../src/nmcli/devices.c:2076
|
||||
#, c-format
|
||||
msgid "Device '%s' successfully activated with '%s'.\n"
|
||||
-msgstr "成功用 \"%s%s\" 激活了设备 \"\"。\n"
|
||||
+msgstr "设备 \"%s\" 成功以 \"%s\" 激活。\n"
|
||||
|
||||
#: ../src/nmcli/devices.c:2082
|
||||
#, c-format
|
||||
--
|
||||
2.33.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user