|
|
@ -19,8 +19,8 @@ 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.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}
|
|
|
@ -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
|
|
|
|
|
|
|
|
* Thu Feb 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:1.1.12-1
|
|
|
|
|
|
|
|
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.12
|
|
|
|
|
|
|
|
- fixes CVE-2024-21626
|
|
|
|
|
|
|
|
- Resolves: RHEL-23596
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Dec 02 2023 Lokesh Mandvekar <lsm5@redhat.com> - 4:1.1.9-2
|
|
|
|
* 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
|
|
|
|
- Rebuild for CVEs: CVE-2023-39321 CVE-2023-39322 CVE-2023-29409
|
|
|
|
- Related: Jira:RHEL-2792
|
|
|
|
- Related: Jira:RHEL-2792
|
|
|
|