[libassuan] Missing ldconfig calls (#696787)

Rex Dieter rdieter at fedoraproject.org
Thu Apr 14 20:15:58 UTC 2011


commit dff6e8c5473fcb968b916e40a99fbfa5baf240a0
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Apr 14 15:16:03 2011 -0500

    Missing ldconfig calls (#696787)

 libassuan.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <rdieter at fedoraproject.org> 2.0.0-4
+- Missing ldconfig calls (#696787)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list