import crun-1.7.2-1.module+el8.8.0+17695+8a9c0c1b

This commit is contained in:
CentOS Sources 2023-01-31 01:19:30 +00:00 committed by root
parent 81feb8bf2e
commit 5304475c5e
3 changed files with 19 additions and 3 deletions

View File

@ -1 +1 @@
8f08fcfcb170061ba3c6c3b509f666ec00d0c81a SOURCES/crun-1.5.tar.gz
b075269d7d659951ba6e663dde63ceeb4b8bf6c7 SOURCES/crun-1.7.2.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-1.5.tar.gz
SOURCES/crun-1.7.2.tar.gz

View File

@ -1,6 +1,6 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.5
Version: 1.7.2
Release: 1%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
@ -46,6 +46,22 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
- update to https://github.com/containers/crun/releases/tag/1.7.2
- Related: #2123641
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
- update to https://github.com/containers/crun/releases/tag/1.7.1
- Related: #2123641
* Tue Nov 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.7-1
- update to https://github.com/containers/crun/releases/tag/1.7
- Related: #2123641
* Thu Sep 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
- update to https://github.com/containers/crun/releases/tag/1.6
- Related: #2123641
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.5-1
- update to https://github.com/containers/crun/releases/tag/1.5
- Related: #2061390