Skip to content

Commit

Permalink
packages: update runc
Browse files Browse the repository at this point in the history
Updates runc to v1.1.6
  • Loading branch information
yeazelm authored and rpkelly committed Apr 20, 2023
1 parent 528bd87 commit dfb0027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ path = "pkg.rs"
releases-url = "https://github.com/opencontainers/runc/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/opencontainers/runc/releases/download/v1.1.5/runc.tar.xz"
path = "runc-v1.1.5.tar.xz"
sha512 = "7b10c0d6739e7fe3c718b3219bdb2437ae3ed8d1995b88136b9a0e8b4e909adbe8b6af6634a751b507bf793d0d5e924f5c85525d8fd46c3daf72c664dc25ab04"
url = "https://github.com/opencontainers/runc/releases/download/v1.1.6/runc.tar.xz"
path = "runc-v1.1.6.tar.xz"
sha512 = "a5b799cb5a69f7251f81e5887a9269fb8fc6573b8a7d1b2e2436a0955feea982a34cf0bc62017534fdbc75e37fa70db4a06bdaecc6e67140fb094d06642a8440"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
4 changes: 2 additions & 2 deletions packages/runc/runc.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global goproject github.com/opencontainers
%global gorepo runc
%global goimport %{goproject}/%{gorepo}
%global commit f19387a6bec4944c770f7668ab51c4348d9c2f38
%global gover 1.1.5
%global commit 0f48801a0e21e3f0bc4e74643ead2a502df4818d
%global gover 1.1.6

%global _dwz_low_mem_die_limit 0

Expand Down

0 comments on commit dfb0027

Please sign in to comment.