diff --git a/cracklib.spec b/cracklib.spec index 5fc4882c76b3f2048df08199814a169dc7cc77f0..cc69f8b44ac3d3f435cd041e210f588efa1de318 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -3,7 +3,7 @@ Name: cracklib Version: 2.9.11 -Release: 1 +Release: 2 Summary: A password-checking library License: LGPLv2+ @@ -109,7 +109,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la %find_lang %{name} %check -make test +make test DESTDIR=%{buildroot} %ldconfig_scriptlets @@ -142,6 +142,9 @@ make test %{_libdir}/python3*/site-packages/__pycache__/* %changelog +* Tue Nov 25 2025 yixiangzhike - 2.9.11-2 +- use the dictionary from the build for make check + * Fri Jul 14 2023 yixiangzhike - 2.9.11-1 - update to 2.9.11