Skip to content

Commit

Permalink
packages: use upstream sources for ecr-credential-provider-1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Inglis <[email protected]>
  • Loading branch information
ginglis13 committed Sep 4, 2024
1 parent 34d2604 commit ead0822
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/ecr-credential-provider-1.31/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ package-name = "ecr-credential-provider-1.31"
releases-url = "https://github.com/kubernetes/cloud-provider-aws/releases"

[[package.metadata.build-package.external-files]]
url = "https://codeload.github.com/kubernetes/cloud-provider-aws/tar.gz/v1.30.3"
path = "cloud-provider-aws-1.30.3.tar.gz"
sha512 = "aa351cd531e452dd4ccead4a591a9161a25737ada93a7317c5c181c3d4fe55b279e94b686d8c03665ebee01191129a52b01c9dabfba7075c5e9bde52e6a341c8"
url = "https://codeload.github.com/kubernetes/cloud-provider-aws/tar.gz/v1.31.0"
path = "cloud-provider-aws-1.31.0.tar.gz"
sha512 = "962973013984a802853311182e1cfd1eabb1bcdf164000f607aeb2631ac98a0b4fd5ba1f7aff08491040979bd2321bcd5debd567c9aa74889b09d7599bc4dcfd"
bundle-modules = [ "go" ]

[build-dependencies]
Expand Down
7 changes: 5 additions & 2 deletions packages/ecr-credential-provider-1.31/clarify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[clarify."sigs.k8s.io/yaml"]
expression = "MIT AND BSD-3-Clause"
expression = "MIT AND BSD-3-Clause AND Apache-2.0"
license-files = [
{ path = "LICENSE", hash = 0xcdf3ae00 },
{ path = "LICENSE", hash = 0x617d80bc },
{ path = "goyaml.v2/LICENSE", hash = 0xe569d630 },
{ path = "goyaml.v2/LICENSE.libyaml", hash = 0xa2e4ce3 },
{ path = "goyaml.v2/NOTICE", hash = 0x49bceeb9 },
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gorepo cloud-provider-aws
%global goimport %{goproject}/%{gorepo}

%global gover 1.30.3
%global gover 1.31.0
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand Down

0 comments on commit ead0822

Please sign in to comment.