diff --git a/criu.spec b/criu.spec index f5b68459361339a5255b962207aaf189ebd0e698..eeb39bc5a48dea12a12905d1e8a97f7daac99ea1 100644 --- a/criu.spec +++ b/criu.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global py_prefix python3 %global py_binary %{py_prefix} @@ -11,12 +12,13 @@ Name: criu Version: 3.15 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space License: GPLv2 URL: http://criu.org/ +Excludearch: loongarch64 Source0: %{git0}/archive/%{commit0}/v%{version}.tar.gz Source1: criu-tmpfiles.conf BuildRequires: gcc @@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT%{_libexecdir}/%{name} %doc %{_mandir}/man1/crit.1* %changelog +* Tue Mar 21 2023 Zhao Hang - 3.15-1.0.1 +- Remove loongarch64 arch + * Wed Nov 04 2020 Jindrich Novy - 3.15-1 - update to https://github.com/checkpoint-restore/criu/releases/tag/v3.15 - Related: #1883490