Update python-ldap.spec to fix build failure

Use release 0 to not conflict with Fedora.
This commit is contained in:
Petr Viktorin 2020-06-23 11:45:04 +02:00 committed by churchyard
parent 82a7579530
commit 9789724e07

View File

@ -1,6 +1,6 @@
Name: python-ldap Name: python-ldap
Version: 3.1.0 Version: 3.3.0
Release: 9%{?dist} Release: 0%{?dist}
License: Python License: Python
Summary: An object-oriented API to access LDAP directory servers Summary: An object-oriented API to access LDAP directory servers
Source0: %{pypi_source} Source0: %{pypi_source}
@ -50,10 +50,6 @@ Summary: %{summary}
%check %check
# TODO: Upstream tox configuration calls setup.py test and rebuilds the extension module
# But we want to test the installed one instead
# This works but we are not testing what we ship
# https://github.com/python-ldap/python-ldap/issues/326
%tox %tox
# Internal check if the instalation outputs expected files # Internal check if the instalation outputs expected files