From 03a5f82f6c899696c18d7b3c71ae7536c2463173 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Wed, 3 Jul 2024 14:35:30 +0200 Subject: [PATCH] Restore patch needed for openldap-servers build Resolves: RHEL-35581 --- openldap.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openldap.spec b/openldap.spec index fbd5ac6..55fd474 100644 --- a/openldap.spec +++ b/openldap.spec @@ -51,6 +51,9 @@ 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} +Patch10: openldap-slapi-fix-plugin-plugin_pblock_new-usage.patch +%endif # check-password module specific patches Patch90: check-password-makefile.patch @@ -173,6 +176,9 @@ pushd openldap-%{version} %patch -P7 -p1 %patch -P8 -p1 %patch -P9 -p1 +%if %{with servers} +%patch -P10 -p1 +%endif # build smbk5pwd with other overlays ln -s ../../../contrib/slapd-modules/smbk5pwd/smbk5pwd.c servers/slapd/overlays