The cracklib check has to be explicitly enabled with 1.4.3

This commit is contained in:
Tomas Mraz 2020-10-12 19:07:55 +02:00
parent 4c8a016d91
commit 93a688b0eb

View File

@ -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 <tmraz@redhat.com> 1.4.3-2
* Mon Oct 12 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.3-3
- The cracklib check has to be explicitly enabled with 1.4.3
* Mon Oct 12 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.3-1