8d71e8 import libpwquality-1.4.4-6.el8

Authored and Committed by centosrcm 2 years ago
    import libpwquality-1.4.4-6.el8
    
        
SOURCES/libpwquality-1.4.4-rhel8-i18n.patch ADDED
@@ -0,0 +1,23 @@
1
+ diff -up libpwquality-1.4.4/po/ja.po.nodot libpwquality-1.4.4/po/ja.po
2
+ --- libpwquality-1.4.4/po/ja.po.nodot 2022-08-30 14:32:17.009800325 +0200
3
+ +++ libpwquality-1.4.4/po/ja.po 2022-08-30 14:32:29.162910025 +0200
4
+ @@ -212,7 +212,7 @@ msgstr "パスワードの生成に失�
5
+
6
+ #: src/error.c:114 src/error.c:117
7
+ msgid "The password fails the dictionary check"
8
+ -msgstr "このパスワードは辞書チェックに失敗しました。"
9
+ +msgstr "このパスワードは辞書チェックに失敗しました"
10
+
11
+ #: src/error.c:120 src/error.c:124
12
+ msgid "Unknown setting"
13
+ diff -up libpwquality-1.4.4/po/Makefile.in.in.rhel9-i18n libpwquality-1.4.4/po/Makefile.in.in
14
+ --- libpwquality-1.4.4/po/Makefile.in.in.rhel9-i18n 2021-08-04 16:36:32.050503801 +0200
15
+ +++ libpwquality-1.4.4/po/Makefile.in.in 2021-08-04 16:37:17.722885954 +0200
16
+ @@ -97,6 +97,7 @@ CATALOGS = @CATALOGS@
17
+
18
+
19
+ all: all-@USE_NLS@
20
+ + $(MAKE) *.gmo
21
+
22
+ all-yes: stamp-po
23
+ all-no:
file modified
+14 -1
SPECS/libpwquality.spec CHANGED
@@ -15,12 +15,14 @@
15
15
Summary: A library for password generation and password quality checking
16
16
Name: libpwquality
17
17
Version: 1.4.4
18
- Release: 3%{?dist}
18
+ Release: 6%{?dist}
19
19
# The package is BSD licensed with option to relicense as GPLv2+
20
20
# - this option is redundant as the BSD license allows that anyway.
21
21
License: BSD or GPLv2+
22
22
Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2
23
23
24
+ Patch100: libpwquality-1.4.4-rhel8-i18n.patch
25
+
24
26
%global _pwqlibdir %{_libdir}
25
27
%global _moduledir %{_libdir}/security
26
28
%global _secconfdir %{_sysconfdir}/security
@@ -91,6 +93,7 @@ pronounceable passwords from Python applications.
91
93
rm -rf %{py3dir}
92
94
cp -a . %{py3dir}
93
95
%endif
96
+ %patch100 -p1 -b .nodot
94
97
95
98
%build
96
99
%if %{with python2}
@@ -178,6 +181,16 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
178
181
%endif
179
182
180
183
%changelog
184
+ * Tue Feb 14 2023 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-6
185
+ - rebuilt
186
+
187
+ * Mon Feb 13 2023 Dmitry Belyavskiy - 1.4.4-5
188
+ - rebuilt
189
+
190
+ * Tue Aug 30 2022 Dmitry Belyavskiy - 1.4.4-4
191
+ - Japan translation update (remove extra dot)
192
+ Resolves: rhbz#2122609
193
+
181
194
* Mon Feb 22 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-3
182
195
- Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement [updated]
183
196