import crun-1.5-1.module+el8.7.0+16493+89f82ab8
This commit is contained in:
parent
c7fcc7ee9a
commit
81feb8bf2e
@ -1 +1 @@
|
||||
6d961a074341902175553bd779e2ff8224b2882c SOURCES/crun-1.4.3.tar.gz
|
||||
8f08fcfcb170061ba3c6c3b509f666ec00d0c81a SOURCES/crun-1.5.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/crun-1.4.3.tar.gz
|
||||
SOURCES/crun-1.5.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: OCI runtime written in C
|
||||
Name: crun
|
||||
Version: 1.4.3
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
@ -20,7 +20,7 @@ BuildRequires: libseccomp-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: python3-libmount
|
||||
BuildRequires: libtool
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
Provides: oci-runtime
|
||||
|
||||
%description
|
||||
@ -46,6 +46,22 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-2
|
||||
- BuildRequires: /usr/bin/go-md2man
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-1
|
||||
- update to https://github.com/containers/crun/releases/tag/1.4.5
|
||||
- Related: #2061390
|
||||
|
||||
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.4-1
|
||||
- update to https://github.com/containers/crun/releases/tag/1.4.4
|
||||
- Related: #2061390
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user