diff --git a/elfutils.spec b/elfutils.spec index e4f80f3..2aad0dd 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -4,7 +4,7 @@ %define portability_version 0.163 Name: elfutils -Version: 0.189 +Version: 0.190 Release: 1mamba Summary: A collection of utilities and DSOs to handle compiled objects Group: Development/Tools @@ -166,12 +166,14 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*} %{_bindir}/%{_program_prefix}addr2line %{_bindir}/%{_program_prefix}elfcmp %{_bindir}/%{_program_prefix}ranlib +%{_bindir}/%{_program_prefix}srcfiles %{_bindir}/%{_program_prefix}strings %{_bindir}/debuginfod %{_bindir}/debuginfod-find %{_mandir}/man1/debuginfod-find.1* -%{_mandir}/man1/eu-elfclassify.1* -%{_mandir}/man1/eu-readelf.1* +%{_mandir}/man1/%{_program_prefix}elfclassify.1* +%{_mandir}/man1/%{_program_prefix}readelf.1* +%{_mandir}/man1/%{_program_prefix}srcfiles.1* %{_mandir}/man7/debuginfod-client-config.7* %{_mandir}/man8/debuginfod*.8* @@ -212,6 +214,9 @@ rm -f %{buildroot}%{_libdir}/libasm.{a,so,so.*} %{_libdir}/pkgconfig/libdebuginfod.pc %changelog +* Mon Nov 06 2023 Automatic Build System 0.190-1mamba +- automatic version update by autodist + * Sat Mar 04 2023 Automatic Build System 0.189-1mamba - automatic version update by autodist