Hello community,

here is the log from the commit of package mlocate for openSUSE:Factory checked 
in at 2015-08-23 15:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-10-29 
21:09:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mlocate.new/mlocate.changes     2015-08-23 
17:44:41.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug 21 07:23:52 UTC 2015 - tchva...@suse.com
+
+- Specify umask to allow user redefine the value in login.defs
+  bnc#941296
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mlocate.spec ++++++
--- /var/tmp/diff_new_pack.tVA678/_old  2015-08-23 17:44:42.000000000 +0200
+++ /var/tmp/diff_new_pack.tVA678/_new  2015-08-23 17:44:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mlocate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.tVA678/_old  2015-08-23 17:44:42.000000000 +0200
+++ /var/tmp/diff_new_pack.tVA678/_new  2015-08-23 17:44:42.000000000 +0200
@@ -1,6 +1,9 @@
 #! /bin/sh
 set -e
 
+# ensure we have proper umask bnc#941296
+umask 0022
+
 # check if we run on battery and if so then don't run
 if which on_ac_power >/dev/null 2>&1; then
        ON_BATTERY=0


Reply via email to