Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package amazon-ecs-init for 
openSUSE:Leap:15.3 checked in at 2021-05-17 11:06:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3/amazon-ecs-init (Old)
 and      /work/SRC/openSUSE:Leap:15.3/.amazon-ecs-init.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amazon-ecs-init"

Mon May 17 11:06:42 2021 rev:2 rq: version:1.50.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.3/amazon-ecs-init/amazon-ecs-init.changes        
2021-04-15 14:19:06.907828572 +0200
+++ 
/work/SRC/openSUSE:Leap:15.3/.amazon-ecs-init.new.2988/amazon-ecs-init.changes  
    2021-05-17 11:06:42.529865498 +0200
@@ -1,0 +2,27 @@
+Mon Mar 15 13:51:52 UTC 2021 - Robert Schweikert <rjsch...@suse.com>
+
+- Add info about bundled dependencies in spec
+- Fix required go version
+- Handle go 1.16 or later by switching GO111MODULE to previous default
+
+-------------------------------------------------------------------
+Fri Feb 26 14:52:15 UTC 2021 - Robert Schweikert <rjsch...@suse.com>
+
+- Only build for x86_64 and aarch64
+
+-------------------------------------------------------------------
+Tue Feb 16 21:33:19 UTC 2021 - Robert Schweikert <rjsch...@suse.com>
+
+- Update to version 1.50.1 (bsc#1182343, bsc#1182344)
+  + Cache Agent version 1.50.1
+  + Does not restart ECS Agent when it exits with exit code 5
+- For detailed changes between the previous version and this version see
+  the included Changelog.md file
+
+-------------------------------------------------------------------
+Mon Feb  3 11:59:20 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+
+-------------------------------------------------------------------

Old:
----
  amazon-ecs-init-1.18.0-1.tar.gz

New:
----
  amazon-ecs-init-1.50.1-1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amazon-ecs-init.spec ++++++
--- /var/tmp/diff_new_pack.bcIt8w/_old  2021-05-17 11:06:42.837864374 +0200
+++ /var/tmp/diff_new_pack.bcIt8w/_new  2021-05-17 11:06:42.837864374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amazon-ecs-init
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,28 +18,117 @@
 
 %define short_name amazon-ecs
 Name:           amazon-ecs-init
-Version:        1.18.0
+Version:        1.50.1
 Release:        0
 Summary:        Amazon EC2 Container Service Initialization
 License:        Apache-2.0
 Group:          System Environment/Base
-Url:            https://github.com/aws/amazon-ecs-init
+URL:            https://github.com/aws/amazon-ecs-init
 Source0:        %{name}-%{version}-1.tar.gz
 Source1:        %{short_name}.service
 Patch0:         reproducible.patch
-BuildRequires:  go
-BuildRequires:  systemd
-%if 0%{?is_opensuse}
-Requires:       docker >= 1.6.0
-%else
+BuildRequires:  go  >= 1.7
+BuildRequires:  pkgconfig(systemd)
 # We cannot handle cross module dependencies properly, i.e. one module can
-# onlyd depend on one other module, instead of having a one to many
-# dependency construct.
+# only depend on one other module, instead of having a one to many
+# dependency construct. While docker is a hard requirement this cannot be
+# expressed here and we use Recommends. AS we want to have openSUSE and SLE
+# behave in the same way openSUSE has to suffer the same "brokenness"
 Recommends:     docker >= 1.6.0
-%endif
 Requires:       systemd
+Provides:       bundled(golang(github.com/Azure/go-ansiterm))
+Provides:       bundled(golang(github.com/Azure/go-ansiterm/winterm))
+Provides:       bundled(golang(github.com/Microsoft/go-winio))
+Provides:       
bundled(golang(github.com/NVIDIA/gpu-monitoring-tools/bindings/go/nvml))
+Provides:       bundled(golang(github.com/Nvveen/Gotty))
+Provides:       bundled(golang(github.com/Sirupsen/logrus))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/awserr))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/client))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/corehandlers))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/credentials))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/endpointcreds))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/aws/credentials/stscreds))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/defaults))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/ec2metadata))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/request))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/session))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/internal/sdkrand))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/private/protocol))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/private/protocol/query/queryutil))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/private/protocol/restxml))
+Provides:       
bundled(golang(github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/service/s3))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3iface))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/service/s3/s3manager))
+Provides:       bundled(golang(github.com/aws/aws-sdk-go/service/sts))
+Provides:       bundled(golang(github.com/cihub/seelog))
+Provides:       bundled(golang(github.com/cihub/seelog/archive))
+Provides:       bundled(golang(github.com/cihub/seelog/archive/gzip))
+Provides:       bundled(golang(github.com/cihub/seelog/archive/tar))
+Provides:       bundled(golang(github.com/cihub/seelog/archive/zip))
+Provides:       bundled(golang(github.com/coreos/go-systemd/activation))
+Provides:       bundled(golang(github.com/davecgh/go-spew/spew))
+Provides:       bundled(golang(github.com/docker/docker/api/types))
+Provides:       bundled(golang(github.com/docker/docker/api/types/blkiodev))
+Provides:       bundled(golang(github.com/docker/docker/api/types/container))
+Provides:       bundled(golang(github.com/docker/docker/api/types/filters))
+Provides:       bundled(golang(github.com/docker/docker/api/types/mount))
+Provides:       bundled(golang(github.com/docker/docker/api/types/network))
+Provides:       bundled(golang(github.com/docker/docker/api/types/registry))
+Provides:       bundled(golang(github.com/docker/docker/api/types/strslice))
+Provides:       bundled(golang(github.com/docker/docker/api/types/swarm))
+Provides:       bundled(golang(github.com/docker/docker/api/types/versions))
+Provides:       bundled(golang(github.com/docker/docker/opts))
+Provides:       bundled(golang(github.com/docker/docker/pkg/archive))
+Provides:       bundled(golang(github.com/docker/docker/pkg/fileutils))
+Provides:       bundled(golang(github.com/docker/docker/pkg/homedir))
+Provides:       bundled(golang(github.com/docker/docker/pkg/idtools))
+Provides:       bundled(golang(github.com/docker/docker/pkg/ioutils))
+Provides:       bundled(golang(github.com/docker/docker/pkg/jsonlog))
+Provides:       bundled(golang(github.com/docker/docker/pkg/jsonmessage))
+Provides:       bundled(golang(github.com/docker/docker/pkg/longpath))
+Provides:       bundled(golang(github.com/docker/docker/pkg/mount))
+Provides:       bundled(golang(github.com/docker/docker/pkg/pools))
+Provides:       bundled(golang(github.com/docker/docker/pkg/promise))
+Provides:       bundled(golang(github.com/docker/docker/pkg/stdcopy))
+Provides:       bundled(golang(github.com/docker/docker/pkg/system))
+Provides:       bundled(golang(github.com/docker/docker/pkg/term))
+Provides:       bundled(golang(github.com/docker/docker/pkg/term/windows))
+Provides:       bundled(golang(github.com/docker/go-connections/nat))
+Provides:       bundled(golang(github.com/docker/go-connections/sockets))
+Provides:       bundled(golang(github.com/docker/go-plugins-helpers/sdk))
+Provides:       bundled(golang(github.com/docker/go-plugins-helpers/volume))
+Provides:       bundled(golang(github.com/docker/go-units))
+Provides:       bundled(golang(github.com/fsouza/go-dockerclient))
+Provides:       bundled(golang(github.com/go-ini/ini))
+Provides:       bundled(golang(github.com/golang/mock/gomock))
+Provides:       bundled(golang(github.com/jmespath/go-jmespath))
+Provides:       bundled(golang(github.com/opencontainers/go-digest))
+Provides:       bundled(golang(github.com/opencontainers/image-spec/specs-go))
+Provides:       
bundled(golang(github.com/opencontainers/image-spec/specs-go/v1))
+Provides:       
bundled(golang(github.com/opencontainers/runc/libcontainer/system))
+Provides:       
bundled(golang(github.com/opencontainers/runc/libcontainer/user))
+Provides:       bundled(golang(github.com/pkg/errors))
+Provides:       bundled(golang(github.com/pmezard/go-difflib/difflib))
+Provides:       bundled(golang(github.com/stretchr/testify/assert))
+Provides:       bundled(golang(golang.org/x/net/context))
+Provides:       bundled(golang(golang.org/x/net/context/ctxhttp))
+Provides:       bundled(golang(golang.org/x/net/proxy))
+Provides:       bundled(golang(golang.org/x/sys/unix))
+Provides:       bundled(golang(golang.org/x/sys/windows))
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 aarch64
+ExclusiveArch:  x86_64 aarch64
 
 %description
 The Amazon EC2 Container Service initialization will start the ECS agent.
@@ -52,6 +141,7 @@
 %patch0 -p1
 
 %build
+export GO111MODULE="auto"
 ./scripts/gobuild.sh suse
 gzip -c scripts/amazon-ecs-init.1 > scripts/amazon-ecs-init.1.gz
 

++++++ amazon-ecs-init-1.18.0-1.tar.gz -> amazon-ecs-init-1.50.1-1.tar.gz ++++++
++++ 92056 lines of diff (skipped)

Reply via email to