From c05859f98d5684bec6cb92ba553c9a2c4855c723 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 14 Dec 2023 21:49:37 +0300 Subject: [PATCH] import runc-1.1.9-1.module+el8.9.0+19648+0d5ae0ec --- .gitignore | 2 +- .runc.metadata | 2 +- SPECS/runc.spec | 33 +++++++++++++++++++++++++++++++-- 3 files changed, 33 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9cc4d0e..1ff0d16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.1.4.tar.gz +SOURCES/v1.1.9.tar.gz diff --git a/.runc.metadata b/.runc.metadata index d124f3f..c55758d 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -fb65327930c41c8ec016badd6738bef83b556aed SOURCES/v1.1.4.tar.gz +432b3efbe34aaf71e802599946222b9d4918a49b SOURCES/v1.1.9.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index c6601ba..7c97f69 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: %{repo} -Version: 1.1.4 +Version: 1.1.9 Release: 1%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures @@ -85,9 +85,38 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog -* Tue Dec 12 2023 MSVSphere Packaging Team - 1:1.1.4-1 +* Tue Dec 12 2023 MSVSphere Packaging Team - 1:1.1.9-1 - Rebuilt for MSVSphere 8.8 +* 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 + +* Fri Jul 21 2023 Jindrich Novy - 1:1.1.8-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.8 +- Related: #2176055 + +* Fri Jun 16 2023 Jindrich Novy - 1:1.1.7-2 +- rebuild for following CVEs: +CVE-2022-41724 +- Resolves: #2179972 + +* Wed May 03 2023 Jindrich Novy - 1:1.1.7-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.7 +- Related: #2176055 + +* Wed Apr 12 2023 Jindrich Novy - 1:1.1.6-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.6 +- Related: #2176055 + +* Fri Mar 31 2023 Jindrich Novy - 1:1.1.5-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.5 +- Related: #2176055 + +* Thu Mar 09 2023 Jindrich Novy - 1:1.1.4-2 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 +- Related: #2176055 + * Fri Aug 26 2022 Jindrich Novy - 1:1.1.4-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.1.4 - Related: #2061390