From 9789724e07477abdc371e40b20ef83055487b444 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 23 Jun 2020 11:45:04 +0200 Subject: [PATCH] Update python-ldap.spec to fix build failure Use release 0 to not conflict with Fedora. --- tests/python-ldap.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/python-ldap.spec b/tests/python-ldap.spec index dd1d242..5728c47 100644 --- a/tests/python-ldap.spec +++ b/tests/python-ldap.spec @@ -1,6 +1,6 @@ Name: python-ldap -Version: 3.1.0 -Release: 9%{?dist} +Version: 3.3.0 +Release: 0%{?dist} License: Python Summary: An object-oriented API to access LDAP directory servers Source0: %{pypi_source} @@ -50,10 +50,6 @@ Summary: %{summary} %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 # Internal check if the instalation outputs expected files