diff --git a/python-ldappool.spec b/python-ldappool.spec index 6649e0058f9b7b15cc7dc933a892dd03939a7261..f4752aedb749883ecc38c003da5f6e36b994d032 100644 --- a/python-ldappool.spec +++ b/python-ldappool.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.3.1 -Release: 1 +Release: 2 Url: https://github.com/openstack/ldappool Summary: A connection pool for python-ldap License: Apache-2.0 @@ -30,9 +30,9 @@ The pool has useful features like:\ %if 0%{?with_python2} %package -n python2-%{srcname} Summary: %summary -Requires: python-ldap +Requires: python2-ldap BuildRequires: python2-devel -BuildRequires: python-ldap +BuildRequires: python2-ldap BuildRequires: python2-pbr BuildRequires: python2-stestr BuildRequires: python2-testtools @@ -105,5 +105,7 @@ PYTHON=python2 stestr-2 run %endif %changelog +* Mon May 31 2021 huangtianhua +- Fixes Requires and BuildRequires error * Tue May 11 2021 Python_Bot - Package Spec generated