diff --git a/runc.spec b/runc.spec index 8436bc1..a3be936 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: 336.%{release_candidate}%{?dist} +Release: 337.%{release_candidate}%{?dist} Summary: CLI for running Open Containers # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures #ExclusiveArch: %%{go_arches} @@ -91,6 +91,10 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Jun 22 2021 Mohan Boddu - 1.0.0-337.rc95 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Mon Jun 14 2021 Jindrich Novy - 1.0.0-336.rc95 - add GO111MODULE=off - Related: #1970747