Skip to content

Commit dfb0027

Browse files
Matthew Yeazelrpkelly
authored andcommitted
packages: update runc
Updates runc to v1.1.6
1 parent 528bd87 commit dfb0027

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/runc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ path = "pkg.rs"
1212
releases-url = "https://github.com/opencontainers/runc/releases/"
1313

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

1919
[build-dependencies]
2020
glibc = { path = "../glibc" }

packages/runc/runc.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global goproject github.com/opencontainers
22
%global gorepo runc
33
%global goimport %{goproject}/%{gorepo}
4-
%global commit f19387a6bec4944c770f7668ab51c4348d9c2f38
5-
%global gover 1.1.5
4+
%global commit 0f48801a0e21e3f0bc4e74643ead2a502df4818d
5+
%global gover 1.1.6
66

77
%global _dwz_low_mem_die_limit 0
88

0 commit comments

Comments
 (0)