import buildah-1.29.1-1.el9

c9 imports/c9/buildah-1.29.1-1.el9
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent de421250f7
commit 99af4885c0

@ -1 +1 @@
eb37b8c65e19325db71b1b3deae1c585d87c0378 SOURCES/release-1.27-4785fdb.tar.gz b9b966712b25554f9cf08b1c49a80b60fd3dc56d SOURCES/release-1.29-7fa17a8.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/release-1.27-4785fdb.tar.gz SOURCES/release-1.29-7fa17a8.tar.gz

@ -8,13 +8,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif %endif
%global import_path github.com/containers/buildah %global import_path github.com/containers/buildah
%global branch release-1.27 %global branch release-1.29
%global commit0 4785fdb41eb01480b4b3005a30c7cabe422a8c0f %global commit0 7fa17a8428727eb3ecaca088bda1ebec590eeb8c
%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.27.3 Version: 1.29.1
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
@ -133,28 +133,68 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Mon Dec 12 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.3-1 * 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.27 - update to the latest content of https://github.com/containers/buildah/tree/release-1.29
(https://github.com/containers/buildah/commit/4785fdb) (https://github.com/containers/buildah/commit/7fa17a8)
- Resolves: #2152042 - Related: #2124478
* Fri Feb 10 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-3
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
(https://github.com/containers/buildah/commit/c822cc6)
- Related: #2124478
* Wed Feb 01 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-2
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
(https://github.com/containers/buildah/commit/94b723c)
- Related: #2124478
* Fri Jan 27 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.29.0
(https://github.com/containers/buildah/commit/94b723c)
- Related: #2124478
* Wed Jan 25 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.4
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/078a7ff)
- Related: #2124478
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-4 * Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.3
- pull in crun by default - update to the latest content of https://github.com/containers/buildah/tree/main
- Resolves: #2150525 (https://github.com/containers/buildah/commit/4b72f05)
- Related: #2124478
* Wed Jan 18 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.2
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/c541c35)
- Related: #2124478
* Mon Dec 05 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-3 * Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.0-0.1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.27 - update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/5b86d15) (https://github.com/containers/buildah/commit/8ca903b)
- Resolves: #2150432 - Related: #2124478
* Mon Jan 09 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-3
- update to the latest content of https://github.com/containers/buildah/tree/release-1.28
(https://github.com/containers/buildah/commit/cfefbb6)
- fixes segmentation fault on s390x
- Resolves: #2150429
* 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
* Wed Oct 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-2 * Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.2-1
- remove patch applied upstream - update to https://github.com/containers/buildah/releases/tag/v1.28.2
- Related: #2136848 - Related: #2124478
* Thu Nov 17 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.0-2
- pull in crun by default
- Resolves: #2142494
* Wed Oct 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.2-1 * Tue Nov 01 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.28.0-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.27 - update to https://github.com/containers/buildah/releases/tag/v1.28.0
(https://github.com/containers/buildah/commit/c43a389) - Related: #2124478
- Resolves: #2136848
* Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.0-2 * Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.27.0-2
- fix CVE-2022-2990 - fix CVE-2022-2990

Loading…
Cancel
Save