From 973c55ba39a0f5f8813f54905c4a1050546f4879 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Mon, 11 Apr 2022 18:18:25 +0800 Subject: [PATCH] Delete unused ld config file for python module _cracklib.so --- cracklib.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index e8da747..cf71e4e 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,7 +5,7 @@ Name: cracklib Version: 2.9.7 -Release: 8 +Release: 9 Summary: A password-checking library License: LGPLv2+ @@ -123,9 +123,6 @@ chrpath -d $RPM_BUILD_ROOT/%{python3_sitearch}/_cracklib.so mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d echo "%{_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/%{name}-%{_arch}.conf -%if %{with python3} -echo "%{_libdir}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/python3-%{name}-%{_arch}.conf -%endif %find_lang %{name} @@ -161,10 +158,12 @@ make test %{_libdir}/python3*/site-packages/_cracklib*.so %{_libdir}/python3*/site-packages/*.py* %{_libdir}/python3*/site-packages/__pycache__/* -%config(noreplace) /etc/ld.so.conf.d/python3-%{name}-%{_arch}.conf %endif %changelog +* Mon Apr 11 2022 yixiangzhike - 2.9.7-9 +- delete unused ld config file for python module _cracklib.so + * Mon Dec 6 2021 yixiangzhike - 2.9.7-8 - fix lookup for word in FindPW() -- Gitee