diff --git a/.crun.metadata b/.crun.metadata index 3018705..1d60182 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -b6b77e2cd4f482339a92bbac1cf00b4680ae69bd SOURCES/crun-1.21.tar.zst +001defaef47960d938ebe6d07b4333a3b330b4b3 SOURCES/crun-1.22.tar.zst diff --git a/.gitignore b/.gitignore index 007c9eb..0b7315c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.21.tar.zst +SOURCES/crun-1.22.tar.zst diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 9eba04e..253f007 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -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 - 1.22-1 +- update to https://github.com/containers/crun/releases/tag/1.22 +- Resolves: RHEL-101023 + * Fri Mar 28 2025 Jindrich Novy - 1.21-1 - update to https://github.com/containers/crun/releases/tag/1.21 - Resolves: RHEL-84950