From 79eb1340713f0c6e05515370b630257ff0e2ea52 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Tue, 20 Aug 2024 15:50:19 +0800 Subject: [PATCH] libguestfs.spec --- libguestfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 5351979..1f98eff 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.49.5 -Release: 2 +Release: 3 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 @@ -359,6 +360,9 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog +* Tue Aug 20 2024 Lin Zhao - 1:1.49.5-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Feb 22 2023 wulei - 1:1.49.5-2 - Enable Vala bindings -- Gitee