diff --git a/runc.spec b/runc.spec index a3be936..9aafd62 100644 --- a/runc.spec +++ b/runc.spec @@ -23,7 +23,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: %{repo} Version: 1.0.0 -Release: 337.%{release_candidate}%{?dist} +Release: 338.%{release_candidate}%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -33,7 +33,7 @@ ExcludeArch: %{ix86} License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v1.0.0-%{release_candidate}.tar.gz -Provides: oci-runtime = 1 +Provides: oci-runtime BuildRequires: golang >= 1.12.12-4 BuildRequires: git BuildRequires: go-md2man @@ -91,6 +91,9 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Wed Jun 23 2021 Lokesh Mandvekar - 1.0.0-338.rc95 +- Resolves: #1974950 - versionless oci-runtime + * Tue Jun 22 2021 Mohan Boddu - 1.0.0-337.rc95 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065