From 8155056debdf0ab4d7f0112102c688aa288ecaae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 09 2023 10:15:59 +0000 Subject: import crun-1.8.4-1.el9_2 --- diff --git a/.crun.metadata b/.crun.metadata index 8216f99..29d1cda 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -a9f902399afe702530e35f0e395647b835649b82 SOURCES/crun-1.8.1.tar.gz +d9febe45e7a2456ccbbc9acf6b5b7fb9de3fa92a SOURCES/crun-1.8.4.tar.gz diff --git a/.gitignore b/.gitignore index 75de655..e633690 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.8.1.tar.gz +SOURCES/crun-1.8.4.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index bfaed93..d621b58 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,6 +1,6 @@ Summary: OCI runtime written in C Name: crun -Version: 1.8.1 +Version: 1.8.4 Release: 1%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -50,6 +50,14 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Fri Apr 14 2023 Jindrich Novy - 1.8.4-1 +- update to https://github.com/containers/crun/releases/tag/1.8.4 +- Resolves: #2184222 + +* Tue Apr 04 2023 Jindrich Novy - 1.8.1-2 +- fix could not find symbol criu_set_lsm_mount_context in libcriu.so +- Resolves: #2184222 + * Tue Feb 28 2023 Jindrich Novy - 1.8.1-1 - update to https://github.com/containers/crun/releases/tag/1.8.1 - Related: #2124478