From bbcef5f6719e7dfa605478d0638b6b56fab14d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 28 Nov 2025 15:09:26 +0100 Subject: [PATCH] CI: Make python-ldap build on EPEL 10 Proper fix: https://src.fedoraproject.org/rpms/python-ldap/c/47844650aa --- tests/python-ldap.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/python-ldap.spec b/tests/python-ldap.spec index 9e7c593..243888b 100644 --- a/tests/python-ldap.spec +++ b/tests/python-ldap.spec @@ -17,7 +17,6 @@ BuildRequires: cyrus-sasl-devel BuildRequires: gcc BuildRequires: openldap-clients BuildRequires: openldap-devel -BuildRequires: openldap-servers BuildRequires: openssl-devel @@ -40,7 +39,7 @@ Summary: %{summary} %prep %autosetup -# Hack: We remove tests that are broken by OpenLDAP 2.5+ +# Hack: We remove tests that are broken by OpenLDAP 2.5+ and/or require openldap-servers # Don't do this in the regular Fedora package, please rm Tests/t_ldapobject.py Tests/t_cext.py Tests/t_edit.py Tests/t_ldap_sasl.py Tests/t_ldap_syncrepl.py Tests/t_slapdobject.py Tests/t_bind.py Tests/t_ldap_options.py Tests/t_ldap_schema_subentry.py