|
|
@ -22,8 +22,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|
|
|
|
|
|
|
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Name: %{repo}
|
|
|
|
Name: %{repo}
|
|
|
|
Version: 1.1.5
|
|
|
|
Version: 1.1.12
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?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}
|
|
|
@ -34,7 +34,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.6
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: /usr/bin/go-md2man
|
|
|
|
BuildRequires: /usr/bin/go-md2man
|
|
|
|
BuildRequires: libseccomp-devel >= 2.5
|
|
|
|
BuildRequires: libseccomp-devel >= 2.5
|
|
|
@ -85,6 +85,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
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.1.12-1
|
|
|
|
|
|
|
|
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.12
|
|
|
|
|
|
|
|
- fixes CVE-2024-21626
|
|
|
|
|
|
|
|
- Resolves: RHEL-23587
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.5-2
|
|
|
|
* Thu Jun 15 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.5-2
|
|
|
|
- rebuild for following CVEs:
|
|
|
|
- rebuild for following CVEs:
|
|
|
|
CVE-2022-41724
|
|
|
|
CVE-2022-41724
|
|
|
|