parent
eb7db0434e
commit
f3283fa750
1
.gitignore
vendored
1
.gitignore
vendored
@ -362,3 +362,4 @@
|
||||
/runc-1.1.3.tar.gz
|
||||
/runc-1.1.4.tar.gz
|
||||
/runc-1.1.5.tar.gz
|
||||
/runc-1.1.6.tar.gz
|
||||
|
10
runc.spec
10
runc.spec
@ -16,7 +16,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
|
||||
%global built_tag v1.1.5
|
||||
%global built_tag v1.1.6
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
@ -30,11 +30,7 @@ URL: %{git0}
|
||||
Source0: %{git0}/archive/%{built_tag}/%{name}-%{version}.tar.gz
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||
%else
|
||||
BuildRequires: golang
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: make
|
||||
@ -45,6 +41,7 @@ Provides: bundled(golang(github.com/checkpoint_restore/go_criu/v5)) = v5.3.0
|
||||
Provides: bundled(golang(github.com/cilium/ebpf)) = v0.7.0
|
||||
Provides: bundled(golang(github.com/containerd/console)) = v1.0.3
|
||||
Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2
|
||||
Provides: bundled(golang(github.com/cpuguy83/go_md2man/v2)) = v2.0.0_20190314233015_f79a8a8ca69d
|
||||
Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3
|
||||
Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0
|
||||
Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6
|
||||
@ -52,11 +49,14 @@ Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.5.0
|
||||
Provides: bundled(golang(github.com/mrunalp/fileutils)) = v0.5.0
|
||||
Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20210326190908_1c3f411f0417
|
||||
Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0
|
||||
Provides: bundled(golang(github.com/russross/blackfriday/v2)) = v2.0.1
|
||||
Provides: bundled(golang(github.com/seccomp/libseccomp_golang)) = v0.9.2_0.20220502022130_f33da4d89646
|
||||
Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = v1.0.0
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
|
||||
Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635
|
||||
Provides: bundled(golang(github.com/urfave/cli)) = v1.22.1
|
||||
Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.0
|
||||
Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20191106174202_0a2b9b5464df
|
||||
Recommends: container-selinux >= 2:2.85-1
|
||||
|
||||
%ifnarch s390x
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-1.1.5.tar.gz) = f3cc9b93b0fe8a4341d410010fe584febb8e975ec9e0fd569d7dff33ab74c5821a2e0c40b7aeafd6b90991a50eae9c352342437f09cf6884dc850ceccdc68944
|
||||
SHA512 (runc-1.1.6.tar.gz) = ca7cd5de7962e4b36df3d5e205100c97b3284ddcf0ac224b5b663f91fe14bedf5a4b1b980132b20f831a2268e44ca79cdbaebd5d81fcb5ced13fa9a5d9a99c13
|
||||
|
Loading…
Reference in New Issue
Block a user