Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ganglia for openSUSE:Factory checked in at 2021-04-27 21:34:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ganglia (Old) and /work/SRC/openSUSE:Factory/.ganglia.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ganglia" Tue Apr 27 21:34:40 2021 rev:12 rq:888555 version:3.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ganglia/ganglia.changes 2021-01-28 21:22:35.927656503 +0100 +++ /work/SRC/openSUSE:Factory/.ganglia.new.12324/ganglia.changes 2021-04-27 21:34:51.752003577 +0200 @@ -1,0 +2,7 @@ +Mon Apr 26 16:42:06 UTC 2021 - Egbert Eich <[email protected]> + +- Do-not-use-var-run-but-run-as-path-for-PID-file.patch: + Change PID file for gmetad and gmond from /var/run to /run + (bsc#1185158 & bsc#1185159). + +------------------------------------------------------------------- New: ---- Do-not-use-var-run-but-run-as-path-for-PID-file.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ganglia.spec ++++++ --- /var/tmp/diff_new_pack.NXMqHG/_old 2021-04-27 21:34:52.356004571 +0200 +++ /var/tmp/diff_new_pack.NXMqHG/_new 2021-04-27 21:34:52.360004578 +0200 @@ -59,6 +59,7 @@ Patch27: ganglia-0023-Fix-hash-collisions.patch Patch28: ganglia-0024-Add-regular-Slab-memory-to-linux-memory-metrics.patch Patch29: ganglia-0025-Report-the-Linux-specific-slab-memory-metric.patch +Patch30: Do-not-use-var-run-but-run-as-path-for-PID-file.patch BuildRequires: fdupes BuildRequires: libapr1-devel BuildRequires: libart_lgpl-devel ++++++ Do-not-use-var-run-but-run-as-path-for-PID-file.patch ++++++ From: Egbert Eich <[email protected]> Date: Mon Apr 26 18:24:51 2021 +0200 Subject: Do not use /var/run but /run as path for PID file Patch-mainline: Not yet Git-commit: c4c00a66401dcde265c669854a6988b485e0445c References: See bsc#1185158 & bsc#1185159. Signed-off-by: Egbert Eich <[email protected]> --- scripts/fixconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fixconfig.in b/scripts/fixconfig.in index 8d02509..8cd4b0c 100644 --- a/scripts/fixconfig.in +++ b/scripts/fixconfig.in @@ -25,7 +25,7 @@ libdir="@libdir@" sbindir="@sbindir@" sysconfdir="@sysconfdir@" includedir="@includedir@" -runstatedir="@localstatedir@/run" # @runstatedir@ if autoconf >= 2.70 +runstatedir="/run" # @runstatedir@ if autoconf >= 2.70 if [ -d "@sysconfdir@/sysconfig" ] then envdir="@sysconfdir@/sysconfig"
