From 93a688b0eb4bd00af38f64dd729650ba02e62812 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 12 Oct 2020 19:07:55 +0200 Subject: [PATCH] The cracklib check has to be explicitly enabled with 1.4.3 --- libpwquality.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libpwquality.spec b/libpwquality.spec index fa98e51..2183385 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -112,7 +112,8 @@ pushd %{py3dir} --with-securedir=%{_moduledir} \ --with-pythonsitedir=%{python3_sitearch} \ --with-python-binary=%{__python3} \ - --disable-static + --disable-static \ + --enable-cracklib-check %make_build %endif @@ -180,7 +181,7 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d %endif %changelog -* Mon Oct 12 2020 Tomáš Mráz 1.4.3-2 +* Mon Oct 12 2020 Tomáš Mráz 1.4.3-3 - The cracklib check has to be explicitly enabled with 1.4.3 * Mon Oct 12 2020 Tomáš Mráz 1.4.3-1