From c5f9f50b0a0c674a3d6c1848831460f02a5962d3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 26 Jan 2021 16:20:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libpwquality.git#a052dcc7b1f77f4c5594efed9f4c5d12ec3e98f4 --- libpwquality.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libpwquality.spec b/libpwquality.spec index 4c4d940..857c197 100644 --- a/libpwquality.spec +++ b/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: 2%{?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+ @@ -27,6 +27,8 @@ Source0: https://github.com/libpwquality/libpwquality/releases/download/libpwqua Recommends: cracklib-dicts >= 2.8 Requires: pam%{?_isa} +Requires: cracklib +BuildRequires: make BuildRequires: gcc BuildRequires: cracklib-devel BuildRequires: gettext @@ -147,7 +149,6 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %ldconfig_scriptlets %files -f libpwquality.lang -%{!?_licensedir:%global license %%doc} %license COPYING %doc README NEWS AUTHORS %{_bindir}/pwmake @@ -179,6 +180,9 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %endif %changelog +* Tue Jan 26 10:55:14 EST 2021 Paul Wouters - 1.4.4-2 +- Resolves rhbz#1919026 libpwquaily rpm requires cracklib-dict to function but RPM missing requirement + * Tue Oct 13 2020 Tomáš Mráz 1.4.4-1 - Translation updates - Fix regression with enabling the cracklib check during build