Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2019-03-10 09:30:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Sun Mar 10 09:30:42 2019 rev:143 rq:681639 version:8.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2018-11-26 
10:14:44.746123373 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new.28833/rsyslog.changes       
2019-03-10 09:30:48.180243846 +0100
@@ -1,0 +2,7 @@
+Fri Feb 22 11:47:22 UTC 2019 - [email protected]
+
+- set default permissions before include directives (bsc#1126233)
+  * Logfile open modes depend on position in the config file, see
+    https://www.rsyslog.com/doc/rsconf1_filecreatemode.html
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.6cr0Tp/_old  2019-03-10 09:30:51.252243076 +0100
+++ /var/tmp/diff_new_pack.6cr0Tp/_new  2019-03-10 09:30:51.284243067 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 

++++++ rsyslog.conf.in ++++++
--- /var/tmp/diff_new_pack.6cr0Tp/_old  2019-03-10 09:30:52.432242779 +0100
+++ /var/tmp/diff_new_pack.6cr0Tp/_new  2019-03-10 09:30:52.444242777 +0100
@@ -35,6 +35,15 @@
 # set log level 1 (same as in /etc/sysconfig/syslog).
 $klogConsoleLogLevel    1
 
+#
+# Set the default permissions for all log files.
+#
+$FileOwner root
+$FileGroup root
+$FileCreateMode 0640
+$DirCreateMode 0750
+$Umask 0022
+
 # Use rsyslog native, rfc5424 conform log format as default
 # ($ActionFileDefaultTemplate RSYSLOG_FileFormat).
 #
@@ -59,15 +68,6 @@
 #
 $IncludeConfig ETC_RSYSLOG_D_GLOB
 
-#
-# Set the default permissions for all log files.
-#
-$FileOwner root
-$FileGroup root
-$FileCreateMode 0640
-$DirCreateMode 0750
-$Umask 0022
-
 ###
 # print most important on tty10 and on the xconsole pipe
 #


Reply via email to