import UBI buildah-1.33.10-1.el9_4
This commit is contained in:
parent
7bd5a8bab0
commit
8583c86869
@ -1 +1 @@
|
|||||||
005bb8a508e6404c601522cd296aff3eca036f69 SOURCES/release-1.33-4dc26b9.tar.gz
|
d328693be61165ea79dc1d26e0a4630a2c3b241d SOURCES/release-1.33-bd85c17.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/release-1.33-4dc26b9.tar.gz
|
SOURCES/release-1.33-bd85c17.tar.gz
|
||||||
|
@ -9,12 +9,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
|
|
||||||
%global import_path github.com/containers/buildah
|
%global import_path github.com/containers/buildah
|
||||||
%global branch release-1.33
|
%global branch release-1.33
|
||||||
%global commit0 4dc26b9be0f6b58f5c0dd7b18a22540e018c8fb3
|
%global commit0 bd85c170370c85a40eb36fcb26baa7cc18236cab
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: buildah
|
Name: buildah
|
||||||
Version: 1.33.9
|
Version: 1.33.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 24 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.10-1
|
||||||
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
||||||
|
(https://github.com/containers/buildah/commit/bd85c17)
|
||||||
|
- Resolves: RHEL-61842
|
||||||
|
|
||||||
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.9-1
|
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.9-1
|
||||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
||||||
(https://github.com/containers/buildah/commit/4dc26b9)
|
(https://github.com/containers/buildah/commit/4dc26b9)
|
||||||
|
Loading…
Reference in New Issue
Block a user