!46 Fix zh_CN msgster meaning error
From: @xinyingchao Reviewed-by: @zhujianwei001 Signed-off-by: @zhujianwei001
This commit is contained in:
commit
99df847f79
7
pam.spec
7
pam.spec
@ -4,7 +4,7 @@
|
|||||||
%define _pamconfdir %{_sysconfdir}/pam.d
|
%define _pamconfdir %{_sysconfdir}/pam.d
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Pluggable Authentication Modules for Linux
|
Summary: Pluggable Authentication Modules for Linux
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
URL: http://www.linux-pam.org/
|
URL: http://www.linux-pam.org/
|
||||||
@ -28,6 +28,8 @@ Patch6: Prevent-SEGFAULT-for-unknown-UID.patch
|
|||||||
Patch7: change-ndbm-to-gdbm.patch
|
Patch7: change-ndbm-to-gdbm.patch
|
||||||
Patch6000: backport-Move-read_passwords-function-from-pam_unix-to-pam_inline.h.patch
|
Patch6000: backport-Move-read_passwords-function-from-pam_unix-to-pam_inline.h.patch
|
||||||
Patch6001: backport-add-helper-to-handle-SELinux.patch
|
Patch6001: backport-add-helper-to-handle-SELinux.patch
|
||||||
|
Patch6002: zh_CN_po_fix_str_meaning_error.patch
|
||||||
|
|
||||||
Patch9000: 0001-bugfix-cannot-open-database-file.patch
|
Patch9000: 0001-bugfix-cannot-open-database-file.patch
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool bison flex sed cracklib-devel gdbm-devel
|
BuildRequires: autoconf automake libtool bison flex sed cracklib-devel gdbm-devel
|
||||||
@ -181,6 +183,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2021 yuanxin <yuanxin24@huawei.com> - 1.4.0-7
|
||||||
|
- Fix zh_CN msgster meaning error
|
||||||
|
|
||||||
* Thu Sep 16 2021 renhongxun <renhongxun@huawei.com> - 1.4.0-6
|
* Thu Sep 16 2021 renhongxun <renhongxun@huawei.com> - 1.4.0-6
|
||||||
- bugfix on cannot open database file
|
- bugfix on cannot open database file
|
||||||
|
|
||||||
|
|||||||
22
zh_CN_po_fix_str_meaning_error.patch
Normal file
22
zh_CN_po_fix_str_meaning_error.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
||||||
|
index 4227e4f..8836488 100644
|
||||||
|
--- a/po/zh_CN.po
|
||||||
|
+++ b/po/zh_CN.po
|
||||||
|
@@ -44,14 +44,13 @@ msgid "Password: "
|
||||||
|
msgstr "密码:"
|
||||||
|
|
||||||
|
#: libpam/pam_get_authtok.c:41
|
||||||
|
-#, fuzzy, c-format
|
||||||
|
+#, c-format
|
||||||
|
msgid "Current %s password: "
|
||||||
|
-msgstr "新的 %s 密码:"
|
||||||
|
+msgstr "当前的 %s 密码:"
|
||||||
|
|
||||||
|
#: libpam/pam_get_authtok.c:42
|
||||||
|
-#, fuzzy
|
||||||
|
msgid "Current password: "
|
||||||
|
-msgstr "新的 密码:"
|
||||||
|
+msgstr "当前的密码:"
|
||||||
|
|
||||||
|
#: libpam/pam_get_authtok.c:44
|
||||||
|
#, c-format
|
||||||
Loading…
x
Reference in New Issue
Block a user