diff --git a/buildah.spec b/buildah.spec index 33b4d1b..156c618 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: 0.8%{?dist} +Release: 0.9%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -125,6 +125,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Tue Jun 22 2021 Mohan Boddu - 1.22.0-0.9 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Tue Jun 22 2021 Jindrich Novy - 1.22.0-0.8 - update to the latest content of https://github.com/containers/buildah/tree/master (https://github.com/containers/buildah/commit/802a904)