Hello community,

here is the log from the commit of package man for openSUSE:Factory checked in 
at 2020-09-04 10:53:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man (Old)
 and      /work/SRC/openSUSE:Factory/.man.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man"

Fri Sep  4 10:53:46 2020 rev:83 rq:831052 version:2.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/man/man.changes  2020-08-27 14:42:02.645229192 
+0200
+++ /work/SRC/openSUSE:Factory/.man.new.3399/man.changes        2020-09-04 
10:53:48.342452791 +0200
@@ -1,0 +2,12 @@
+Sun Aug 30 17:39:08 UTC 2020 - Antoine Belvire <[email protected]>
+
+- Fix usage of update-alternatives (boo#1175919).
+
+-------------------------------------------------------------------
+Thu Aug 27 12:59:12 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- Don't recommend groff-full to avoid pulling in ghostscript etc.
+  groff-full installs itself when there's groff and
+  ghostscript-library installed.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.p5rNGH/_old  2020-09-04 10:53:49.382453347 +0200
+++ /var/tmp/diff_new_pack.p5rNGH/_new  2020-09-04 10:53:49.386453350 +0200
@@ -79,16 +79,13 @@
 PreReq:         fillup
 Requires(post): update-alternatives
 Requires(posttrans): systemd
+Requires(postun): update-alternatives
 Requires(pre):  group(man)
 Requires(pre):  user(man)
-Requires(preun): update-alternatives
 Provides:       man_db
 %if 0%{?suse_version} < 1500
 Requires:       cron
 %endif
-%if 0%{?suse_version} > 1300
-Recommends:     groff-full
-%endif
 
 %description
 A program for displaying man pages on the screen or sending them to a
@@ -289,7 +286,7 @@
 %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 
\
        --slave   %{_bindir}/apropos apropos %{_libexecdir}/man-db/whatis \
@@ -305,10 +302,6 @@
 %service_del_preun mandb.service mandb.timer
 %endif
 %endif
-if test $1 -eq 0
-then
-       %{_sbindir}/update-alternatives --quiet --remove man %{_bindir}/man
-fi
 
 %postun
 /sbin/ldconfig
@@ -318,6 +311,9 @@
 %service_del_postun mandb.service mandb.timer
 %endif
 %endif
+if [ ! -f %{_libexecdir}/man-db/wrapper ] ; then
+   update-alternatives --quiet --remove man %{_libexecdir}/man-db/wrapper
+fi
 
 %posttrans
 %{?tmpfiles_create:%tmpfiles_create %{_prefix}/lib/tmpfiles.d/man-db.conf}



Reply via email to