import UBI runc-1.1.9-2.el9_3
This commit is contained in:
parent
b629f908d7
commit
be9cd6b8b0
@ -20,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: CLI for running Open Containers
|
Summary: CLI for running Open Containers
|
||||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||||
#ExclusiveArch: %%{go_arches}
|
#ExclusiveArch: %%{go_arches}
|
||||||
@ -31,7 +31,7 @@ License: ASL 2.0
|
|||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||||
Provides: oci-runtime
|
Provides: oci-runtime
|
||||||
BuildRequires: golang >= 1.17.7
|
BuildRequires: golang >= 1.20.10
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
BuildRequires: libseccomp-devel >= 2.5
|
BuildRequires: libseccomp-devel >= 2.5
|
||||||
@ -82,6 +82,11 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 02 2023 Lokesh Mandvekar <lsm5@redhat.com> - 4:1.1.9-2
|
||||||
|
- Rebuild for CVEs: CVE-2023-39321 CVE-2023-39322 CVE-2023-29409
|
||||||
|
- Related: Jira:RHEL-2792
|
||||||
|
- Related: Jira:RHEL-7454
|
||||||
|
|
||||||
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 4:1.1.9-1
|
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 4:1.1.9-1
|
||||||
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9
|
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9
|
||||||
- Related: #2176063
|
- Related: #2176063
|
||||||
|
Loading…
Reference in New Issue
Block a user