import UBI runc-1.1.12-4.el9_4

This commit is contained in:
eabdullin 2024-09-03 10:26:28 +00:00
parent 14440c2d8a
commit 850df4c941

View File

@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 4
Name: %{repo}
Version: 1.1.12
Release: 3%{?dist}
Release: 4%{?dist}
Summary: CLI for running Open Containers
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
#ExclusiveArch: %%{go_arches}
@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Tue Jul 23 2024 Jindrich Novy <jnovy@redhat.com> - 4:1.1.12-4
- rebuild for CVE-2024-24783
- Resolves: RHEL-28439
* Fri Jun 21 2024 Jindrich Novy <jnovy@redhat.com> - 4:1.1.12-3
- rebuild for CVE-2024-1394
- Resolves: RHEL-24320