diff --git a/crun.spec b/crun.spec index 76c87eda5ade6ea3b456f1830178d1c123fcc217..6558f8483fd9fa6573ea779ae4333c6ac0f83449 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