diff --git a/elfutils.spec b/elfutils.spec index fe5443df57880d930b0998fb7130bc47b8de2179..f7eeea570eea4b67b79f803acde3f7fc5af84299 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.190 -Release: 4 +Release: 5 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -125,11 +125,14 @@ 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 @@ -324,6 +327,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Aug 19 2024 Haofeng Liu 0.191-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri May 24 2024 wangqiang - 0.190-4 - Type: bugfix - CVE: NA