buildah-1.33.1-2.el9
- Fix gating issues in tests/tests.yml - Related: RHEL-2112 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
9b6a869a01
commit
72d872dbc5
@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.33.1
|
Version: 1.33.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A command line tool used for creating OCI Images
|
Summary: A command line tool used for creating OCI Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io
|
URL: https://%{name}.io
|
||||||
@ -134,6 +134,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 28 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.33.1-2
|
||||||
|
- Fix gating issues in tests/tests.yml
|
||||||
|
- Related: RHEL-2112
|
||||||
|
|
||||||
* Sun Nov 19 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.33.1-1
|
* Sun Nov 19 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.33.1-1
|
||||||
- update to https://github.com/containers/buildah/releases/tag/v1.33.1
|
- update to https://github.com/containers/buildah/releases/tag/v1.33.1
|
||||||
- Related: RHEL-2112
|
- Related: RHEL-2112
|
||||||
|
@ -14,3 +14,4 @@
|
|||||||
BUILDAH_BINARY: /usr/bin/buildah
|
BUILDAH_BINARY: /usr/bin/buildah
|
||||||
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
||||||
COPY_BINARY: /usr/bin/buildah-copy
|
COPY_BINARY: /usr/bin/buildah-copy
|
||||||
|
TUTORIAL_BINARY: /usr/bin/buildah-tutorial
|
||||||
|
Loading…
Reference in New Issue
Block a user