Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package man for openSUSE:Factory checked in at 2026-04-08 17:13:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/man (Old) and /work/SRC/openSUSE:Factory/.man.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man" Wed Apr 8 17:13:45 2026 rev:111 rq:1344972 version:2.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/man/man.changes 2026-03-24 18:47:52.508026734 +0100 +++ /work/SRC/openSUSE:Factory/.man.new.21863/man.changes 2026-04-08 17:14:08.003981345 +0200 @@ -1,0 +2,6 @@ +Tue Apr 7 09:55:41 UTC 2026 - Dr. Werner Fink <[email protected]> + +- Make choice for transfiletriggerin or filetriggerin rpm version + depend (boo#1261544) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ man.spec ++++++ --- /var/tmp/diff_new_pack.xhU1Hb/_old 2026-04-08 17:14:09.108026737 +0200 +++ /var/tmp/diff_new_pack.xhU1Hb/_new 2026-04-08 17:14:09.112026901 +0200 @@ -290,11 +290,8 @@ -- } -%if 0%{?suse_version} >= 1699 +%if %{lua: print(rpm.vercmp(rpm.expand("%rpmversion"), "4.13") >= 0 and 1 or 0)} %transfiletriggerin -p <lua> -- %{_mandir} -%else -%filetriggerin -p <lua> -- %{_mandir} -%endif %trigger_functions stat = posix.stat("%{_localstatedir}/cache/man/index.db") if stat then @@ -314,12 +311,10 @@ end execute("%{_bindir}/mandb", "--quiet", "--create") end +%endif -%if 0%{?suse_version} >= 1699 +%if %{lua: print(rpm.vercmp(rpm.expand("%rpmversion"), "4.13") >= 0 and 1 or 0)} %transfiletriggerpostun -p <lua> -- %{_mandir} -%else -%filetriggerpostun -p <lua> -- %{_mandir} -%endif %trigger_functions stat = posix.stat("%{_localstatedir}/cache/man/index.db") if stat then @@ -339,6 +334,7 @@ end execute("%{_bindir}/mandb", "--quiet", "--create") end +%endif %pre test -d var/catman/ && rm -rf var/catman/ || true
