diff --git a/runc.spec b/runc.spec index e852171..6e32d29 100644 --- a/runc.spec +++ b/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 - 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 - 1:1.1.9-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.9 - Related: #2176055 diff --git a/sources b/sources index 821e5d3..832ac51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v1.1.9.tar.gz) = 020986f2df49c45394d0acbfa4da62663353004550d9b4409f6cfe8369972a090fb8020e4a05342754bde5c1fbe9fcf3868faed2dceed5d54460c3373cdd2278 +SHA512 (v1.1.10.tar.gz) = 2d459f4265194d55fa08b6a595481a9a245be8b90e4c8746dfedddabd5e46ea5a18ae8b8cfdaeb61c171f485c07724507bf862a4779a03dfb12fb72c65299ce3