This commit is contained in:
Sergey Zhemoytel 2024-11-19 09:58:42 +00:00
parent 6ab03babfb
commit 7345054134
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
runc-1.2.1.tar.gz: 8f17ad542d9f88c36f8dcb8866ad82722b1a29e0 runc-1.2.2.tar.gz: fcb110167e506b311867d7793c318b823d2aeca9

View file

@ -3,7 +3,7 @@
Summary: CLI for running Open Containers Summary: CLI for running Open Containers
Name: runc Name: runc
Version: 1.2.1 Version: 1.2.2
Release: 1 Release: 1
Epoch: 1 Epoch: 1
License: ASL 2.0 License: ASL 2.0
@ -16,6 +16,7 @@ BuildRequires: golang
BuildRequires: git-core BuildRequires: git-core
BuildRequires: glibc-static-devel BuildRequires: glibc-static-devel
BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libseccomp)
BuildRequires: pkgconfig(openssl3.3)
BuildRequires: upx BuildRequires: upx
# need xz to work with ubuntu images # need xz to work with ubuntu images