Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velero-plugin-for-gcp for
openSUSE:Factory checked in at 2025-09-17 17:45:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velero-plugin-for-gcp (Old)
and /work/SRC/openSUSE:Factory/.velero-plugin-for-gcp.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velero-plugin-for-gcp"
Wed Sep 17 17:45:02 2025 rev:5 rq:1305381 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/velero-plugin-for-gcp/velero-plugin-for-gcp.changes
2022-02-21 20:51:38.554298592 +0100
+++
/work/SRC/openSUSE:Factory/.velero-plugin-for-gcp.new.27445/velero-plugin-for-gcp.changes
2025-09-17 17:46:01.667010282 +0200
@@ -1,0 +2,6 @@
+Wed Aug 20 12:43:34 UTC 2025 - Michael Matz <[email protected]>
+
+- Use current distro go default version. Don't force CGO to
+ off (doesn't work on some archs), use whatever go does by default.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ velero-plugin-for-gcp.spec ++++++
--- /var/tmp/diff_new_pack.r7uTaC/_old 2025-09-17 17:46:02.151030614 +0200
+++ /var/tmp/diff_new_pack.r7uTaC/_new 2025-09-17 17:46:02.155030782 +0200
@@ -1,7 +1,7 @@
#
# spec file for package velero-plugin-for-gcp
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
Source0:
https://github.com/vmware-tanzu/velero-plugin-for-gcp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: golang-packaging
-BuildRequires: golang(API) = 1.14
+BuildRequires: golang(API) >= 1.14
%description
Plugins to support Velero on Google Cloud Platform (GCP)
@@ -38,7 +38,6 @@
%build
%goprep %{goipath}
-export CGO_ENABLED=0
%gobuild -mod vendor -installsuffix "static" %{name}
%install