From ac4fb6e848f53af09dc8ec1b2a229199223cef9e Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Wed, 21 Aug 2024 15:06:37 +0800 Subject: [PATCH] libguestfs.spec --- libguestfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 772d556..5b521fb 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 -- Gitee