import crun-1.2-1.module+el8.6.0+12939+aa33c90f

This commit is contained in:
CentOS Sources 2021-10-19 04:38:34 +00:00 committed by Stepan Oksanichenko
parent 8f551cc1bb
commit d4db913eee
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
c34de35a8489e23778b9c7b860945b870b3f3339 SOURCES/crun-1.0.tar.gz
223bdb8318419c388ae6080f7569cc367fe92842 SOURCES/crun-1.2.tar.gz

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.0
Version: 1.2
Release: 1%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -46,6 +46,14 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* 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
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-1
- update to https://github.com/containers/crun/releases/tag/1.1
- 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