!62 Fix /usr/lib64/libdebuginfod.so.1 not found when uninstall elfutils-debuginfod-client-devel and Fix Obsoletes in spec
From: @fly_fzc Reviewed-by: @xiezhipeng1 Signed-off-by: @xiezhipeng1
This commit is contained in:
commit
efd25005f2
@ -1,7 +1,7 @@
|
|||||||
# -*- rpm-spec from http://elfutils.org/ -*-
|
# -*- rpm-spec from http://elfutils.org/ -*-
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.187
|
Version: 0.187
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||||
@ -66,7 +66,7 @@ libraries.
|
|||||||
Summary: Development libraries to handle compiled objects.
|
Summary: Development libraries to handle compiled objects.
|
||||||
License: GPLv2+ or LGPLv3+
|
License: GPLv2+ or LGPLv3+
|
||||||
Provides: elfutils-libelf-devel-static elfutils-devel-static
|
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-libs = %{version}-%{release}
|
||||||
Requires: elfutils-libelf-devel = %{version}-%{release}
|
Requires: elfutils-libelf-devel = %{version}-%{release}
|
||||||
|
|
||||||
@ -275,12 +275,13 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdebuginfod-%{version}.so
|
%{_libdir}/libdebuginfod-%{version}.so
|
||||||
%{_bindir}/debuginfod-find
|
%{_bindir}/debuginfod-find
|
||||||
|
%{_libdir}/libdebuginfod.so.*
|
||||||
|
|
||||||
%files debuginfod-client-devel
|
%files debuginfod-client-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||||
%{_includedir}/elfutils/debuginfod.h
|
%{_includedir}/elfutils/debuginfod.h
|
||||||
%{_libdir}/libdebuginfod.so*
|
%{_libdir}/libdebuginfod.so
|
||||||
|
|
||||||
%files debuginfod
|
%files debuginfod
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -306,6 +307,10 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 9 2022 fuanan <fuanan3@h-partners.com> - 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 <panxh.life@foxmail.com> - 0.187-5
|
* Fri Aug 26 2022 panxiaohe <panxh.life@foxmail.com> - 0.187-5
|
||||||
- Get instance correctly for eu-ar -N option
|
- Get instance correctly for eu-ar -N option
|
||||||
- Use make macros
|
- Use make macros
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user