run ldconfig against kernel-tools-libs not kernel-tools
This commit is contained in:
parent
e74c553506
commit
945e53c4dc
@ -1781,10 +1781,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
###
|
||||
|
||||
%if %{with_tools}
|
||||
%post -n kernel-tools
|
||||
%post -n kernel-tools-libs
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun -n kernel-tools
|
||||
%postun -n kernel-tools-libs
|
||||
/sbin/ldconfig
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user