import UBI runc-1.1.12-1.module+el8.9.0+21243+a586538b
This commit is contained in:
parent
bbb190b23d
commit
9f50971e4c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.1.9.tar.gz
|
||||
SOURCES/v1.1.12.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
432b3efbe34aaf71e802599946222b9d4918a49b SOURCES/v1.1.9.tar.gz
|
||||
3fac650358578b8694012a44b1d5b156523c3402 SOURCES/v1.1.12.tar.gz
|
||||
|
@ -22,7 +22,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
Epoch: 1
|
||||
Name: %{repo}
|
||||
Version: 1.1.9
|
||||
Version: 1.1.12
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||
@ -34,7 +34,7 @@ License: ASL 2.0
|
||||
URL: %{git0}
|
||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||
Provides: oci-runtime
|
||||
BuildRequires: golang >= 1.17.7
|
||||
BuildRequires: golang >= 1.20.6
|
||||
BuildRequires: git
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: libseccomp-devel >= 2.5
|
||||
@ -85,6 +85,19 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%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
|
||||
|
||||
* Tue Jan 23 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.1.9-3
|
||||
- Make the module buildable again
|
||||
- Resolves: RHEL-16299
|
||||
|
||||
* Mon Dec 04 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.1.9-2
|
||||
- Rebuild with golang 1.20.10 for CVE-2023-39321
|
||||
- Related: Jira:RHEL-4516
|
||||
|
||||
* Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.1.9-1
|
||||
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.9
|
||||
- Related: #2176055
|
||||
|
Loading…
Reference in New Issue
Block a user