diff --git a/.crun.metadata b/.crun.metadata index d82adf5..d777afa 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -d0a6cedcf9e3ab26a77bdb33019b52dbd45fab4a SOURCES/crun-0.14.1.tar.gz +1df743f7da59aa3d8b9e057d4dae1618a7f1e7a8 SOURCES/crun-0.16.tar.gz diff --git a/.gitignore b/.gitignore index e6c4c72..a45b3f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-0.14.1.tar.gz +SOURCES/crun-0.16.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 7dc12a7..ce2497a 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -1,11 +1,12 @@ Summary: OCI runtime written in C Name: crun -Version: 0.14.1 +Version: 0.16 Release: 2%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ URL: https://github.com/containers/crun - +# build fails on i686 with: No matching package to install: 'go-md2man' +ExcludeArch: i686 # We always run autogen.sh BuildRequires: autoconf BuildRequires: automake @@ -45,6 +46,27 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Thu Dec 03 2020 Jindrich Novy - 0.16-2 +- exclude i686 because of build failures +- Related: #1888571 + +* Wed Nov 25 2020 Jindrich Novy - 0.16-1 +- update to https://github.com/containers/crun/releases/tag/0.16 +- Related: #1888571 + +* 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