From 07b426161b9a30dd0a6f826b2d0af4a3dcc84a20d0fb29437951fe5df9c62dac Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 1 Sep 2020 07:46:17 +0000 Subject: [PATCH] boo#1175919 OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=118 --- man.changes | 7 +++++++ man.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/man.changes b/man.changes index 9892011..d693f0f 100644 --- a/man.changes +++ b/man.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 1 07:42:04 UTC 2020 - Dr. Werner Fink + +- 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 diff --git a/man.spec b/man.spec index 03c90af..fd7f677 100644 --- a/man.spec +++ b/man.spec @@ -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} \