diff --git a/.crun.metadata b/.crun.metadata index 65f636a..aa71b21 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -934b5c46ce7fb13c6dff851463a03f3cb25b51da SOURCES/crun-1.19.1.tar.zst +b76d17851828255e4f9186918495130ddf99db21 SOURCES/crun-1.23.tar.zst diff --git a/.gitignore b/.gitignore index a760c7a..c401a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-1.19.1.tar.zst +SOURCES/crun-1.23.tar.zst diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 7cef7f5..4dd2f1a 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.19.1 +Version: 1.23 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 @@ -123,6 +121,9 @@ export LDFLAGS="%{build_ldflags}" %make_install prefix=%{_prefix} rm -rf %{buildroot}%{_prefix}/lib* +# Placeholder check to silence rpmlint +%check + %files %license COPYING %{_bindir}/%{name} @@ -142,6 +143,26 @@ rm -rf %{buildroot}%{_prefix}/lib* %endif %changelog +* Mon Jul 28 2025 Jindrich Novy - 1.23-1 +- update to https://github.com/containers/crun/releases/tag/1.23 +- Related: RHEL-80816 + +* Thu Jul 03 2025 Jindrich Novy - 1.22-1 +- update to https://github.com/containers/crun/releases/tag/1.22 +- Related: RHEL-80816 + +* Fri Mar 28 2025 Jindrich Novy - 1.21-1 +- update to https://github.com/containers/crun/releases/tag/1.21 +- Related: RHEL-80816 + +* Tue Mar 18 2025 Jindrich Novy - 1.20-2 +- fix gating.yaml +- Related: RHEL-80816 + +* Wed Feb 05 2025 Jindrich Novy - 1.20-1 +- update to https://github.com/containers/crun/releases/tag/1.20 +- Related: RHEL-60277 + * Thu Jan 02 2025 Jindrich Novy - 1.19.1-1 - update to https://github.com/containers/crun/releases/tag/1.19.1 - Related: RHEL-60277