From 19d4097415aa3d2809fff7c837ec2845f14fef25 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 10 Jun 2021 03:47:47 -0400 Subject: [PATCH] import buildah-1.19.7-2.module+el8.4.0+11311+9da8acfb --- SPECS/buildah.spec | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 9fe6b2d..c64179b 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -19,7 +19,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: buildah Version: 1.19.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -61,7 +61,10 @@ Requires: %{name} = %{version}-%{release} Requires: bzip2 Requires: podman Requires: golang +Requires: jq Requires: httpd-tools +Requires: openssl +Requires: nmap-ncat %description tests %{summary} @@ -121,6 +124,24 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu May 13 2021 Jindrich Novy - 1.19.7-2 +- revert changes to the state of 3.0-8.4.0 +- Related: #1954702 + +* Tue May 11 2021 Jindrich Novy - 1.20.2-0.2 +- update to the latest content of https://github.com/containers/buildah/tree/master + (https://github.com/containers/buildah/commit/135d63d) +- Related: #1954702 + +* Tue May 11 2021 Jindrich Novy - 1.20.2-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/master + (https://github.com/containers/buildah/commit/22fc573) +- Related: #1954702 + +* Thu Apr 29 2021 Jindrich Novy - 1.20.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.20.1 +- Related: #1954702 + * Thu Mar 11 2021 Jindrich Novy - 1.19.7-1 - update to the latest content of https://github.com/containers/buildah/tree/release-1.19 (https://github.com/containers/buildah/commit/a2854ed)