import crun-0.16-2.module+el8.3.1+9857+68fb1526

This commit is contained in:
CentOS Sources 2021-02-16 02:43:13 -05:00 committed by Andrew Lukoshko
parent e5e1036bfc
commit 67c08f8673
3 changed files with 26 additions and 4 deletions

View File

@ -1 +1 @@
d0a6cedcf9e3ab26a77bdb33019b52dbd45fab4a SOURCES/crun-0.14.1.tar.gz 1df743f7da59aa3d8b9e057d4dae1618a7f1e7a8 SOURCES/crun-0.16.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-0.14.1.tar.gz SOURCES/crun-0.16.tar.gz

View File

@ -1,11 +1,12 @@
Summary: OCI runtime written in C Summary: OCI runtime written in C
Name: crun Name: crun
Version: 0.14.1 Version: 0.16
Release: 2%{?dist} Release: 2%{?dist}
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+ License: GPLv2+
URL: https://github.com/containers/crun 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 # We always run autogen.sh
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
@ -45,6 +46,27 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-2
- exclude i686 because of build failures
- Related: #1888571
* Wed Nov 25 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-1
- update to https://github.com/containers/crun/releases/tag/0.16
- Related: #1888571
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 0.15.1-1
- update to https://github.com/containers/crun/releases/tag/0.15.1
- Related: #1888571
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 0.15-1
- synchronize with stream-container-tools-rhel8-rhel-8.4.0
- Related: #1888571
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-2 * Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-2
- use proper CFLAGS - use proper CFLAGS
- Related: #1821193 - Related: #1821193