From b4f3ec4d59ff8183ba76009f740d48b60718581a Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: May 29 2017 14:44:13 +0000 Subject: add missing ldconfig --- diff --git a/libalvar.spec b/libalvar.spec index cb00048..c6a61b2 100644 --- a/libalvar.spec +++ b/libalvar.spec @@ -73,6 +73,10 @@ find %{buildroot}/%{_libdir} -type f -name "*.so*" -exec chrpath -d '{}' \; find %{buildroot}/%{_bindir} -type f -exec chrpath -d '{}' \; +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %license LICENSE %doc README