import libpwquality-1.4.4-5.el8

This commit is contained in:
CentOS Sources 2022-11-08 02:00:10 -05:00 committed by Stepan Oksanichenko
parent 82c1273671
commit de22e4114a
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,23 @@
diff -up libpwquality-1.4.4/po/ja.po.nodot libpwquality-1.4.4/po/ja.po
--- libpwquality-1.4.4/po/ja.po.nodot 2022-08-30 14:32:17.009800325 +0200
+++ libpwquality-1.4.4/po/ja.po 2022-08-30 14:32:29.162910025 +0200
@@ -212,7 +212,7 @@ msgstr "繝代せ繝ッ繝シ繝峨<E7B99D>逕滓<E98095>縺ォ螟ア謨
#: src/error.c:114 src/error.c:117
msgid "The password fails the dictionary check"
-msgstr "縺薙<E7B8BA>繝代せ繝ッ繝シ繝峨<E7B99D>霎樊嶌繝√ぉ繝<E38189>け縺ォ螟ア謨励縺セ縺励◆縲<E29786>"
+msgstr "縺薙<E7B8BA>繝代せ繝ッ繝シ繝峨<E7B99D>霎樊嶌繝√ぉ繝<E38189>け縺ォ螟ア謨励縺セ縺励◆"
#: src/error.c:120 src/error.c:124
msgid "Unknown setting"
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:

View File

@ -15,12 +15,14 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.4.4
Release: 3%{?dist}
Release: 5%{?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+
Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwquality-%{version}/libpwquality-%{version}.tar.bz2
Patch100: libpwquality-1.4.4-rhel8-i18n.patch
%global _pwqlibdir %{_libdir}
%global _moduledir %{_libdir}/security
%global _secconfdir %{_sysconfdir}/security
@ -91,6 +93,7 @@ pronounceable passwords from Python applications.
rm -rf %{py3dir}
cp -a . %{py3dir}
%endif
%patch100 -p1 -b .nodot
%build
%if %{with python2}
@ -178,6 +181,14 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
%endif
%changelog
* Thu Sep 01 2022 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-5
- rebuilt
Resolves: rhbz#2107570
* Tue Aug 30 2022 Dmitry Belyavskiy - 1.4.4-4
- Japan translation update (remove extra dot)
Resolves: rhbz#2107570
* Mon Feb 22 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1.4.4-3
- Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement [updated]