Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mlocate for openSUSE:Factory checked in at 2023-03-25 18:56:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mlocate (Old) and /work/SRC/openSUSE:Factory/.mlocate.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mlocate" Sat Mar 25 18:56:10 2023 rev:31 rq:1074319 version:0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/mlocate/mlocate.changes 2023-02-05 19:20:41.163724583 +0100 +++ /work/SRC/openSUSE:Factory/.mlocate.new.31432/mlocate.changes 2023-03-25 18:56:33.823042598 +0100 @@ -1,0 +2,5 @@ +Fri Mar 17 11:14:00 UTC 2023 - Arjen de Korte <[email protected]> + +- Set umask 0022 before running /usr/bin/updatedb (boo#1209409) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mlocate.service ++++++ --- /var/tmp/diff_new_pack.vaRyTA/_old 2023-03-25 18:56:34.323045211 +0100 +++ /var/tmp/diff_new_pack.vaRyTA/_new 2023-03-25 18:56:34.323045211 +0100 @@ -18,7 +18,7 @@ Type=oneshot ExecStart=/bin/sh -c \ "chown -R ${RUN_UPDATEDB_AS}:root /var/lib/mlocate && \ - su --shell=/bin/sh ${RUN_UPDATEDB_AS} -c /usr/bin/updatedb" + su --shell=/bin/sh ${RUN_UPDATEDB_AS} -c 'umask 0022; /usr/bin/updatedb'" # Ensure we have proper umask bnc#941296 UMask=0022
