boo#1101652
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=260
This commit is contained in:
parent
4c3bb02022
commit
c009034ba4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 20 09:33:08 UTC 2018 - werner@suse.de
|
||||
|
||||
- Avoid error message on info.info(.info) as this file should not be
|
||||
installed due it is part of the system package info (boo#1101652)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 8 20:14:24 UTC 2018 - schwab@linux-m68k.org
|
||||
|
||||
|
@ -646,12 +646,14 @@ fi
|
||||
|
||||
%post info
|
||||
for f in %info_files; do
|
||||
test "$f" = "info.info" && continue
|
||||
test -e "$f" || f="${f}.info"
|
||||
%install_info --info-dir=%{_infodir} "%{_infodir}/$f.gz"
|
||||
done
|
||||
|
||||
%preun info
|
||||
for f in %info_files; do
|
||||
test "$f" = "info.info" && continue
|
||||
test -e "$f" || f="${f}.info"
|
||||
%install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f.gz"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user