diff --git a/criu.spec b/criu.spec index c5b8066b24f12acdbdd54a0ced4ca28c2dec59db..443ac8b7aff9bffe1c0e0fa66e727affc238c4f6 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