[packages/subversion] add missing ldconfig invocation to python3-subversion

atler atler at pld-linux.org
Fri Dec 29 15:04:53 CET 2023


commit 3cfba843da10ca305f2f6ff7cae1c0655164b4dc
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Dec 29 11:23:40 2023 +0100

    add missing ldconfig invocation to python3-subversion

 subversion.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/subversion.spec b/subversion.spec
index f915bb4..935aea9 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -814,6 +814,9 @@ rm -rf $RPM_BUILD_ROOT
 %post	-n python-subversion -p /sbin/ldconfig
 %postun	-n python-subversion -p /sbin/ldconfig
 
+%post	-n python3-subversion -p /sbin/ldconfig
+%postun	-n python3-subversion -p /sbin/ldconfig
+
 %post	-n ruby-subversion -p /sbin/ldconfig
 %postun	-n ruby-subversion -p /sbin/ldconfig
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/subversion.git/commitdiff/c077d6a5825be6b42199b82d4b2096662f3cfc91



More information about the pld-cvs-commit mailing list