buildah-1.28.2-2.el9
- update to the latest content of https://github.com/containers/buildah/tree/release-1.28 (https://github.com/containers/buildah/commit/7e4d9dd) - Resolves: #2151247 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
974bfc9756
commit
ed8ed0bdc2
11
buildah.spec
11
buildah.spec
@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
%endif
|
||||
|
||||
%global import_path github.com/containers/buildah
|
||||
#%%global branch main
|
||||
%global commit0 6a35b0ab235df00088b76807d6f8e8c20c1a32e0
|
||||
%global branch release-1.28
|
||||
%global commit0 7e4d9dd3a92fe092d118892d8667cc496711cd10
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 1
|
||||
Name: buildah
|
||||
Version: 1.28.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io
|
||||
@ -133,6 +133,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-2
|
||||
- update to the latest content of https://github.com/containers/buildah/tree/release-1.28
|
||||
(https://github.com/containers/buildah/commit/7e4d9dd)
|
||||
- Resolves: #2151247
|
||||
|
||||
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-1
|
||||
- update to https://github.com/containers/buildah/releases/tag/v1.28.2
|
||||
- Related: #2124478
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-1.28.2-6a35b0a.tar.gz) = bec30de545c80a09032e3919dc5aabf783b49043ebe8e8f63acb25dd6302f6554a4012ae28ddb6e31c8d2f9a5c446fde4a0bd2f6361a537a94923523bceb64ce
|
||||
SHA512 (release-1.28-7e4d9dd.tar.gz) = 02a60cbddf6c7c80aa8f9691ac83a0d88bb9a63bc099d267d299110e038011ce22005c1c50c536b4ad7265489ad0f63e691688aec2c4693692b8a1a94a25c227
|
||||
|
Loading…
Reference in New Issue
Block a user