import buildah-1.37.6-1.el9_5

c9 imports/c9/buildah-1.37.6-1.el9_5
MSVSphere Packaging Team 2 days ago
parent b2a7f7da0c
commit 280313392e
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
427bc708dc556bf5be50eac881a7914ae81260cc SOURCES/buildah-1.37.5-5fd40b9.tar.gz
b8e6e93791658b7f4e12020da858b3a7422b67a4 SOURCES/release-1.37-fd39521.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/buildah-1.37.5-5fd40b9.tar.gz
SOURCES/release-1.37-fd39521.tar.gz

@ -8,13 +8,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/buildah
#%%global branch release-1.33
%global commit0 5fd40b989860984a00f6fc1539ff53caceca1325
%global branch release-1.37
%global commit0 fd39521492e60607ce8b2867bd44182e15059858
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: buildah
Version: 1.37.5
Version: 1.37.6
Release: 1%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
* Thu Jan 23 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.37.6-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.37
(https://github.com/containers/buildah/commit/fd39521)
- Resolves: RHEL-67617
* Mon Oct 21 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.37.5-1
- update to https://github.com/containers/buildah/releases/tag/v1.37.5
- Resolves: RHEL-61857

Loading…
Cancel
Save