From 30c89502d26cdd040fda62a71cba5a30c07f923d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 23 2021 06:12:23 +0000 Subject: import libpwquality-1.4.4-3.el8 --- diff --git a/SPECS/libpwquality.spec b/SPECS/libpwquality.spec index 75e8ba0..b849919 100644 --- a/SPECS/libpwquality.spec +++ b/SPECS/libpwquality.spec @@ -15,7 +15,7 @@ Summary: A library for password generation and password quality checking Name: libpwquality Version: 1.4.4 -Release: 1%{?dist} +Release: 3%{?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+ @@ -25,9 +25,9 @@ Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwqua %global _moduledir %{_libdir}/security %global _secconfdir %{_sysconfdir}/security -Recommends: cracklib-dicts >= 2.8 +Requires: cracklib-dicts >= 2.8 Requires: pam%{?_isa} -BuildRequires: gcc +BuildRequires: gcc make BuildRequires: cracklib-devel BuildRequires: gettext BuildRequires: pam-devel @@ -178,6 +178,12 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %endif %changelog +* Mon Feb 22 2021 Dmitry Belyavskiy - 1.4.4-3 +- Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement [updated] + +* Wed Feb 17 2021 Dmitry Belyavskiy - 1.4.4-2 +- Resolves: rhbz#1919026 libpwquaily rpm requires cracklib to function but RPM missing requirement + * Tue Oct 13 2020 Tomáš Mráz 1.4.4-1 - Translation updates - Add usersubstr check for substrings of N characters from the username