import buildah-1.19.7-2.module+el8.4.0+11311+9da8acfb

This commit is contained in:
CentOS Sources 2021-06-10 03:47:47 -04:00 committed by Andrew Lukoshko
parent f17ea4fae3
commit 19d4097415
1 changed files with 22 additions and 1 deletions

View File

@ -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 <jnovy@redhat.com> - 1.19.7-2
- revert changes to the state of 3.0-8.4.0
- Related: #1954702
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 1.20.1-1
- update to https://github.com/containers/buildah/releases/tag/v1.20.1
- Related: #1954702
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 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)