|
|
@ -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.31
|
|
|
|
%global branch release-1.31
|
|
|
|
%global commit0 11bbf33075bb166edd03dcb478164c93e8588e4b
|
|
|
|
%global commit0 5fd539c24ae54838213028d35e8139e0b6d55af1
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Name: buildah
|
|
|
|
Name: buildah
|
|
|
|
Version: 1.31.4
|
|
|
|
Version: 1.31.5
|
|
|
|
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
|
|
|
@ -134,6 +134,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 16 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.31.5-1
|
|
|
|
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.31
|
|
|
|
|
|
|
|
(https://github.com/containers/buildah/commit/5fd539c)
|
|
|
|
|
|
|
|
- Resolves: RHEL-26775
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.31.4-1
|
|
|
|
* Fri Feb 23 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.31.4-1
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.31
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.31
|
|
|
|
(https://github.com/containers/buildah/commit/11bbf33)
|
|
|
|
(https://github.com/containers/buildah/commit/11bbf33)
|
|
|
|