From b8c76360577a6d115d6ca8d40140670a8166de8f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 10 2021 05:26:03 +0000 Subject: import runc-1.0.1-5.module+el8.5.0+12157+04f1d6be --- diff --git a/SPECS/runc.spec b/SPECS/runc.spec index dbbe003..51a59bc 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: %{repo} Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -32,7 +32,7 @@ ExcludeArch: %{ix86} License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz -Provides: oci-runtime = 1 +Provides: oci-runtime BuildRequires: golang >= 1.12.12-4 BuildRequires: git BuildRequires: go-md2man @@ -83,6 +83,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Aug 06 2021 Jindrich Novy - 1.0.1-5 +- do not use versioned provide +- Related: #1934415 + * Thu Jul 29 2021 Jindrich Novy - 1.0.1-4 - fix "unknown version" displayed by runc -v - Related: #1934415