diff --git a/libassuan.spec b/libassuan.spec index e1019f2..6bfc1d0 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,7 +1,7 @@ Name: libassuan Summary: GnuPG IPC library Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} # The library is LGPLv2+, the documentation GPLv3+ License: LGPLv2+ and GPLv3+ @@ -63,6 +63,10 @@ rm -f %{buildroot}%{_libdir}/lib*.la make check +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %post devel /sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || : @@ -90,6 +94,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 14 2011 Rex Dieter 2.0.0-4 +- Missing ldconfig calls (#696787) + * Mon Feb 07 2011 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild