Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nagios for openSUSE:Factory checked in at 2022-09-23 14:15:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nagios (Old) and /work/SRC/openSUSE:Factory/.nagios.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nagios" Fri Sep 23 14:15:12 2022 rev:23 rq:1005468 version:4.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/nagios/nagios.changes 2022-05-25 20:35:50.936335373 +0200 +++ /work/SRC/openSUSE:Factory/.nagios.new.2275/nagios.changes 2022-09-23 14:15:47.082059746 +0200 @@ -1,0 +2,8 @@ +Thu Sep 15 17:26:14 UTC 2022 - Lars Vogdt <l...@linux-schulserver.de> + +- do not change ownership of resource_file (/etc/nagios/resource.cfg) + during (re-)start: nagios does not have enough permissions to do + it anyway. + Fixes bsc#1192316 - thanks to Kai Lappalainen + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nagios-exec-start-post ++++++ --- /var/tmp/diff_new_pack.WNvrwI/_old 2022-09-23 14:15:47.914061685 +0200 +++ /var/tmp/diff_new_pack.WNvrwI/_new 2022-09-23 14:15:47.922061704 +0200 @@ -42,6 +42,4 @@ fi chown --no-dereference ${nagios_user}:${nagios_cmdgrp} "$file" done -chmod 660 "$resource_file" -chown --no-dereference ${nagios_user}:${nagios_cmdgrp} "$resource_file" ++++++ nagios-exec-start-pre ++++++ --- /var/tmp/diff_new_pack.WNvrwI/_old 2022-09-23 14:15:47.942061750 +0200 +++ /var/tmp/diff_new_pack.WNvrwI/_new 2022-09-23 14:15:47.950061769 +0200 @@ -75,6 +75,4 @@ install -d -m755 -o${nagios_user} -g${nagios_group} "$dir" ;; esac -chmod 660 "$resource_file" -chown --no-dereference ${nagios_user}:${nagios_cmdgrp} "$resource_file"