Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update runc to 1.0.2 #1732

Merged
merged 1 commit into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ build = "build.rs"
path = "pkg.rs"

[[package.metadata.build-package.external-files]]
url = "https://github.com/opencontainers/runc/releases/download/v1.0.1/runc.tar.xz"
path = "runc-v1.0.1.tar.xz"
sha512 = "1db35ec91ab59b7bc3c863231e0f610000526859df2a792675fbe5917ade18e2c5df26a613897f0cefa90ba4d4f590e55ec6df84958a44384379e693f9b65b10"
url = "https://github.com/opencontainers/runc/releases/download/v1.0.2/runc.tar.xz"
path = "runc-v1.0.2.tar.xz"
sha512 = "2feae69e7680c55de4dc9bb7d77e8275b47b58f5549b061bd6ceef493cb16a5505e0077cf36fea4b0ec799327143aa9f5f46572d55007270ac93fa87aaadd530"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
7 changes: 3 additions & 4 deletions packages/runc/runc.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
%global goproject github.com/opencontainers
%global gorepo runc
%global goimport %{goproject}/%{gorepo}
%global commit 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
%global shortcommit 4144b63
%global gover 1.0.1
%global commit 52b36a2dd837e8462de8e01458bf02cf9eea47dd
%global gover 1.0.2

%global _dwz_low_mem_die_limit 0

Name: %{_cross_os}%{gorepo}
Version: %{gover}
Release: 1.%{shortcommit}%{?dist}
Release: 1%{?dist}
Summary: CLI for running Open Containers
License: Apache-2.0
URL: https://%{goimport}
Expand Down