15
0
forked from pool/python-ldap

- Reduce the runtime dependencies to match the actual needs

* User can use either openldap or 389-ds or anything else
- Run the tests on the package
- Fix the fdupes call

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=121
This commit is contained in:
Tomáš Chvátal
2018-12-10 12:24:48 +00:00
committed by Git OBS Bridge
parent 9241d70d2d
commit 16f23de5ca
2 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 10 12:23:48 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Reduce the runtime dependencies to match the actual needs
* User can use either openldap or 389-ds or anything else
- Run the tests on the package
- Fix the fdupes call
-------------------------------------------------------------------
Fri Dec 7 09:18:38 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>