Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package amazon-ecs-init for openSUSE:Factory
checked in at 2026-04-14 17:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amazon-ecs-init (Old)
and /work/SRC/openSUSE:Factory/.amazon-ecs-init.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amazon-ecs-init"
Tue Apr 14 17:50:02 2026 rev:16 rq:1346859 version:1.102.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/amazon-ecs-init/amazon-ecs-init.changes
2026-04-10 18:01:34.303046566 +0200
+++
/work/SRC/openSUSE:Factory/.amazon-ecs-init.new.21863/amazon-ecs-init.changes
2026-04-14 17:51:46.952128444 +0200
@@ -1,0 +2,9 @@
+Fri Apr 10 18:53:32 UTC 2026 - Joachim Gleissner <[email protected]>
+
+- Drop use-agent-container-built-in-certs.patch (patch ineffective
+ as it doesn't set //go:build required by newer versions of go)
+- Drop 'suse' flag from build script command so generic_rpm target
+ gets built (otherwise /etc/ssl gets bind to agent container which
+ shadows the built-in certificate files)
+
+-------------------------------------------------------------------
Old:
----
use-agent-container-built-in-certs.patch
----------(Old B)----------
Old:
- Drop use-agent-container-built-in-certs.patch (patch ineffective
as it doesn't set //go:build required by newer versions of go)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amazon-ecs-init.spec ++++++
--- /var/tmp/diff_new_pack.XJH0UC/_old 2026-04-14 17:51:48.368186980 +0200
+++ /var/tmp/diff_new_pack.XJH0UC/_new 2026-04-14 17:51:48.376187311 +0200
@@ -28,7 +28,6 @@
Source1: %{short_name}.service
Source2: amazon-ecs-init.tmpfiles
Patch0: reproducible.patch
-Patch1: use-agent-container-built-in-certs.patch
BuildRequires: go >= 1.7
BuildRequires: pkgconfig(systemd)
# We cannot handle cross module dependencies properly, i.e. one module can
@@ -141,12 +140,11 @@
%prep
%setup -q -n amazon-ecs-agent-%{version}
%patch -P0 -p1
-%patch -P1 -p1
%build
env
export GO111MODULE="auto"
-SUSE_ZNOW=0 ./scripts/gobuild.sh suse
+SUSE_ZNOW=0 ./scripts/gobuild.sh
gzip -c scripts/amazon-ecs-init.1 > scripts/amazon-ecs-init.1.gz
%install