summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2015-02-23 16:26:28 +0100
committerTomas Hozza <thozza@redhat.com>2015-02-23 16:26:28 +0100
commitf011164832fca5a397ed42e785df6f75da2e073d (patch)
tree93541189772f37e0670621bf67a66baeb24a8c1b
parenta62625f0bd85aebbca2f64ad2a134804e76aa77e (diff)
downloadbind-f011164832fca5a397ed42e785df6f75da2e073d.tar.gz
bind-f011164832fca5a397ed42e785df6f75da2e073d.tar.xz
bind-f011164832fca5a397ed42e785df6f75da2e073d.zip
Call ldconfig for pkcs11 version of libraries
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec4
1 files changed, 4 insertions, 0 deletions
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