From 9b96924d746757a84116855edab7cb68af0850cb Mon Sep 17 00:00:00 2001 From: SuperSix173 Date: Mon, 1 Apr 2024 14:19:19 +0000 Subject: [PATCH] spec: bump the version do nothing, just make internal happy Signed-off-by: Liu Chao Signed-off-by: SuperSix173 (cherry picked from commit 658b4a313db60a21997b58248ae543acec38bd03) --- criu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index 565259f..d84e39d 100644 --- a/criu.spec +++ b/criu.spec @@ -1,6 +1,6 @@ Name: criu Version: 3.16.1 -Release: 8 +Release: 9 Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: A tool of Checkpoint/Restore in User-space @@ -177,6 +177,9 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*} %changelog +* Mon Apr 1 2024 Liu Chao -3.16.1-9 +- bump the version + * Fri Nov 10 2023 wangqing - 3.16.1-8 - Fix Source0 URL errors -- Gitee