diff --git a/elfutils.spec b/elfutils.spec index 264a04622ed15681e9aea0150c453c7f5c1560b5..bc2e740640e0872d60a28d0cb821afe7b3caa760 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.191 -Release: 1 +Release: 2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -127,11 +127,15 @@ interprocess services, communication and introspection (like synchronisation, signaling, debugging, tracing and profiling) of processes. -%package help -Summary: Help documents for elfutils + +%package help +Summary: Documents for %{name} +Buildarch: noarch +Requires: man info %description help -This package contains help documents for elfutils +Man pages and other related documents for %{name}. + %package debuginfod-client Summary: Library and command line client for build-id HTTP ELF/DWARF server @@ -326,6 +330,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Aug 19 2024 Haofeng Liu 0.191-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * Tue Jul 16 2024 dillon chen - 0.191-1 - Type:bugfix - CVE:NA