0.178-2 Fix libdebuginfod file list for debuginfo-client[-devel].
This commit is contained in:
parent
9c6a7b3265
commit
3a9892dcc7
@ -1,7 +1,7 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
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
|
||||||
Version: 0.178
|
Version: 0.178
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
URL: http://elfutils.org/
|
URL: http://elfutils.org/
|
||||||
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
|
||||||
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
|
License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL
|
||||||
@ -377,6 +377,7 @@ fi
|
|||||||
%files debuginfod-client
|
%files debuginfod-client
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdebuginfod-%{version}.so
|
%{_libdir}/libdebuginfod-%{version}.so
|
||||||
|
%{_libdir}/libdebuginfod.so.*
|
||||||
%{_bindir}/debuginfod-find
|
%{_bindir}/debuginfod-find
|
||||||
%{_mandir}/man1/debuginfod-find.1*
|
%{_mandir}/man1/debuginfod-find.1*
|
||||||
|
|
||||||
@ -385,7 +386,7 @@ fi
|
|||||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||||
%{_mandir}/man3/debuginfod_*.3*
|
%{_mandir}/man3/debuginfod_*.3*
|
||||||
%{_includedir}/elfutils/debuginfod.h
|
%{_includedir}/elfutils/debuginfod.h
|
||||||
%{_libdir}/libdebuginfod.so*
|
%{_libdir}/libdebuginfod.so
|
||||||
|
|
||||||
%files debuginfod
|
%files debuginfod
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -412,6 +413,9 @@ exit 0
|
|||||||
%systemd_postun_with_restart debuginfod.service
|
%systemd_postun_with_restart debuginfod.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 26 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-2
|
||||||
|
- Fix libdebuginfod file list for debuginfo-client[-devel].
|
||||||
|
|
||||||
* Tue Nov 26 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-1
|
* Tue Nov 26 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- debuginfod: New server, client tool and library to index and fetch
|
- debuginfod: New server, client tool and library to index and fetch
|
||||||
|
Loading…
Reference in New Issue
Block a user