From 06a3b593c25d315c8b760aafb784b2358e0ca78d Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:32:39 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- buildah.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index 08ea5df..2b26ff1 100644 --- a/buildah.spec +++ b/buildah.spec @@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: buildah Version: 1.22.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -130,6 +130,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.22.0-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Aug 04 2021 Jindrich Novy - 1.22.0-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.22 (https://github.com/containers/buildah/commit/71b8003)