From 8c7062dfe00c47121590a04e6c7debf421432476 Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 09:48:30 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- crun.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crun.spec b/crun.spec index 76c87ed..6558f84 100644 --- a/crun.spec +++ b/crun.spec @@ -1,6 +1,6 @@ Name: crun Version: 1.4.5 -Release: 1 +Release: 2 Summary: A fast and low-memory footprint OCI Container Runtime fully written in C. URL: https://github.com/containers/%{name} Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -16,10 +16,7 @@ Provides: oci-runtime %description crun is a fast and low-memory footprint OCI Container Runtime fully written in C. -%package help -Summary: Secondary development document and manual of interface function description. -%description help -Secondary development document and manual of interface function description. +%package_help %prep %autosetup -p1 -n %{name}-%{version} @@ -42,6 +39,9 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Wed Aug 21 2024 Jiaming Zhang - 1.4.5-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jul 20 2022 fushanqing - 1.4.5-1 - update to 1.4.5 -- Gitee