Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package groff for openSUSE:Factory checked in at 2026-03-06 18:16:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/groff (Old) and /work/SRC/openSUSE:Factory/.groff.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "groff" Fri Mar 6 18:16:34 2026 rev:72 rq:1336549 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/groff/groff.changes 2026-01-30 18:21:17.055006232 +0100 +++ /work/SRC/openSUSE:Factory/.groff.new.561/groff.changes 2026-03-06 18:16:39.943354882 +0100 @@ -1,0 +2,6 @@ +Mon Mar 2 16:08:35 UTC 2026 - Antonio Teixeira <[email protected]> + +- Remove update-alternatives %post scripts for SLES 16.x future releases + (jsc#PED-15656, bsc#1245900) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ groff.spec ++++++ --- /var/tmp/diff_new_pack.my4n7X/_old 2026-03-06 18:16:41.207407593 +0100 +++ /var/tmp/diff_new_pack.my4n7X/_new 2026-03-06 18:16:41.211407760 +0100 @@ -91,8 +91,10 @@ # X fonts were moved back Provides: groff-devx = %{version}-%{release} Obsoletes: groff-devx <= 1.21 +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 # alternatives Requires(post): update-alternatives +%endif %else Provides: soelim BuildRequires: alts @@ -272,9 +274,11 @@ %if %{with full_build} %post -n groff-full %install_info --info-dir=%{_infodir} %{_infodir}/groff.info.gz +%if %{suse_version} <= 1600 || %{suse_version} >= 1699 if [ ! -f %{_mandir}/man7/roff-gf.7%{?ext_man} ]; then %{_sbindir}/update-alternatives --remove roff.7%{?ext_man} %{_mandir}/man7/roff-gf.7%{?ext_man} fi +%endif %preun -n groff-full %install_info_delete --info-dir=%{_infodir} %{_infodir}/groff.info.gz
