Explicitly rebuild the localization

As we changed the .po files, we need explicitly regenerate .gmo files
Resolves: rhbz#1938621
This commit is contained in:
Dmitry Belyavskiy 2021-08-04 16:48:43 +02:00
parent 5d9336ee07
commit 104069e7c0
2 changed files with 31 additions and 16 deletions

View File

@ -1,6 +1,6 @@
diff -up libpwquality-1.4.4/po/de.po.rhel9 libpwquality-1.4.4/po/de.po
--- libpwquality-1.4.4/po/de.po.rhel9 2021-07-26 12:49:04.725652707 +0200
+++ libpwquality-1.4.4/po/de.po 2021-07-26 12:49:10.092698021 +0200
diff -up libpwquality-1.4.4/po/de.po.rhel9-i18n libpwquality-1.4.4/po/de.po
--- libpwquality-1.4.4/po/de.po.rhel9-i18n 2020-10-13 08:32:16.000000000 +0200
+++ libpwquality-1.4.4/po/de.po 2021-08-04 16:36:06.991294123 +0200
@@ -3,23 +3,25 @@
# This file is distributed under the same license as the PACKAGE package.
#
@ -42,9 +42,9 @@ diff -up libpwquality-1.4.4/po/de.po.rhel9 libpwquality-1.4.4/po/de.po
#: src/error.c:120 src/error.c:124
msgid "Unknown setting"
diff -up libpwquality-1.4.4/po/fr.po.rhel9 libpwquality-1.4.4/po/fr.po
--- libpwquality-1.4.4/po/fr.po.rhel9 2021-07-26 11:19:19.966874673 +0200
+++ libpwquality-1.4.4/po/fr.po 2021-07-26 11:22:59.614731046 +0200
diff -up libpwquality-1.4.4/po/fr.po.rhel9-i18n libpwquality-1.4.4/po/fr.po
--- libpwquality-1.4.4/po/fr.po.rhel9-i18n 2020-10-13 08:32:16.000000000 +0200
+++ libpwquality-1.4.4/po/fr.po 2021-08-04 16:36:06.992294131 +0200
@@ -16,16 +16,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
@ -74,9 +74,9 @@ diff -up libpwquality-1.4.4/po/fr.po.rhel9 libpwquality-1.4.4/po/fr.po
#: src/error.c:31
msgid "Memory allocation error when setting"
diff -up libpwquality-1.4.4/po/ja.po.rhel9 libpwquality-1.4.4/po/ja.po
--- libpwquality-1.4.4/po/ja.po.rhel9 2021-07-26 11:19:54.370165511 +0200
+++ libpwquality-1.4.4/po/ja.po 2021-07-26 11:22:59.614731046 +0200
diff -up libpwquality-1.4.4/po/ja.po.rhel9-i18n libpwquality-1.4.4/po/ja.po
--- libpwquality-1.4.4/po/ja.po.rhel9-i18n 2020-10-13 08:32:16.000000000 +0200
+++ libpwquality-1.4.4/po/ja.po 2021-08-04 16:36:06.992294131 +0200
@@ -9,13 +9,14 @@
# Tomoyuki KATO <tomo@dream.daynight.jp>, 2012.
# Tomáš Mráz <tmraz@fedoraproject.org>, 2017. #zanata
@ -380,9 +380,9 @@ diff -up libpwquality-1.4.4/po/ja.po.rhel9 libpwquality-1.4.4/po/ja.po
#: src/error.c:153
msgid "Unknown error"
diff -up libpwquality-1.4.4/po/ko.po.rhel9 libpwquality-1.4.4/po/ko.po
--- libpwquality-1.4.4/po/ko.po.rhel9 2021-07-26 11:19:43.682075156 +0200
+++ libpwquality-1.4.4/po/ko.po 2021-07-26 11:22:59.614731046 +0200
diff -up libpwquality-1.4.4/po/ko.po.rhel9-i18n libpwquality-1.4.4/po/ko.po
--- libpwquality-1.4.4/po/ko.po.rhel9-i18n 2020-10-13 08:32:16.000000000 +0200
+++ libpwquality-1.4.4/po/ko.po 2021-08-04 16:36:06.992294131 +0200
@@ -5,21 +5,23 @@
# Translators:
# eukim <eukim@redhat.com>, 2007,2009
@ -532,9 +532,20 @@ diff -up libpwquality-1.4.4/po/ko.po.rhel9 libpwquality-1.4.4/po/ko.po
#: src/error.c:151
msgid "Fatal failure"
diff -up libpwquality-1.4.4/po/zh_CN.po.rhel9 libpwquality-1.4.4/po/zh_CN.po
--- libpwquality-1.4.4/po/zh_CN.po.rhel9 2021-07-26 11:20:11.979314381 +0200
+++ libpwquality-1.4.4/po/zh_CN.po 2021-07-26 11:22:59.615731054 +0200
diff -up libpwquality-1.4.4/po/Makefile.in.in.rhel9-i18n libpwquality-1.4.4/po/Makefile.in.in
--- libpwquality-1.4.4/po/Makefile.in.in.rhel9-i18n 2021-08-04 16:36:32.050503801 +0200
+++ libpwquality-1.4.4/po/Makefile.in.in 2021-08-04 16:37:17.722885954 +0200
@@ -97,6 +97,7 @@ CATALOGS = @CATALOGS@
all: all-@USE_NLS@
+ $(MAKE) *.gmo
all-yes: stamp-po
all-no:
diff -up libpwquality-1.4.4/po/zh_CN.po.rhel9-i18n libpwquality-1.4.4/po/zh_CN.po
--- libpwquality-1.4.4/po/zh_CN.po.rhel9-i18n 2020-10-13 08:32:16.000000000 +0200
+++ libpwquality-1.4.4/po/zh_CN.po 2021-08-04 16:36:06.992294131 +0200
@@ -11,13 +11,14 @@
# Xi HUANG <xhuang@redhat.com>, 2007.
# Tomáš Mráz <tmraz@fedoraproject.org>, 2017. #zanata

View File

@ -15,7 +15,7 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.4.4
Release: 6%{?dist}
Release: 7%{?dist}
# The package is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
License: BSD or GPLv2+
@ -183,6 +183,10 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
%endif
%changelog
* Wed Aug 04 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-7
- Explicitly rebuild the localization
- Resolves: rhbz#1938621
* Mon Jul 26 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-6
- rebuilt