From a438f38c2848cb80887e1d9e45bed9d6f487657f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 13 Aug 2022 22:58:58 +0200 Subject: [PATCH] CI: Apply the hack in python-ldap.spec also on RHEL 9 Related: rhbz#2117571 --- tests/python-ldap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-ldap.spec b/tests/python-ldap.spec index 165818b..b333070 100644 --- a/tests/python-ldap.spec +++ b/tests/python-ldap.spec @@ -41,7 +41,7 @@ Summary: %{summary} %prep %autosetup -%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 # Hack: We remove tests that are broken by OpenLDAP 2.5+ # 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