Dr. Werner Fink 2020-09-01 07:46:17 +00:00 committed by Git OBS Bridge
parent 5a5c3600ae
commit 07b426161b
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 1 07:42:04 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Increase update-alternatives priority to enforce update of the
symbolic links of an already installed but with older libexecdir
configured package (boo#1175919)
-------------------------------------------------------------------
Thu Aug 27 07:38:06 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -289,9 +289,9 @@ test -d var/catman/ && rm -rf var/catman/ || true
%endif
%endif
# Remark: soelim(1) is part of package groff or mandoc and
# makewhatis(8) is part of package makewaht or mandoc
# makewhatis(8) is part of package makewhat or mandoc
%{_sbindir}/update-alternatives --quiet --force \
--install %{_bindir}/man man %{_libexecdir}/man-db/wrapper 1010 \
--install %{_bindir}/man man %{_libexecdir}/man-db/wrapper 1020 \
--slave %{_bindir}/apropos apropos %{_libexecdir}/man-db/whatis \
--slave %{_bindir}/whatis whatis %{_libexecdir}/man-db/whatis \
--slave %{_mandir}/man1/man.1%{?ext_man} man.1%{?ext_man} %{_mandir}/man1/man-db.1%{?ext_man} \