From eb4e1474893c299dce689d9b530d0d2a211aa489 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 09 2020 16:17:51 +0000 Subject: import crun-0.15.1-1.module+el8.3.1+8686+2a59bca3 --- diff --git a/.crun.metadata b/.crun.metadata index d82adf5..22be642 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -d0a6cedcf9e3ab26a77bdb33019b52dbd45fab4a SOURCES/crun-0.14.1.tar.gz +8132ec30465108eeb39040b47d9641efc20ad205 SOURCES/crun-0.15.1.tar.gz diff --git a/.gitignore b/.gitignore index e6c4c72..7e0743f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-0.14.1.tar.gz +SOURCES/crun-0.15.1.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 7dc12a7..c06c8a0 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun -Version: 0.14.1 -Release: 2%{?dist} +Version: 0.15.1 +Release: 1%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun @@ -45,6 +45,19 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Wed Nov 04 2020 Jindrich Novy - 0.15.1-1 +- update to https://github.com/containers/crun/releases/tag/0.15.1 +- Related: #1888571 + +* Thu Oct 29 2020 Jindrich Novy - 0.15-2 +- backport "exec: check read bytes from sync" (gscrivan@redhat.com) + (https://github.com/containers/crun/issues/511) +- Related: #1888571 + +* Thu Oct 22 2020 Jindrich Novy - 0.15-1 +- synchronize with stream-container-tools-rhel8-rhel-8.4.0 +- Related: #1888571 + * Tue Aug 11 2020 Jindrich Novy - 0.14.1-2 - use proper CFLAGS - Related: #1821193