|
|
|
@ -9,13 +9,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|
|
|
|
|
|
|
|
|
%global import_path github.com/containers/buildah
|
|
|
|
|
%global branch release-1.29
|
|
|
|
|
%global commit0 7fa17a8428727eb3ecaca088bda1ebec590eeb8c
|
|
|
|
|
%global commit0 f07d2c9c09ff8fa33c045c381e2efcd47deb1d69
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Name: buildah
|
|
|
|
|
Version: 1.29.1
|
|
|
|
|
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
|
|
|
|
|
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.1-2
|
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
|
|
|
|
|
(https://github.com/containers/buildah/commit/f07d2c9)
|
|
|
|
|
- Resolves: #2183632
|
|
|
|
|
|
|
|
|
|
* Mon Feb 20 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.1-1
|
|
|
|
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
|
|
|
|
|
(https://github.com/containers/buildah/commit/7fa17a8)
|
|
|
|
|