don't call ldconfig in servers subacpakge
servers subpkg installs everything into private libdir, so no need to call ldconfig (since there is no ld.so.conf for it). Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
7472792967
commit
f08cb7ec48
@ -349,8 +349,6 @@ exit 0
|
||||
|
||||
|
||||
%post servers
|
||||
|
||||
/sbin/ldconfig
|
||||
%systemd_post slapd.service
|
||||
|
||||
# generate configuration if necessary
|
||||
@ -389,16 +387,11 @@ fi
|
||||
exit 0
|
||||
|
||||
%preun servers
|
||||
|
||||
%systemd_preun slapd.service
|
||||
|
||||
|
||||
%postun servers
|
||||
|
||||
/sbin/ldconfig
|
||||
%systemd_postun_with_restart slapd.service
|
||||
|
||||
|
||||
%triggerin servers -- libdb
|
||||
|
||||
# libdb upgrade (setup for %%triggerun)
|
||||
|
Loading…
Reference in New Issue
Block a user