From 5f8f9fa50602a9f876c3a612a2db44a645bab8c6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 02 2021 06:39:22 +0000 Subject: import runc-1.0.0-70.rc92.module+el8.4.0+9742+44abad1f --- diff --git a/SPECS/runc.spec b/SPECS/runc.spec index d9f574c..6e5f001 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -23,7 +23,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: %{repo} Version: 1.0.0 -Release: 69.%{release_candidate}%{?dist} +Release: 70.%{release_candidate}%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -34,6 +34,7 @@ License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v1.0.0-%{release_candidate}.tar.gz #Patch0: 1807.patch +Provides: oci-runtime = 1 BuildRequires: golang >= 1.12.12-4 BuildRequires: git BuildRequires: go-md2man @@ -90,6 +91,10 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri Jan 29 2021 Jindrich Novy - 1.0.0-70.rc92 +- add missing Provides: oci-runtime = 1 +- Related: #1883490 + * Tue Dec 08 2020 Jindrich Novy - 1.0.0-69.rc92 - still use ExcludeArch as go_arches macro is broken for 8.4 - Related: #1883490