runc-1.1.10-1.el8
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.10 - Related: Jira:RHEL-2110 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
0d3ed40270
commit
a7a0806290
11
runc.spec
11
runc.spec
@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
Epoch: 1
|
||||
Name: %{repo}
|
||||
Version: 1.1.9
|
||||
Version: 1.1.10
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||
@ -38,8 +38,10 @@ BuildRequires: golang >= 1.17.7
|
||||
BuildRequires: git
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: libseccomp-devel >= 2.5
|
||||
BuildRequires: container-selinux >= 2.224.0
|
||||
Requires: libseccomp >= 2.5
|
||||
Requires: criu
|
||||
Requires: container-selinux >= 2.224.0
|
||||
|
||||
%description
|
||||
The runc command can be used to start containers which are packaged
|
||||
@ -61,7 +63,7 @@ pushd GOPATH/src/%{import_path}
|
||||
export GO111MODULE=off
|
||||
export GOPATH=%{gopath}:$(pwd)/GOPATH
|
||||
export CGO_CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
export BUILDTAGS="selinux seccomp"
|
||||
export BUILDTAGS="selinux seccomp runc_dmz_selinux_nocompat"
|
||||
export LDFLAGS="-X main.gitCommit= -X main.version=%{version}"
|
||||
%gobuild -o %{name} %{import_path}
|
||||
|
||||
@ -85,6 +87,11 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Nov 08 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.10-1
|
||||
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.10
|
||||
- require container-selinux >= 2.224.0 for dmz feature
|
||||
- Related: Jira:RHEL-2110
|
||||
|
||||
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.9-1
|
||||
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9
|
||||
- Related: #2176055
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.1.9.tar.gz) = 020986f2df49c45394d0acbfa4da62663353004550d9b4409f6cfe8369972a090fb8020e4a05342754bde5c1fbe9fcf3868faed2dceed5d54460c3373cdd2278
|
||||
SHA512 (v1.1.10.tar.gz) = 2d459f4265194d55fa08b6a595481a9a245be8b90e4c8746dfedddabd5e46ea5a18ae8b8cfdaeb61c171f485c07724507bf862a4779a03dfb12fb72c65299ce3
|
||||
|
Loading…
Reference in New Issue
Block a user