]> git.pld-linux.org Git - packages/xmlsec1.git/commitdiff
add missing ldconfig invocation to -gcrypt
authorJan Palus <atler@pld-linux.org>
Sun, 26 Nov 2023 13:29:44 +0000 (14:29 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 26 Nov 2023 13:29:44 +0000 (14:29 +0100)
xmlsec1.spec

index d32f9009cbc3c57387ef52f6e1c5b83ae299e9cd..72ff5b5efde9a8a579466fbcfa01df40d6b430f1 100644 (file)
@@ -308,6 +308,9 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
+%post  gcrypt -p /sbin/ldconfig
+%postun        gcrypt -p /sbin/ldconfig
+
 %post  gnutls -p /sbin/ldconfig
 %postun        gnutls -p /sbin/ldconfig
 
This page took 0.138064 seconds and 4 git commands to generate.