[packages/libtiff] add missing ldconfig invocation to -cxx
atler
atler at pld-linux.org
Mon Sep 22 11:28:21 CEST 2025
commit 67c3c04a2aa42aea44c479f9052845367c8795c9
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Sep 22 11:23:45 2025 +0200
add missing ldconfig invocation to -cxx
libtiff.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libtiff.spec b/libtiff.spec
index 05e1612..2fc6beb 100644
--- a/libtiff.spec
+++ b/libtiff.spec
@@ -217,8 +217,11 @@ rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%post cxx -p /sbin/ldconfig
+%postun cxx -p /sbin/ldconfig
%files
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libtiff.git/commitdiff/67c3c04a2aa42aea44c479f9052845367c8795c9
More information about the pld-cvs-commit
mailing list