From 18a4be4fba9daadcf9ce90c1184edd8689c6bea8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 16 Oct 2023 09:19:56 +0000 Subject: [PATCH] import CS crun-1.8.7-1.module_el8+661+d1afb926 --- .crun.metadata | 2 +- .gitignore | 2 +- SPECS/crun.spec | 43 ++++++++++++++++++++++++++++++++++++------- 3 files changed, 38 insertions(+), 9 deletions(-) diff --git a/.crun.metadata b/.crun.metadata index 6f67123..407365a 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -6c0bc97e56ac0ed2a44d0455675df8ed4c2a770f SOURCES/crun-1.8.tar.gz +c9775782ec9faedb38ea0ea7de48b5991babb65e SOURCES/crun-1.8.7.tar.gz diff --git a/.gitignore b/.gitignore index b4c5e99..7411dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.8.tar.gz +SOURCES/crun-1.8.7.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 919250c..e83100a 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,6 +1,6 @@ Summary: OCI runtime written in C Name: crun -Version: 1.8 +Version: 1.8.7 Release: 1%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -18,6 +18,7 @@ BuildRequires: systemd-devel BuildRequires: yajl-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel +BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool BuildRequires: /usr/bin/go-md2man @@ -49,13 +50,41 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog -* Thu Feb 02 2023 Jindrich Novy - 1.8-1 -- update to https://github.com/containers/crun/releases/tag/1.8 -- Related: #2123641 +* Tue Aug 22 2023 Jindrich Novy - 1.8.7-1 +- update to https://github.com/containers/crun/releases/tag/1.8.7 +- Related: #2176055 -* Thu Jan 05 2023 Jindrich Novy - 1.7.2-2 -- require libgcrypt-devel and add criu weak dep -- Resolves: #2158084 +* Mon Jul 31 2023 Jindrich Novy - 1.8.6-1 +- update to https://github.com/containers/crun/releases/tag/1.8.6 +- Related: #2176055 + +* Mon May 22 2023 Jindrich Novy - 1.8.5-1 +- update to https://github.com/containers/crun/releases/tag/1.8.5 +- Related: #2176055 + +* Mon Apr 24 2023 Jindrich Novy - 1.8.4-1 +- update to https://github.com/containers/crun/releases/tag/1.8.4 +- Related: #2176055 + +* Tue Apr 04 2023 Jindrich Novy - 1.8.3-2 +- fix could not find symbol criu_set_lsm_mount_context in libcriu.so +- Resolves: #2183041 + +* Sun Mar 26 2023 Jindrich Novy - 1.8.3-1 +- update to https://github.com/containers/crun/releases/tag/1.8.3 +- Related: #2176055 + +* Fri Mar 24 2023 Jindrich Novy - 1.8.2-1 +- update to https://github.com/containers/crun/releases/tag/1.8.2 +- Related: #2176055 + +* Mon Mar 20 2023 Jindrich Novy - 1.8.1-2 +- add BR: criu-devel +- Related: #2176055 + +* Thu Mar 09 2023 Jindrich Novy - 1.8.1-1 +- update to https://github.com/containers/crun/releases/tag/1.8.1 +- Related: #2176055 * Wed Nov 30 2022 Jindrich Novy - 1.7.2-1 - update to https://github.com/containers/crun/releases/tag/1.7.2