Accepting request 527018 from home:oertel:branches:filesystems
- ignore errors for install-info calls in post scripts, otherwise installing with "--excludedocs" fails OBS-URL: https://build.opensuse.org/request/show/527018 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=85
This commit is contained in:
parent
a54c05230c
commit
fc9446018e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 14:42:48 CEST 2017 - ro@suse.de
|
||||
|
||||
- ignore errors for install-info calls in post scripts,
|
||||
otherwise installing with "--excludedocs" fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 15:33:16 UTC 2017 - jack@suse.cz
|
||||
|
||||
|
@ -281,14 +281,14 @@ done
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%if ! %{build_mini}
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%if ! %{build_mini}
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
|
||||
%{?regenerate_initrd_post}
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user