Hello community,

here is the log from the commit of package mlocate for openSUSE:Factory checked 
in at 2017-02-18 03:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mlocate (Old)
 and      /work/SRC/openSUSE:Factory/.mlocate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mlocate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mlocate/mlocate.changes  2016-08-31 
00:11:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mlocate.new/mlocate.changes     2017-02-18 
03:19:23.605857108 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 09:53:52 UTC 2017 - [email protected]
+
+- Update the umask also in su section where it could be nulled
+  wrt bsc#1019440
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mlocate.spec ++++++
--- /var/tmp/diff_new_pack.YWFuNk/_old  2017-02-18 03:19:24.153779717 +0100
+++ /var/tmp/diff_new_pack.YWFuNk/_new  2017-02-18 03:19:24.157779152 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlocate
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ mlocate.cron ++++++
--- /var/tmp/diff_new_pack.YWFuNk/_old  2017-02-18 03:19:24.193774068 +0100
+++ /var/tmp/diff_new_pack.YWFuNk/_new  2017-02-18 03:19:24.197773504 +0100
@@ -56,7 +56,7 @@
        # change the perms to the var directory to our desired user
        chown -R "${RUN_UPDATEDB_AS}":root /var/lib/mlocate
        # change the user and run the updatedb under it
-       /usr/bin/su "${RUN_UPDATEDB_AS}" -c "/usr/bin/updatedb ${NODEVS} 
${UPDATEDB_PRUNEFS} ${UPDATEDB_PRUNEPATHS}"
+       /usr/bin/su "${RUN_UPDATEDB_AS}" -c "umask 0022; /usr/bin/updatedb 
${NODEVS} ${UPDATEDB_PRUNEFS} ${UPDATEDB_PRUNEPATHS}"
 else
        echo >&2 "Warning: \"/usr/bin/updatedb\" is not executable, unable to 
run updatedb."
        exit 1


Reply via email to