runc-1.1.12-2.el9
- Switch dependency on criu to Recommends - Resolves: RHEL-25116 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
8fb2c45712
commit
d01c05091c
@ -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.12
|
Version: 1.1.12
|
||||||
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}
|
||||||
@ -37,7 +37,7 @@ BuildRequires: /usr/bin/go-md2man
|
|||||||
BuildRequires: libseccomp-devel >= 2.5
|
BuildRequires: libseccomp-devel >= 2.5
|
||||||
BuildRequires: container-selinux >= 2.224.0
|
BuildRequires: container-selinux >= 2.224.0
|
||||||
Requires: libseccomp >= 2.5
|
Requires: libseccomp >= 2.5
|
||||||
Requires: criu
|
Recommends: criu
|
||||||
Requires: container-selinux >= 2.224.0
|
Requires: container-selinux >= 2.224.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -84,6 +84,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 16 2024 Jindrich Novy <jnovy@redhat.com> - 4:1.1.12-2
|
||||||
|
- Switch dependency on criu to Recommends
|
||||||
|
- Resolves: RHEL-25116
|
||||||
|
|
||||||
* Thu Feb 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:1.1.12-1
|
* 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
|
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.12
|
||||||
- Related: RHEL-2112
|
- Related: RHEL-2112
|
||||||
|
Loading…
Reference in New Issue
Block a user