diff --git a/elfutils.spec b/elfutils.spec index cb65ce0672fa94028b2299bd529eddac71d46cb9..89de35ee16282006e94964934dfc3eca226529f8 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.185 -Release: 18 +Release: 19 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -79,11 +79,7 @@ assembler interface. libelf allows you to access the internals of the ELF object file format, so you can see the different sections of an ELF file. -%package help -Summary: Help documents for elfutils - -%description help -This package contains help documents for elfutils +%package_help %package debuginfod-client Summary: Library and command line client for build-id HTTP ELF/DWARF server @@ -267,6 +263,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Mon Aug 19 2024 Haofeng Liu 0.185-19 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Sep 01 2023 fuanan - 0.185-18 - Type:bugfix - ID:NA