From dff6e8c5473fcb968b916e40a99fbfa5baf240a0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Apr 2011 15:16:03 -0500 Subject: [PATCH] Missing ldconfig calls (#696787) --- libassuan.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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