From 95b03f5f2208f64d76a082e166def4b0c00419ee Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 27 2021 05:29:09 +0000 Subject: import runc-1.0.2-1.module+el8.5.0+12381+e822eb26 --- diff --git a/.gitignore b/.gitignore index a0faec2..882d68a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.0.1.tar.gz +SOURCES/v1.0.2.tar.gz diff --git a/.runc.metadata b/.runc.metadata index 0c1462a..ed58c0a 100644 --- a/.runc.metadata +++ b/.runc.metadata @@ -1 +1 @@ -81ff0616ed9815c4cc5b6830805022087927597c SOURCES/v1.0.1.tar.gz +3a0bb2a9506981b5a2204fb1591afc827ecaeb45 SOURCES/v1.0.2.tar.gz diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 51a59bc..95eaeba 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -21,8 +21,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global git0 https://%{import_path} Name: %{repo} -Version: 1.0.1 -Release: 5%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -83,6 +83,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Aug 25 2021 Jindrich Novy - 1.0.2-1 +- update to https://github.com/opencontainers/runc/releases/tag/v1.0.2 +- Related: #1934415 + * Fri Aug 06 2021 Jindrich Novy - 1.0.1-5 - do not use versioned provide - Related: #1934415