From 294c20b7a1d777d8ae1ac72919bfe2d5c947701f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 28 2023 09:55:56 +0000 Subject: import crun-1.8.1-1.el9 --- diff --git a/.crun.metadata b/.crun.metadata index 9d46217..8216f99 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -8f08fcfcb170061ba3c6c3b509f666ec00d0c81a SOURCES/crun-1.5.tar.gz +a9f902399afe702530e35f0e395647b835649b82 SOURCES/crun-1.8.1.tar.gz diff --git a/.gitignore b/.gitignore index 6eb6d5a..75de655 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.5.tar.gz +SOURCES/crun-1.8.1.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index d36ac6b..bfaed93 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,6 +1,6 @@ Summary: OCI runtime written in C Name: crun -Version: 1.5 +Version: 1.8.1 Release: 1%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -22,7 +22,10 @@ BuildRequires: criu-devel BuildRequires: python3-libmount BuildRequires: libtool 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 @@ -47,6 +50,34 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Tue Feb 28 2023 Jindrich Novy - 1.8.1-1 +- update to https://github.com/containers/crun/releases/tag/1.8.1 +- Related: #2124478 + +* Wed Feb 01 2023 Jindrich Novy - 1.8-1 +- update to https://github.com/containers/crun/releases/tag/1.8 +- Related: #2124478 + +* Thu Jan 05 2023 Jindrich Novy - 1.7.2-2 +- require libgcrypt-devel and add criu weak dep +- Resolves: #2158083 + +* Wed Nov 30 2022 Jindrich Novy - 1.7.2-1 +- update to https://github.com/containers/crun/releases/tag/1.7.2 +- Related: #2124478 + +* Mon Nov 28 2022 Jindrich Novy - 1.7.1-1 +- update to https://github.com/containers/crun/releases/tag/1.7.1 +- Related: #2124478 + +* Tue Nov 08 2022 Jindrich Novy - 1.7-1 +- update to https://github.com/containers/crun/releases/tag/1.7 +- Related: #2124478 + +* Tue Oct 18 2022 Jindrich Novy - 1.6-1 +- update to https://github.com/containers/crun/releases/tag/1.6 +- Related: #2124478 + * Tue Aug 02 2022 Jindrich Novy - 1.5-1 - update to https://github.com/containers/crun/releases/tag/1.5 - Related: #2061316