import UBI crun-1.22-1.el9_6

This commit is contained in:
eabdullin 2025-08-05 05:08:09 +00:00
parent ba0a283c07
commit 9a4830449b
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
b6b77e2cd4f482339a92bbac1cf00b4680ae69bd SOURCES/crun-1.21.tar.zst
001defaef47960d938ebe6d07b4333a3b330b4b3 SOURCES/crun-1.22.tar.zst

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crun-1.21.tar.zst
SOURCES/crun-1.22.tar.zst

View File

@ -42,7 +42,7 @@ Epoch: 102
# If that's what you're reading, Version must be 0, and will be updated by Packit for
# copr and koji builds.
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 1.21
Version: 1.22
Release: 1%{?dist}
URL: https://github.com/containers/%{name}
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.zst
@ -69,11 +69,9 @@ BuildRequires: libseccomp-devel
BuildRequires: python3-libmount
BuildRequires: libtool
BuildRequires: protobuf-c-devel
%ifnarch riscv64
BuildRequires: criu-devel >= 3.17.1-2
Recommends: criu >= 3.17.1
Recommends: criu-libs
%endif
%if %{defined wasmedge_support}
BuildRequires: wasmedge-devel
%endif
@ -142,6 +140,10 @@ rm -rf %{buildroot}%{_prefix}/lib*
%endif
%changelog
* Tue Jul 15 2025 Jindrich Novy <jnovy@redhat.com> - 1.22-1
- update to https://github.com/containers/crun/releases/tag/1.22
- Resolves: RHEL-101023
* Fri Mar 28 2025 Jindrich Novy <jnovy@redhat.com> - 1.21-1
- update to https://github.com/containers/crun/releases/tag/1.21
- Resolves: RHEL-84950