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-01-28 21:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ganglia (Old)
 and      /work/SRC/openSUSE:Factory/.ganglia.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ganglia"

Thu Jan 28 21:22:35 2021 rev:11 rq:867302 version:3.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ganglia/ganglia.changes  2020-02-07 
15:59:34.567671010 +0100
+++ /work/SRC/openSUSE:Factory/.ganglia.new.28504/ganglia.changes       
2021-01-28 21:22:35.927656503 +0100
@@ -1,0 +2,12 @@
+Wed Jan 27 11:48:29 UTC 2021 - Egbert Eich <e...@suse.com>
+
+- Only requires user(daemon) on major versions >= 15.
+- Work around silly %autopatch bug in SLE 12.
+
+-------------------------------------------------------------------
+Tue Jan 26 14:14:36 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Replace system-user-daemon with user(daemon): be resilient to
+  package name changes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ganglia.spec ++++++
--- /var/tmp/diff_new_pack.Mme2JV/_old  2021-01-28 21:22:36.847657961 +0100
+++ /var/tmp/diff_new_pack.Mme2JV/_new  2021-01-28 21:22:36.851657967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ganglia
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,10 +70,12 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  rrdtool-devel
-BuildRequires:  system-user-daemon
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(systemd)
-Requires:       system-user-daemon
+%if 0%{?suse_version} >= 1500
+BuildRequires:  user(daemon)
+Requires:       user(daemon)
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -117,7 +119,9 @@
 Provides:       ganglia-monitor-core-gmond = %{version}
 %{?systemd_requires}
 Requires(post): coreutils
-Requires:       system-user-daemon
+%if 0%{?suse_version} >= 1500
+Requires:       user(daemon)
+%endif
 
 %description gmond
 Ganglia is a scalable, real-time monitoring and execution environment
@@ -178,6 +182,9 @@
 %prep
 %setup -q
 %autopatch -p1
+
+# do not delete empty line above - autopatch is broken in 12
+
 %build
 export LIBS="-ltirpc"
 %configure --with-gmetad \

Reply via email to