From 794ce852c1e13ea04a7d538a314dc4a7bf08beba Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 31 May 2021 19:12:32 +0800 Subject: [PATCH] Fixes Requires and BuildRequires error --- python-ldappool.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-ldappool.spec b/python-ldappool.spec index 6649e00..f4752ae 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 -- Gitee