import crun-1.8.1-2.module+el8.8.0+18418+f0e540fe

This commit is contained in:
CentOS Sources 2023-05-16 06:11:16 +00:00 committed by Stepan Oksanichenko
parent 85878f920e
commit 33adbb4948
3 changed files with 40 additions and 4 deletions

View File

@ -1 +1 @@
8f08fcfcb170061ba3c6c3b509f666ec00d0c81a SOURCES/crun-1.5.tar.gz
a9f902399afe702530e35f0e395647b835649b82 SOURCES/crun-1.8.1.tar.gz

2
.gitignore vendored
View File

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

View File

@ -1,7 +1,7 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.5
Release: 1%{?dist}
Version: 1.8.1
Release: 2%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
URL: https://github.com/containers/crun
@ -18,10 +18,14 @@ BuildRequires: systemd-devel
BuildRequires: yajl-devel
BuildRequires: libseccomp-devel
BuildRequires: libselinux-devel
BuildRequires: criu-devel
BuildRequires: python3-libmount
BuildRequires: libtool
BuildRequires: /usr/bin/go-md2man
BuildRequires: libgcrypt-devel
Provides: oci-runtime
Recommends: criu >= 3.17.1
Recommends: criu-libs
%description
crun is a runtime for running OCI containers
@ -46,6 +50,38 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-2
- add BR: criu-devel
- Resolves: #2179195
* Tue Feb 28 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
- update to https://github.com/containers/crun/releases/tag/1.8.1
- Related: #2123641
* Thu Feb 02 2023 Jindrich Novy <jnovy@redhat.com> - 1.8-1
- update to https://github.com/containers/crun/releases/tag/1.8
- Related: #2123641
* Thu Jan 05 2023 Jindrich Novy <jnovy@redhat.com> - 1.7.2-2
- require libgcrypt-devel and add criu weak dep
- Resolves: #2158084
* 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