From f011164832fca5a397ed42e785df6f75da2e073d Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Mon, 23 Feb 2015 16:26:28 +0100 Subject: [PATCH] Call ldconfig for pkcs11 version of libraries Signed-off-by: Tomas Hozza --- bind.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bind.spec b/bind.spec index 64299fb..cf03146 100644 --- a/bind.spec +++ b/bind.spec @@ -674,6 +674,10 @@ fi %postun libs-lite -p /sbin/ldconfig +%post pkcs11-libs -p /sbin/ldconfig + +%postun pkcs11-libs -p /sbin/ldconfig + %post chroot %systemd_post named-chroot.service if [ "$1" -gt 0 ]; then