import crun-1.6-1.module+el8.8.0+17821+de1b53f1

This commit is contained in:
CentOS Sources 2023-05-16 06:10:57 +00:00 committed by Stepan Oksanichenko
parent 778ec15c21
commit 85a50f9f9b
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
8f08fcfcb170061ba3c6c3b509f666ec00d0c81a SOURCES/crun-1.5.tar.gz
f112adeb806f3160fbc05c88f902c5c1b039780f SOURCES/crun-1.6.tar.gz

2
.gitignore vendored
View File

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

View File

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