crun-1.8.1-1.el8
- update to https://github.com/containers/crun/releases/tag/1.8.1 - Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
8e8aee09be
commit
7b378b6aef
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/crun-1.7.2.tar.gz
|
/*.tar.gz
|
||||||
/crun-1.7.2.tar.gz
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 1.7.2
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -21,7 +21,10 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: python3-libmount
|
BuildRequires: python3-libmount
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
Provides: oci-runtime
|
Provides: oci-runtime
|
||||||
|
Recommends: criu >= 3.17.1
|
||||||
|
Recommends: criu-libs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
crun is a runtime for running OCI containers
|
crun is a runtime for running OCI containers
|
||||||
@ -46,6 +49,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.1
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
|
* 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
|
- update to https://github.com/containers/crun/releases/tag/1.7.2
|
||||||
- Related: #2123641
|
- Related: #2123641
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# recipients: jnovy, lsm5, santiago
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules: []
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (crun-1.7.2.tar.gz) = 4c9172a84b445b2ad73dde7b3c942a6ab36c30ebbe73f0940e3497979d466b1535c3432aa1d9fe8e1a34e3897844d565bea04e40b0f8e95cf48ad8fa0715cd33
|
SHA512 (crun-1.8.1.tar.gz) = c72c2863aae6dd96d0ec9858ac57dcaac33fc835a808d3d2d9971da2b4b52bbfe535db81348448ca43cca1cd8ec9d090f89b891f5eaad926d47fec8a4b8de0d9
|
||||||
|
Loading…
Reference in New Issue
Block a user