From 69c53569425da8fa2188433cd7887a1a8e846fd7 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 25 Nov 2025 16:00:53 +0800 Subject: [PATCH] use the dictionary from the build for make check (cherry picked from commit 8e1a684289b9c9b980eb39c432733c0ecd9db14f) --- cracklib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 5fc4882..cc69f8b 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 -- Gitee