From 47f736a619400b7c84a0d33a771190577186f55d Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Tue, 20 Aug 2024 15:40:43 +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 4467859..a64cf82 100644 --- a/crun.spec +++ b/crun.spec @@ -1,6 +1,6 @@ Name: crun Version: 1.8.7 -Release: 2 +Release: 3 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 @@ -28,10 +28,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} @@ -54,6 +51,9 @@ rm -rf %{buildroot}%{_prefix}/lib* %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Jiaming Zhang - 1.8.7-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Sun Apr 28 2024 yinsist - 1.8.7-2 - Disable criu dependency for RISC-V as criu does not currently support RISC-V -- Gitee