Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package groff for openSUSE:Factory checked in at 2022-02-10 23:11:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/groff (Old) and /work/SRC/openSUSE:Factory/.groff.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "groff" Thu Feb 10 23:11:24 2022 rev:63 rq:952251 version:1.22.4 Changes: -------- --- /work/SRC/openSUSE:Factory/groff/groff.changes 2021-12-03 20:35:19.316239908 +0100 +++ /work/SRC/openSUSE:Factory/.groff.new.1956/groff.changes 2022-02-10 23:11:25.248108733 +0100 @@ -1,0 +2,5 @@ +Mon Feb 7 20:17:31 UTC 2022 - Stanislav Brabec <[email protected]> + +- Do not fail with rpm --excludedocs (bsc#1192195). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ groff.spec ++++++ --- /var/tmp/diff_new_pack.K6VT9S/_old 2022-02-10 23:11:26.092110870 +0100 +++ /var/tmp/diff_new_pack.K6VT9S/_new 2022-02-10 23:11:26.096110880 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -251,9 +251,11 @@ %if %{with full_build} %post -n groff-full %install_info --info-dir=%{_infodir} %{_infodir}/groff.info.gz -update-alternatives --install \ +if test -f %{_mandir}/man7/roff-gf.7%{?ext_man} ; then + update-alternatives --install \ %{_mandir}/man7/roff.7%{?ext_man} roff.7%{?ext_man} \ %{_mandir}/man7/roff-gf.7%{?ext_man} 500 +fi %preun -n groff-full %install_info_delete --info-dir=%{_infodir} %{_infodir}/groff.info.gz
