From 2d611f8179de715143822e36d37d59d28d8c471b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 30 Sep 2020 11:49:43 -0400 Subject: [PATCH] crun-0.15-5 - rebuild to bump release tag ahead of older fedoras Signed-off-by: Lokesh Mandvekar --- crun.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index 65a45ca..cc8a778 100644 --- a/crun.spec +++ b/crun.spec @@ -1,7 +1,7 @@ Summary: OCI runtime written in C Name: crun Version: 0.15 -Release: 3%{?dist} +Release: 5%{?dist} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv3+ URL: https://github.com/containers/crun @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT/usr/lib* %{_mandir}/man1/* %changelog +* Wed Sep 30 2020 Lokesh Mandvekar - 0.15-5 +- rebuild to bump release tag ahead of older fedoras + * Wed Sep 30 2020 Giuseppe Scrivano - 0.15-3 - backport "exec: check read bytes from sync"