From af5f8413b21eff80ff0dde264086a6334b22c272 Mon Sep 17 00:00:00 2001 From: zhaojf Date: Thu, 27 Jan 2022 09:36:20 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9python=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-ldap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ldap.spec b/python-ldap.spec index 8b9cc98..e7e77fb 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -49,7 +49,7 @@ sed -i 's,-Werror,-Wignore,g' tox.ini %files -n python3-ldap %defattr(-,root,root) %license LICENCE -%{_libdir}/python3.7/site-packages/* +%{_libdir}/python%{python3_version}/site-packages/* %files help %defattr(-,root,root) -- Gitee