[packages/snapper] add missing ldconfig invocation to -libs
atler
atler at pld-linux.org
Wed Jul 5 13:00:15 CEST 2023
commit 37d525c32163670a712356bf0c679cb8ae453cf9
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Jul 5 12:00:32 2023 +0200
add missing ldconfig invocation to -libs
snapper.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/snapper.spec b/snapper.spec
index 854433a..fec9c4e 100644
--- a/snapper.spec
+++ b/snapper.spec
@@ -108,6 +108,9 @@ cp -p examples/c/*.c examples/c++-lib/*.cc $RPM_BUILD_ROOT%{_examplesdir}/%{name
%clean
rm -rf $RPM_BUILD_ROOT
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
+
%files -f snapper.lang
%defattr(644,root,root,755)
%doc AUTHORS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/snapper.git/commitdiff/37d525c32163670a712356bf0c679cb8ae453cf9
More information about the pld-cvs-commit
mailing list