diff --git a/crun.spec b/crun.spec index 44678598b1484e7206f191ecf64b5e4fe26d5b25..a64cf82ecc85c139518d73d50290de091cee60a2 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