From 135b6d32d5ffbb0ff889853006e07cf86f3314fe Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 14:27:17 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- criu.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/criu.spec b/criu.spec index c5b8066..af9dffb 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 @@ -52,11 +52,8 @@ Requires: %{name} = %{version}-%{release} %description -n criu-ns -%package help -Summary: Help documents for criu +%package_help -%description help -Help documents for criu. %prep %autosetup -n %{name}-%{version} -p1 @@ -102,6 +99,9 @@ chmod 0755 %{buildroot}/run/%{name}/ %doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*,criu-amdgpu-plugin.1*} %changelog +* Tue Aug 20 2024 Jiaming Zhang - 3.19-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Apr 25 2024 snoweay - 3.19-1 - update to version 3.19 from criu.org -- Gitee