run ldconfig against kernel-tools-libs not kernel-tools
This commit is contained in:
parent
e74c553506
commit
945e53c4dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue