From 406c2e6734018f491cfe24825635af4eeb9eb7d2 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 19 Jun 2024 03:03:58 +0300 Subject: [PATCH] import crun-1.14.3-2.module+el8.10.0+21962+8143777b --- .crun.metadata | 2 +- .gitignore | 2 +- SPECS/crun.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 53 insertions(+), 6 deletions(-) diff --git a/.crun.metadata b/.crun.metadata index 407365a..3f67ddd 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -c9775782ec9faedb38ea0ea7de48b5991babb65e SOURCES/crun-1.8.7.tar.gz +11721b052c8b13559007c44baea8aa0c4e86d173 SOURCES/crun-1.14.3.tar.gz diff --git a/.gitignore b/.gitignore index 7411dd7..0881133 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.8.7.tar.gz +SOURCES/crun-1.14.3.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 751c789..d6cd364 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun -Version: 1.8.7 -Release: 1%{?dist} +Version: 1.14.3 +Release: 2%{?dist} Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -22,7 +22,6 @@ 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 @@ -50,9 +49,57 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog -* Sun Dec 10 2023 MSVSphere Packaging Team - 1.8.7-1 +* Mon Feb 19 2024 Jindrich Novy - 1.14.3-2 +- remove BR libgcrypt-devel, no longer needed +- Related: Jira:RHEL-2110 + +* Mon Feb 19 2024 Jindrich Novy - 1.14.3-1 +- update to https://github.com/containers/crun/releases/tag/1.14.3 +- Related: Jira:RHEL-2110 + +* Fri Feb 09 2024 Jindrich Novy - 1.14.1-1 +- update to https://github.com/containers/crun/releases/tag/1.14.1 +- Related: Jira:RHEL-2110 + +* Thu Jan 25 2024 Jindrich Novy - 1.14-1 +- update to https://github.com/containers/crun/releases/tag/1.14 +- Related: Jira:RHEL-2110 + +* Wed Jan 17 2024 Jindrich Novy - 1.13-1 +- update to https://github.com/containers/crun/releases/tag/1.13 +- Related: Jira:RHEL-2110 + +* Tue Jan 02 2024 Jindrich Novy - 1.12-1 +- update to https://github.com/containers/crun/releases/tag/1.12 +- Related: Jira:RHEL-2110 + +* Sun Dec 10 2023 MSVSphere Packaging Team - 1.11.2-1 - Rebuilt for MSVSphere 8.8 +* Tue Nov 07 2023 Jindrich Novy - 1.11.2-1 +- update to https://github.com/containers/crun/releases/tag/1.11.2 +- Related: Jira:RHEL-2110 + +* Tue Oct 31 2023 Jindrich Novy - 1.11.1-1 +- update to https://github.com/containers/crun/releases/tag/1.11.1 +- Related: Jira:RHEL-2110 + +* Mon Oct 30 2023 Jindrich Novy - 1.11-1 +- update to https://github.com/containers/crun/releases/tag/1.11 +- Related: Jira:RHEL-2110 + +* Fri Sep 29 2023 Jindrich Novy - 1.9.2-1 +- update to https://github.com/containers/crun/releases/tag/1.9.2 +- Related: Jira:RHEL-2110 + +* Wed Sep 27 2023 Jindrich Novy - 1.9.1-1 +- update to https://github.com/containers/crun/releases/tag/1.9.1 +- Related: Jira:RHEL-2110 + +* Fri Sep 15 2023 Jindrich Novy - 1.9-1 +- update to https://github.com/containers/crun/releases/tag/1.9 +- Related: Jira:RHEL-2110 + * Tue Aug 22 2023 Jindrich Novy - 1.8.7-1 - update to https://github.com/containers/crun/releases/tag/1.8.7 - Related: #2176055