commit
bf6a15ad36
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: python-ldap
|
Name: python-ldap
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An object-oriented API to access LDAP directory servers
|
Summary: An object-oriented API to access LDAP directory servers
|
||||||
License: Python
|
License: Python
|
||||||
URL: http://python-ldap.org/
|
URL: http://python-ldap.org/
|
||||||
@ -51,12 +51,15 @@ sed -i 's,-Werror,-Wignore,g' tox.ini
|
|||||||
%files -n python3-ldap
|
%files -n python3-ldap
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
%{_libdir}/python3.7/site-packages/*
|
%{_libdir}/python3.8/site-packages/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES README TODO Demo
|
%doc CHANGES README TODO Demo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 22 2020 wangchong <wangchong56@huawei.com> - 3.1.0-2
|
||||||
|
- fix the build error
|
||||||
|
|
||||||
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.1.0-1
|
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 3.1.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user