From 0d0a8d78bb688e3f98a58423414dca757ce39784 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 5 Aug 2022 16:39:52 +0800 Subject: [PATCH] remove some unnecessary buildrequires (cherry picked from commit 701c30eecde0d83d92e0a1eb1d5c4473d9440789) --- python-ldap.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/python-ldap.spec b/python-ldap.spec index dabb4a4..6c73985 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,6 +1,6 @@ -Name: python-ldap +Name: python-ldap Version: 3.3.1 -Release: 4 +Release: 5 Summary: An object-oriented API to access LDAP directory servers License: Python-2.0 URL: http://python-ldap.org/ @@ -9,8 +9,8 @@ Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{vers Patch0: Handle-unknown-LDAP-result-code.patch Patch1: backport-CVE-2021-46823.patch -BuildRequires: gcc openldap-devel openssl-devel cyrus-sasl-devel -BuildRequires: python3-devel python3-setuptools openldap-servers +BuildRequires: gcc openldap-devel +BuildRequires: python3-devel python3-setuptools %description python-ldap provides an object-oriented API for working with LDAP within\ @@ -58,6 +58,12 @@ sed -i 's,-Werror,-Wignore,g' tox.ini %doc CHANGES README TODO Demo %changelog +* Fri Aug 05 2022 zhouwenpei - 3.3.1-5 +- Type:requirements +- Id:NA +- SUG:NA +- DESC:remove some unnecessary buildrequires + * Tue Jul 26 2022 zhouwenpei - 3.3.1-4 - Type:CVE - Id:CVE-2021-46823 @@ -77,7 +83,7 @@ sed -i 's,-Werror,-Wignore,g' tox.ini - DESC:modify to generate debug rpms * Tue Feb 02 2021 xihaochen - 3.3.1-1 -- Type:requirements +- Type:requirements - Id:NA - SUG:NA - DESC:update python-ldap to 3.3.1 @@ -87,7 +93,7 @@ sed -i 's,-Werror,-Wignore,g' tox.ini * Tue Jun 23 2020 wangchong - 3.1.0-3 - replace numbers with macros - + * Mon Jun 22 2020 wangchong - 3.1.0-2 - fix the build error -- Gitee