[packages/AppStream] add missing ldconfig invocation to -qt5

atler atler at pld-linux.org
Fri Apr 19 13:37:07 CEST 2024


commit 2ca062ae85d821d79cb8f3b7f4e3dd8bf857aa16
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Apr 19 12:42:52 2024 +0200

    add missing ldconfig invocation to -qt5

 AppStream.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/AppStream.spec b/AppStream.spec
index 52f5931..8dcf764 100644
--- a/AppStream.spec
+++ b/AppStream.spec
@@ -320,6 +320,9 @@ rm -rf $RPM_BUILD_ROOT
 %post	compose -p /sbin/ldconfig
 %postun	compose -p /sbin/ldconfig
 
+%post	qt5 -p /sbin/ldconfig
+%postun	qt5 -p /sbin/ldconfig
+
 %post	qt6 -p /sbin/ldconfig
 %postun	qt6 -p /sbin/ldconfig
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/AppStream.git/commitdiff/2ca062ae85d821d79cb8f3b7f4e3dd8bf857aa16



More information about the pld-cvs-commit mailing list