diff --git a/elfutils.spec b/elfutils.spec index 7a2db7e6eb321b335580070f02e3e20467fe20f8..6a5967288bb9a5c2eebb8d06b299779919c98882 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils Version: 0.187 -Release: 5 +Release: 6 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -66,7 +66,7 @@ libraries. Summary: Development libraries to handle compiled objects. License: GPLv2+ or LGPLv3+ Provides: elfutils-libelf-devel-static elfutils-devel-static -Obsoletes: elfutils-libelf-devel-static elfutils-devel-static +Obsoletes: elfutils-libelf-devel-static < %{version}-%{release} elfutils-devel-static < %{version}-%{release} Requires: elfutils-libs = %{version}-%{release} Requires: elfutils-libelf-devel = %{version}-%{release} @@ -275,12 +275,13 @@ fi %defattr(-,root,root) %{_libdir}/libdebuginfod-%{version}.so %{_bindir}/debuginfod-find +%{_libdir}/libdebuginfod.so.* %files debuginfod-client-devel %defattr(-,root,root) %{_libdir}/pkgconfig/libdebuginfod.pc %{_includedir}/elfutils/debuginfod.h -%{_libdir}/libdebuginfod.so* +%{_libdir}/libdebuginfod.so %files debuginfod %defattr(-,root,root) @@ -306,6 +307,10 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Fri Sep 9 2022 fuanan - 0.187-6 +- Fix "/usr/lib64/libdebuginfod.so.1" not found when uninstall elfutils-debuginfod-client-devel +- Fix Obsoletes in spec + * Fri Aug 26 2022 panxiaohe - 0.187-5 - Get instance correctly for eu-ar -N option - Use make macros