|
27 | 27 | %global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver |
28 | 28 |
|
29 | 29 | Name: ecs-init |
30 | | -Version: 1.102.0 |
| 30 | +Version: 1.102.1 |
31 | 31 | Release: 1%{?dist} |
32 | 32 | License: Apache 2.0 |
33 | 33 | Summary: Amazon Elastic Container Service initialization application |
@@ -61,22 +61,30 @@ Requires: procps |
61 | 61 | # statements by reading out the vendor directory: |
62 | 62 | # |
63 | 63 | # find ../../ecs-init/vendor -name \*.go -exec dirname {} \; | sort | uniq | sed 's,^.*ecs-init/vendor/,,; s/^/bundled(golang(/; s/$/))/;' | sed 's/^/Provides:\t/' | expand - |
64 | | -Provides: bundled(golang(github.com/Azure/go-ansiterm)) |
65 | | -Provides: bundled(golang(github.com/Azure/go-ansiterm/winterm)) |
66 | | -Provides: bundled(golang(github.com/Microsoft/go-winio)) |
67 | | -Provides: bundled(golang(github.com/Microsoft/go-winio/internal/fs)) |
68 | | -Provides: bundled(golang(github.com/Microsoft/go-winio/internal/socket)) |
69 | | -Provides: bundled(golang(github.com/Microsoft/go-winio/internal/stringbuffer)) |
70 | | -Provides: bundled(golang(github.com/Microsoft/go-winio/pkg/guid)) |
71 | | -Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/dl)) |
72 | | -Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/nvml)) |
73 | 64 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/awsrulesfn)) |
74 | 65 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/ipcompatibility)) |
75 | 66 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/logger)) |
76 | 67 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils)) |
77 | 68 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/net)) |
78 | 69 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/netlinkwrapper)) |
79 | 70 | Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/netlinkwrapper/mocks)) |
| 71 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) |
| 72 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) |
| 73 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) |
| 74 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) |
| 75 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) |
| 76 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) |
| 77 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) |
| 78 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) |
| 79 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) |
| 80 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) |
| 81 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) |
| 82 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) |
| 83 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) |
| 84 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) |
| 85 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) |
| 86 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) |
| 87 | +Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) |
80 | 88 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws)) |
81 | 89 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/arn)) |
82 | 90 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/defaults)) |
@@ -135,30 +143,13 @@ Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/internal/ |
135 | 143 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/types)) |
136 | 144 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso)) |
137 | 145 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints)) |
138 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/types)) |
139 | 146 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc)) |
140 | 147 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints)) |
141 | 148 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc/types)) |
| 149 | +Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/types)) |
142 | 150 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts)) |
143 | 151 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints)) |
144 | 152 | Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts/types)) |
145 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws)) |
146 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr)) |
147 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil)) |
148 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata)) |
149 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials)) |
150 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints)) |
151 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request)) |
152 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4)) |
153 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context)) |
154 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini)) |
155 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio)) |
156 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath)) |
157 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults)) |
158 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings)) |
159 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight)) |
160 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol)) |
161 | | -Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest)) |
162 | 153 | Provides: bundled(golang(github.com/aws/smithy-go)) |
163 | 154 | Provides: bundled(golang(github.com/aws/smithy-go/auth)) |
164 | 155 | Provides: bundled(golang(github.com/aws/smithy-go/auth/bearer)) |
@@ -186,6 +177,8 @@ Provides: bundled(golang(github.com/aws/smithy-go/tracing)) |
186 | 177 | Provides: bundled(golang(github.com/aws/smithy-go/transport/http)) |
187 | 178 | Provides: bundled(golang(github.com/aws/smithy-go/transport/http/internal/io)) |
188 | 179 | Provides: bundled(golang(github.com/aws/smithy-go/waiter)) |
| 180 | +Provides: bundled(golang(github.com/Azure/go-ansiterm)) |
| 181 | +Provides: bundled(golang(github.com/Azure/go-ansiterm/winterm)) |
189 | 182 | Provides: bundled(golang(github.com/cihub/seelog)) |
190 | 183 | Provides: bundled(golang(github.com/cihub/seelog/archive)) |
191 | 184 | Provides: bundled(golang(github.com/cihub/seelog/archive/gzip)) |
@@ -235,20 +228,28 @@ Provides: bundled(golang(github.com/klauspost/compress/internal/cpuinfo)) |
235 | 228 | Provides: bundled(golang(github.com/klauspost/compress/internal/snapref)) |
236 | 229 | Provides: bundled(golang(github.com/klauspost/compress/zstd)) |
237 | 230 | Provides: bundled(golang(github.com/klauspost/compress/zstd/internal/xxhash)) |
| 231 | +Provides: bundled(golang(github.com/Microsoft/go-winio)) |
| 232 | +Provides: bundled(golang(github.com/Microsoft/go-winio/internal/fs)) |
| 233 | +Provides: bundled(golang(github.com/Microsoft/go-winio/internal/socket)) |
| 234 | +Provides: bundled(golang(github.com/Microsoft/go-winio/internal/stringbuffer)) |
| 235 | +Provides: bundled(golang(github.com/Microsoft/go-winio/pkg/guid)) |
238 | 236 | Provides: bundled(golang(github.com/moby/patternmatcher)) |
239 | 237 | Provides: bundled(golang(github.com/moby/sys/sequential)) |
240 | 238 | Provides: bundled(golang(github.com/moby/sys/user)) |
241 | 239 | Provides: bundled(golang(github.com/moby/sys/userns)) |
242 | 240 | Provides: bundled(golang(github.com/moby/term)) |
243 | 241 | Provides: bundled(golang(github.com/moby/term/windows)) |
244 | 242 | Provides: bundled(golang(github.com/morikuni/aec)) |
| 243 | +Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/dl)) |
| 244 | +Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/nvml)) |
245 | 245 | Provides: bundled(golang(github.com/opencontainers/go-digest)) |
246 | 246 | Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go)) |
247 | 247 | Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1)) |
248 | 248 | Provides: bundled(golang(github.com/pkg/errors)) |
249 | 249 | Provides: bundled(golang(github.com/pmezard/go-difflib/difflib)) |
250 | 250 | Provides: bundled(golang(github.com/sirupsen/logrus)) |
251 | 251 | Provides: bundled(golang(github.com/stretchr/testify/assert)) |
| 252 | +Provides: bundled(golang(github.com/stretchr/testify/assert/yaml)) |
252 | 253 | Provides: bundled(golang(github.com/stretchr/testify/require)) |
253 | 254 | Provides: bundled(golang(github.com/vishvananda/netlink)) |
254 | 255 | Provides: bundled(golang(github.com/vishvananda/netlink/nl)) |
|
392 | 393 | %endif |
393 | 394 |
|
394 | 395 | %changelog |
| 396 | +* Fri Mar 06 2026 Prateek Chaudhry <ptchau@amazon.com> - 1.102.1-1 |
| 397 | +- Cache Agent version 1.102.1 |
| 398 | + |
395 | 399 | * Thu Feb 19 2026 Cameron Sparr <cssparr@amazon.com> - 1.102.0-1 |
396 | 400 | - Cache Agent version 1.102.0 |
397 | 401 |
|
|
0 commit comments