From 5010c3fe7266f1bf1a43dbb062a0cca2d984bb3e Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Thu, 4 Jul 2024 09:50:18 +0200 Subject: [PATCH] Remove conditions for patch inclusion SRPM geneneration can skip the patch if it's inside %if..%endif. But this patch might be needed for conditional builds. Resolves: RHEL-35581 --- openldap.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 55fd474..b6719e8 100644 --- a/openldap.spec +++ b/openldap.spec @@ -51,9 +51,8 @@ Patch6: openldap-switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.patch Patch7: openldap-openssl-manpage-defaultCA.patch Patch8: openldap-add-export-symbols-LDAP_CONNECTIONLESS.patch Patch9: openldap-explicitly-cast-private-values.patch -%if %{with servers} +# Needed for openldap-servers build Patch10: openldap-slapi-fix-plugin-plugin_pblock_new-usage.patch -%endif # check-password module specific patches Patch90: check-password-makefile.patch