From 687255db6e607e5e5cb141124812b1717969682a Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Mon, 22 Jan 2018 14:16:55 +0100 Subject: [PATCH] Add forgotten ldconfig for export-libs --- bind.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bind.spec b/bind.spec index bd41a14..b5b8f0f 100644 --- a/bind.spec +++ b/bind.spec @@ -924,6 +924,12 @@ fi %ldconfig_scriptlets pkcs11-libs %endif +%if %{with_export_libs} +%post export-libs -p /sbin/ldconfig + +%postun export-libs -p /sbin/ldconfig +%endif + %post chroot %systemd_post named-chroot.service if [ "$1" -gt 0 ]; then