Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velero-plugin-for-aws for
openSUSE:Factory checked in at 2025-09-17 17:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velero-plugin-for-aws (Old)
and /work/SRC/openSUSE:Factory/.velero-plugin-for-aws.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velero-plugin-for-aws"
Wed Sep 17 17:44:59 2025 rev:5 rq:1305380 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/velero-plugin-for-aws/velero-plugin-for-aws.changes
2022-02-21 20:51:41.606299916 +0100
+++
/work/SRC/openSUSE:Factory/.velero-plugin-for-aws.new.27445/velero-plugin-for-aws.changes
2025-09-17 17:46:00.670968442 +0200
@@ -1,0 +2,6 @@
+Wed Aug 20 12:42:35 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-aws.spec ++++++
--- /var/tmp/diff_new_pack.2pg7K9/_old 2025-09-17 17:46:01.290994487 +0200
+++ /var/tmp/diff_new_pack.2pg7K9/_new 2025-09-17 17:46:01.290994487 +0200
@@ -1,7 +1,7 @@
#
# spec file for package velero-plugin-for-aws
#
-# 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-aws/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 Amazon Web Service (AWS)
@@ -38,7 +38,6 @@
%build
%goprep %{goipath}
-export CGO_ENABLED=0
%gobuild -mod vendor -installsuffix "static" %{name}
%install