diff --git a/python-ldap.spec b/python-ldap.spec index 0de36a166eab1b4973a7f8508a0188ce4fbaf1c0..73ed80dcc554e3820c33d31d3e5c93c25544c70f 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python-ldap Version: 3.1.0 -Release: 1 +Release: 2 Summary: An object-oriented API to access LDAP directory servers License: Python URL: http://python-ldap.org/ @@ -51,12 +51,18 @@ sed -i 's,-Werror,-Wignore,g' tox.ini %files -n python3-ldap %defattr(-,root,root) %license LICENCE -%{_libdir}/python3.7/site-packages/* +%{_libdir}/python3.*/site-packages/* %files help %defattr(-,root,root) %doc CHANGES README TODO Demo %changelog +* Mon Jun 22 2020 jinzhimin - 3.1.0-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:change the path for python3.8 + * Tue Feb 11 2020 huzunhao - 3.1.0-1 - Package init