From 984f42d2fcdf30f83810c166eb34a8d83beca362 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 29 2022 17:06:28 +0000 Subject: import runc-1.0.3-2.module+el8.6.0+14276+008f0e37 --- diff --git a/.gitignore b/.gitignore index 882d68a..2e1ff66 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.2.tar.gz +SOURCES/v1.0.3.tar.gz diff --git a/.runc.metadata b/.runc.metadata index ed58c0a..6443808 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -3a0bb2a9506981b5a2204fb1591afc827ecaeb45 SOURCES/v1.0.2.tar.gz +cbd1b1eff60b0d6f61a034cb50a7fe22edd2b140 SOURCES/v1.0.3.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 95eaeba..5082629 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -20,9 +20,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} +Epoch: 1 Name: %{repo} -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.0.3 +Release: 2%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -83,6 +84,18 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Feb 16 2022 Jindrich Novy - 1.0.3-2 +- rollback to 1.0.3 due to gating test issues +- Related: #2001445 + +* Tue Jan 18 2022 Jindrich Novy - 1.1.0-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.1.0 +- Related: #2001445 + +* Mon Dec 06 2021 Jindrich Novy - 1.0.3-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.0.3 +- Related: #2001445 + * Wed Aug 25 2021 Jindrich Novy - 1.0.2-1 - update to https://github.com/opencontainers/runc/releases/tag/v1.0.2 - Related: #1934415