import CS crun-1.8.3-1.module_el8+668+cc1a7ff1
This commit is contained in:
parent
d5a4e3f139
commit
0b2025696e
@ -1 +1 @@
|
||||
f112adeb806f3160fbc05c88f902c5c1b039780f SOURCES/crun-1.6.tar.gz
|
||||
864a8729584e333ce0d39a3097c4c974ca8278e3 SOURCES/crun-1.8.3.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/crun-1.6.tar.gz
|
||||
SOURCES/crun-1.8.3.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: OCI runtime written in C
|
||||
Name: crun
|
||||
Version: 1.6
|
||||
Version: 1.8.3
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
@ -18,10 +18,14 @@ BuildRequires: systemd-devel
|
||||
BuildRequires: yajl-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: criu-devel
|
||||
BuildRequires: python3-libmount
|
||||
BuildRequires: libtool
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: libgcrypt-devel
|
||||
Provides: oci-runtime
|
||||
Recommends: criu >= 3.17.1
|
||||
Recommends: criu-libs
|
||||
|
||||
%description
|
||||
crun is a runtime for running OCI containers
|
||||
@ -46,6 +50,18 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.3-1
|
||||
- fix could not find symbol criu_set_lsm_mount_context in libcriu.so
|
||||
- Related: #2176055
|
||||
|
||||
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-3
|
||||
- add BR: criu-devel
|
||||
- Related: #2176055
|
||||
|
||||
* Wed Mar 15 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-2
|
||||
- update to https://github.com/containers/crun/releases/tag/1.6
|
||||
- Related: #2176055
|
||||
|
||||
* Fri Sep 09 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
|
||||
- update to https://github.com/containers/crun/releases/tag/1.6
|
||||
- Related: #2123641
|
||||
|
Loading…
Reference in New Issue
Block a user