diff --git a/libguestfs.spec b/libguestfs.spec index 772d556a3c9b9d02b7f3279ddc1eadaed653b3d0..5b521fb8ae753b075e44ecfed76838b59f0f516d 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.49.5 -Release: 3 +Release: 4 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPLv2+ @@ -176,7 +176,8 @@ Requires: vala %description vala This package contains Vala bindings for %{name}. -%package help +%package_help + Summary: man files for %{name} Requires: man Provides: %{name}-man-pages-ja%{?_isa} %{name}-man-pages-ja @@ -364,6 +365,9 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog +* Wed Aug 21 2024 Lin Zhao - 2.4-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jul 24 2024 yuanlipeng - 1:1.49.5-3 - Fix build failure due to automake upgrade