From b0f60e35034383d0656d5208c69c17424533a7de Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 22 Jun 2021 18:45:39 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- runc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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