From df32d38909c0abe089cc236ec9d38e14df2a52ea Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 25 Nov 2025 15:51:55 +0800 Subject: [PATCH] use the dictionary from the build for make check --- cracklib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 4322fc9..c43ab9b 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -3,7 +3,7 @@ Name: cracklib Version: 2.9.11 -Release: 2 +Release: 3 Summary: A password-checking library License: LGPLv2+ @@ -110,7 +110,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la %find_lang %{name} %check -make test +make test DESTDIR=%{buildroot} %ldconfig_scriptlets @@ -143,6 +143,9 @@ make test %{_libdir}/python3*/site-packages/__pycache__/* %changelog +* Tue Nov 25 2025 yixiangzhike - 2.9.11-3 +- use the dictionary from the build for make check + * Wed Aug 27 2025 yixiangzhike - 2.9.11-2 - backport upstream patch to remove unused variable -- Gitee