import crun-1.4.4-1.module+el8.6.0+14673+621cb8be

This commit is contained in:
CentOS Sources 2022-05-10 03:00:18 -04:00 committed by Stepan Oksanichenko
parent c56ed8c853
commit cb830a5da9
3 changed files with 22 additions and 6 deletions

View File

@ -1 +1 @@
63982dc2f87834abc968a50fde42f47c303cc914 SOURCES/crun-1.4.1.tar.gz
e97d442ad4e8116561f5bb8b5a0ed0d358897ba0 SOURCES/crun-1.4.4.tar.gz

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.4.1
Version: 1.4.4
Release: 1%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -46,18 +46,34 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Thu Mar 31 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.4-1
- update to https://github.com/containers/crun/releases/tag/1.4.4
- Resolves: #2067577
* 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: #2021990
- 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: #2021990
- Related: #2001445
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
* 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
* 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