forked from pool/elfutils
Accepting request 486577 from home:jengelh:branches:Base:System
- Add missing ldconfig calls for libasm1 OBS-URL: https://build.opensuse.org/request/show/486577 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=90
This commit is contained in:
parent
83d355f128
commit
61111f74df
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 19:16:26 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Add missing ldconfig calls for libasm1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 19:02:31 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
@ -171,12 +171,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
ls -lR $RPM_BUILD_ROOT%{_libdir}/libelf*
|
||||
%find_lang %{name}
|
||||
|
||||
%post -n libasm1 -p /sbin/ldconfig
|
||||
|
||||
%post -n libebl1 -p /sbin/ldconfig
|
||||
|
||||
%post -n libelf1 -p /sbin/ldconfig
|
||||
|
||||
%post -n libdw1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libasm1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libebl1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libelf1 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user