From 6152215f585ea5e7ffbe679bd4bbd74b149ef88f Mon Sep 17 00:00:00 2001 From: k18700474961 Date: Fri, 1 Nov 2024 07:26:13 +0000 Subject: [PATCH] update criu.spec. add missed patch to spec which is synced from openEuler-22.03-LTS-Next Signed-off-by: k18700474961 --- criu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index c5b8066..443ac8b 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 3.19 -Release: 1 +Release: 2 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space @@ -17,6 +17,7 @@ Provides: %{name}-libs = %{version}-%{release} Obsoletes: %{name}-libs < %{version}-%{release} Patch1: 0001-criu-dump-and-restore-cpu-affinity-of-each-thread.patch +Patch2: 0002-mm-add-pin-memory-method-for-criu.patch %description Checkpoint/Restore in Userspace(CRIU),is a software tool for the linux operating system. @@ -102,6 +103,9 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*,criu-amdgpu-plugin.1*} %changelog +* Thu Apr 25 2024 snoweay - 3.19-2 +- add missed patch to spec which is synced from openEuler-22.03-LTS-Next + * Thu Apr 25 2024 snoweay - 3.19-1 - update to version 3.19 from criu.org -- Gitee