Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hashicorp-serf for openSUSE:Factory checked in at 2026-09-04 12:42:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hashicorp-serf (Old) and /work/SRC/openSUSE:Factory/.hashicorp-serf.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hashicorp-serf" Fri Sep 4 12:42:04 2026 rev:2 rq:1375621 version:0.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/hashicorp-serf/hashicorp-serf.changes 2025-12-15 12:06:56.144876606 +0100 +++ /work/SRC/openSUSE:Factory/.hashicorp-serf.new.1265/hashicorp-serf.changes 2026-09-04 12:42:31.893054581 +0200 @@ -1,0 +2,15 @@ +Thu Sep 3 13:14:05 UTC 2026 - Dario Faggioli <[email protected]> + +- Skip some more flacky tests during %check + +------------------------------------------------------------------- +Wed Sep 2 14:46:12 UTC 2026 - Dario Faggioli <[email protected]> + +- Update to version v10.0.4 + * Fixed a data race during shutdown + * Various dependency updates, including: + * memberlist update described in HCSEC-2026-18 + * go-metrics is updated to 0.6.0. This requires using the hashicorpmetrics build tag. + See: https://github.com/hashicorp/serf/releases/tag/v0.10.4 + +------------------------------------------------------------------- Old: ---- hashicorp-serf-0.10.2.tar.xz New: ---- hashicorp-serf-0.10.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hashicorp-serf.spec ++++++ --- /var/tmp/diff_new_pack.jsPlpn/_old 2026-09-04 12:42:33.889124680 +0200 +++ /var/tmp/diff_new_pack.jsPlpn/_new 2026-09-04 12:42:33.894124856 +0200 @@ -22,7 +22,7 @@ URL: https://github.com/hashicorp/serf Summary: Service orchestration and management tool License: Apache-2.0 AND BSD-3-Clause AND MIT AND MPL-2.0 -Version: 0.10.2 +Version: 0.10.4 Release: 0 Group: System/Management Source: hashicorp-serf-%{version}.tar.xz @@ -85,7 +85,8 @@ install -d -m 755 %{buildroot}%{_docdir}/%{name}/client install -d -m 755 %{buildroot}%{_docdir}/%{name}/demo/vagrant-cluster install -d -m 755 %{buildroot}%{_docdir}/%{name}/demo/web-load-balancer -install -d -m 755 %{buildroot}%{_docdir}/%{name}/ops-misc +install -d -m 755 %{buildroot}%{_docdir}/%{name}/demo/web-load-balancer/user_data +install -d -m 755 %{buildroot}%{_docdir}/%{name}/dist install -m 644 README.md %{buildroot}%{_docdir}/%{name}/ install -m 644 CHANGELOG.md %{buildroot}%{_docdir}/%{name}/ @@ -93,7 +94,8 @@ install -m 644 client/README.md %{buildroot}%{_docdir}/%{name}/client/ install -m 644 demo/vagrant-cluster/README.md %{buildroot}%{_docdir}/%{name}/demo/vagrant-cluster/ install -m 644 demo/web-load-balancer/README.md %{buildroot}%{_docdir}/%{name}/demo/web-load-balancer/ -install -m 644 ops-misc/README.md %{buildroot}%{_docdir}/%{name}/ops-misc/ +install -m 644 demo/web-load-balancer/user_data/README.md %{buildroot}%{_docdir}/%{name}/demo/web-load-balancer/user_data/ +install -m 644 dist/README.md %{buildroot}%{_docdir}/%{name}/dist/ %check # We can run some tests, but not the one that check the actual CLI @@ -103,7 +105,10 @@ # We also bettr skip the ones that have an internal timeout that # often reveals itself to be to short for OBS workers. -SKIPS="TestMemberEventCoalesce_Basic" +SKIPS="Test.*Coalesce.*|TestSerf_Join_IgnoreOld|TestSerf_eventsLeave.*|TestSerf_.*Snapshot.*" + +# Cap parallelism to prevent/mitigate timing issues on slow OBS workers +export GOMAXPROCS=$(( %{_smp_build_ncpus} > 4 ? 4 : %{_smp_build_ncpus} )) go test -mod=vendor -v -skip "$SKIPS" $PKGS ++++++ LICENSE ++++++ --- /var/tmp/diff_new_pack.jsPlpn/_old 2026-09-04 12:42:34.012129000 +0200 +++ /var/tmp/diff_new_pack.jsPlpn/_new 2026-09-04 12:42:34.026129492 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2013 HashiCorp, Inc. +Copyright IBM Corp. 2013, 2026 Mozilla Public License, version 2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jsPlpn/_old 2026-09-04 12:42:34.094131880 +0200 +++ /var/tmp/diff_new_pack.jsPlpn/_new 2026-09-04 12:42:34.098132020 +0200 @@ -2,11 +2,11 @@ <service name="tar_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/hashicorp/serf.git</param> - <param name="revision">v0.10.2</param> + <param name="revision">v0.10.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">[v]?([^-+a-z]+)(.*)</param> <param name="versionrewrite-replacement">\1</param> - <param name="changesgenerate">disable</param> + <param name="changesgenerate">enable</param> <param name="filename">hashicorp-serf</param> </service> @@ -24,7 +24,7 @@ </service> <service name="go_modules" mode="manual"> - <param name="archive">serf-*.tar.xz</param> + <param name="archive">hashicorp-serf-*.tar.xz</param> </service> </services> ++++++ hashicorp-serf-0.10.2.tar.xz -> hashicorp-serf-0.10.4.tar.xz ++++++ ++++ 6102 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ ++++ 89638 lines of diff (skipped)
