From 827541a1db08c56ff3d3254316d200a52364a1df Mon Sep 17 00:00:00 2001 From: "fu.lin" Date: Wed, 19 Oct 2022 14:18:38 +0800 Subject: [PATCH] spec: bump the version do nothing, just make internal happy Signed-off-by: fu.lin --- criu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index 621c765..ed8311c 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 3.16.1 -Release: 3 +Release: 4 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space @@ -114,6 +114,9 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*} %changelog +* Wed Oct 19 2022 fu.lin -3.16.1-4 +- bump the version + * Fri Mar 4 2022 ningyu - 3.16.1-3 - rseq c/r support -- Gitee