[bind] Call ldconfig for pkcs11 version of libraries

Tomas Hozza thozza at fedoraproject.org
Wed Feb 25 12:19:39 UTC 2015


commit f011164832fca5a397ed42e785df6f75da2e073d
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Feb 23 16:26:28 2015 +0100

    Call ldconfig for pkcs11 version of libraries
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 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


More information about the scm-commits mailing list