From fc975a39ad678e03274784160679a00578a0edd5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 21:14:48 +0300 Subject: [PATCH] import runc-1.1.13-4.el9 --- .gitignore | 2 +- .runc.metadata | 2 +- SPECS/runc.spec | 24 ++++++++++++++++++++---- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d9972d0..aa46d22 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.1.12.tar.gz +SOURCES/v1.1.13.tar.gz diff --git a/.runc.metadata b/.runc.metadata index 88ea42c..394b328 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -3fac650358578b8694012a44b1d5b156523c3402 SOURCES/v1.1.12.tar.gz +d02f66428909c9d4fdf5333d6a23c218f5bb8c7d SOURCES/v1.1.13.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 0be7131..6b595bf 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -19,8 +19,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 4 Name: %{repo} -Version: 1.1.12 -Release: 2%{?dist} +Version: 1.1.13 +Release: 4%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -31,7 +31,7 @@ License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz Provides: oci-runtime -BuildRequires: golang >= 1.20.10 +BuildRequires: golang >= 1.22.4 BuildRequires: git BuildRequires: /usr/bin/go-md2man BuildRequires: libseccomp-devel >= 2.5 @@ -60,7 +60,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 runc_dmz_selinux_nocompat" +export BUILDTAGS="selinux seccomp runc_dmz_selinux_nocompat no_openssl" export LDFLAGS="-X main.gitCommit= -X main.version=%{version}" %gobuild -o %{name} %{import_path} @@ -84,6 +84,22 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Jul 15 2024 Jindrich Novy - 4:1.1.13-4 +- rebuild against new golang +- Resolves: RHEL-46380 + +* Fri Jul 12 2024 Jindrich Novy - 4:1.1.13-3 +- rebuild against golang-1.22.4 +- Resolves: RHEL-46380 + +* Mon Jul 08 2024 Jindrich Novy - 4:1.1.13-2 +- rebuild +- Resolves: RHEL-46380 + +* Fri Jun 14 2024 Jindrich Novy - 4:1.1.13-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.13 +- Related: RHEL-27608 + * Fri Feb 16 2024 Jindrich Novy - 4:1.1.12-2 - Switch dependency on criu to Recommends - Resolves: RHEL-25116