import UBI buildah-1.33.9-1.el9_4
This commit is contained in:
parent
44afdccb1c
commit
7bd5a8bab0
@ -1 +1 @@
|
|||||||
eca4790089100f337f2b9de837ccf1f1c74ce5ac SOURCES/release-1.33-997beea.tar.gz
|
005bb8a508e6404c601522cd296aff3eca036f69 SOURCES/release-1.33-4dc26b9.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/release-1.33-997beea.tar.gz
|
SOURCES/release-1.33-4dc26b9.tar.gz
|
||||||
|
@ -9,13 +9,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 997beeaede74b69f92bb46334773f705fa2a2b34
|
%global commit0 4dc26b9be0f6b58f5c0dd7b18a22540e018c8fb3
|
||||||
%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.7
|
Version: 1.33.9
|
||||||
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
|
||||||
@ -135,6 +135,15 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 11 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.9-1
|
||||||
|
- update to the latest content of https://github.com/containers/buildah/tree/release-1.33
|
||||||
|
(https://github.com/containers/buildah/commit/4dc26b9)
|
||||||
|
- Resolves: RHEL-61116
|
||||||
|
|
||||||
|
* Tue Oct 08 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.7-5
|
||||||
|
- rebuild to address CVE-2024-34155 CVE-2024-34156 CVE-2024-34158
|
||||||
|
- Resolves: RHEL-58191 RHEL-57972 RHEL-57910
|
||||||
|
|
||||||
* Tue Jul 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.7-4
|
* Tue Jul 23 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.33.7-4
|
||||||
- rebuild for CVE-2024-24783
|
- rebuild for CVE-2024-24783
|
||||||
- Resolves: RHEL-28428
|
- Resolves: RHEL-28428
|
||||||
|
Loading…
Reference in New Issue
Block a user