Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package resource-agents for openSUSE:Factory checked in at 2022-04-16 00:13:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/resource-agents (Old) and /work/SRC/openSUSE:Factory/.resource-agents.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "resource-agents" Sat Apr 16 00:13:09 2022 rev:115 rq:970082 version:4.11.0rc1+git2.d40f1f1b Changes: -------- --- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes 2022-04-03 21:30:35.956082000 +0200 +++ /work/SRC/openSUSE:Factory/.resource-agents.new.1941/resource-agents.changes 2022-04-16 00:13:26.765584756 +0200 @@ -1,0 +2,5 @@ +Wed Apr 6 13:57:27 UTC 2022 - Roger Zhou <zz...@suse.com> + +- Drop obs resource-agents.conf and reuse the one in upstream commit 826c5532 + +------------------------------------------------------------------- Old: ---- resource-agents.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ resource-agents.spec ++++++ --- /var/tmp/diff_new_pack.t7pPns/_old 2022-04-16 00:13:27.653585942 +0200 +++ /var/tmp/diff_new_pack.t7pPns/_new 2022-04-16 00:13:27.657585947 +0200 @@ -24,8 +24,7 @@ Group: Productivity/Clustering/HA URL: http://linux-ha.org/ Source: resource-agents-%{version}.tar.xz -Source1: resource-agents.conf -Source2: monitoring-plugins-metadata.tar.bz2 +Source1: monitoring-plugins-metadata.tar.bz2 # PATCH-FIX-OPENSUSE: activate VG with partial PV by default Patch1: 0001-LVM-Default-partial_activation-to-true-in-SLE-HAE.patch @@ -144,7 +143,8 @@ chmod 0755 %{buildroot}%{_sbindir}/ocf-tester chmod 0755 %{buildroot}%{_sbindir}/ocft mkdir -p %{buildroot}%{_prefix}/lib/tmpfiles.d -install -m 644 %{SOURCE1} %{buildroot}%{_prefix}/lib/tmpfiles.d +install -m 644 systemd/resource-agents.conf %{buildroot}%{_prefix}/lib/tmpfiles.d + ( cd %{buildroot}/%{_libdir}/heartbeat for f in ocf-returncodes ocf-shellfuncs @@ -154,7 +154,7 @@ ) # install nagios plugins XML metadata -tar -xjf %{SOURCE2} +tar -xjf %{SOURCE1} mkdir -p %{buildroot}%{_datadir}/nagios/plugins-metadata for file in $(find plugins-metadata -type f); do install -m 644 $file %{buildroot}%{_datadir}/nagios/plugins-metadata