crun-1.6-3.el8

- add BR: criu-devel
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-03-20 11:54:50 +01:00
parent 67b844a247
commit c599764ef0

View File

@ -1,7 +1,7 @@
Summary: OCI runtime written in C
Name: crun
Version: 1.6
Release: 2%{?dist}
Release: 3%{?dist}
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
URL: https://github.com/containers/crun
@ -18,6 +18,7 @@ BuildRequires: systemd-devel
BuildRequires: yajl-devel
BuildRequires: libseccomp-devel
BuildRequires: libselinux-devel
BuildRequires: criu-devel
BuildRequires: python3-libmount
BuildRequires: libtool
BuildRequires: go-md2man
@ -46,6 +47,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
%{_mandir}/man1/*
%changelog
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-3
- add BR: criu-devel
- Related: #2176055
* Wed Mar 15 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-2
- update to https://github.com/containers/crun/releases/tag/1.6
- Related: #2176055