|
|
@ -12,13 +12,13 @@ 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 b65a814e9086ee46979aa72ac68a2fdae7b23663
|
|
|
|
%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.8
|
|
|
|
Version: 1.33.10
|
|
|
|
Release: 4%{?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
|
|
|
|
URL: https://%{name}.io
|
|
|
|
URL: https://%{name}.io
|
|
|
@ -136,6 +136,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Oct 22 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-61835
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.8-4
|
|
|
|
* Mon Aug 05 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.8-4
|
|
|
|
- rebuild for golang fixes
|
|
|
|
- rebuild for golang fixes
|
|
|
|
- Related: RHEL-28452
|
|
|
|
- Related: RHEL-28452
|
|
|
|