import crun-1.4.1-1.module+el8.5.0+13882+8ad012a9

This commit is contained in:
CentOS Sources 2022-02-01 15:14:51 -05:00 committed by Stepan Oksanichenko
parent a366b99678
commit c56ed8c853
3 changed files with 15 additions and 3 deletions

View File

@ -1 +1 @@
c34de35a8489e23778b9c7b860945b870b3f3339 SOURCES/crun-1.0.tar.gz
63982dc2f87834abc968a50fde42f47c303cc914 SOURCES/crun-1.4.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-1.0.tar.gz
SOURCES/crun-1.4.1.tar.gz

View File

@ -1,6 +1,6 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.0
Version: 1.4.1
Release: 1%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -46,6 +46,18 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Fri Jan 14 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.1-1
- update to https://github.com/containers/crun/releases/tag/1.4.1
- Related: #2021990
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.4-1
- update to https://github.com/containers/crun/releases/tag/1.4
- Related: #2021990
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
- update to https://github.com/containers/crun/releases/tag/1.3
- Related: #2001445
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.0-1
- update to https://github.com/containers/crun/releases/tag/1.0
- Related: #1934415