import crun-1.4.3-1.module+el8.7.0+14421+e3b24aca

This commit is contained in:
CentOS Sources 2022-03-11 21:02:41 +00:00 committed by Stepan Oksanichenko
parent d4db913eee
commit c7fcc7ee9a
3 changed files with 23 additions and 3 deletions

View File

@ -1 +1 @@
223bdb8318419c388ae6080f7569cc367fe92842 SOURCES/crun-1.2.tar.gz
6d961a074341902175553bd779e2ff8224b2882c SOURCES/crun-1.4.3.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-1.2.tar.gz
SOURCES/crun-1.4.3.tar.gz

View File

@ -1,6 +1,6 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.2
Version: 1.4.3
Release: 1%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -46,6 +46,26 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.3-1
- update to https://github.com/containers/crun/releases/tag/1.4.3
- Related: #2061390
* Wed Jan 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.2-1
- update to https://github.com/containers/crun/releases/tag/1.4.2
- Related: #2001445
* 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: #2001445
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.4-1
- update to https://github.com/containers/crun/releases/tag/1.4
- Related: #2001445
* Mon Nov 08 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
- update to https://github.com/containers/crun/releases/tag/1.3
- Related: #2001445
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.2-1
- update to https://github.com/containers/crun/releases/tag/1.2
- Related: #2001445