import buildah-1.29.1-2.el9_2

This commit is contained in:
CentOS Sources 2023-05-09 10:15:59 +00:00 committed by Stepan Oksanichenko
parent 004ac60e32
commit f810c28e02
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
b9b966712b25554f9cf08b1c49a80b60fd3dc56d SOURCES/release-1.29-7fa17a8.tar.gz
ef1eaba2e669fee817e4a09d3e663744e1c177a1 SOURCES/release-1.29-f07d2c9.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.29-7fa17a8.tar.gz
SOURCES/release-1.29-f07d2c9.tar.gz

View File

@ -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)