forked from pool/elfutils
Updating link to change in openSUSE:Factory/elfutils revision 98.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=85298c08fb5cca648ca1f74a352b948c
This commit is contained in:
parent
94921ab2ff
commit
8155c54fa6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 11:28:34 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Add debuginfod-profile subpackage that collects settings
|
||||
files (boo#1200100).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 13 12:16:45 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -99,6 +99,14 @@ Conflicts: debuginfod-dummy-client = %{version}
|
||||
%description -n debuginfod-client
|
||||
The elfutils-debuginfod-client package contains a command-line frontend.
|
||||
|
||||
%package -n debuginfod-profile
|
||||
Summary: Profile files for build-id HTTP ELF/DWARF server
|
||||
Group: Development/Tools/Building
|
||||
|
||||
%description -n debuginfod-profile
|
||||
The debuginfod-profile package contains a profile files that set default
|
||||
URL for a distribution.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
@ -190,10 +198,6 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
||||
%files -n libdebuginfod1
|
||||
%{_libdir}/libdebuginfod.so.*
|
||||
%{_libdir}/libdebuginfod-%{version}.so
|
||||
%config %{_sysconfdir}/profile.d/debuginfod.sh
|
||||
%config %{_sysconfdir}/profile.d/debuginfod.csh
|
||||
%dir %{_sysconfdir}/debuginfod
|
||||
%config %{_sysconfdir}/debuginfod/elfutils.urls
|
||||
|
||||
%files -n libdebuginfod-devel
|
||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||
@ -207,6 +211,12 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
||||
%{_mandir}/man1/debuginfod-find.1*
|
||||
%{_mandir}/man7/debuginfod-client-config.7*
|
||||
|
||||
%files -n debuginfod-profile
|
||||
%config %{_sysconfdir}/profile.d/debuginfod.sh
|
||||
%config %{_sysconfdir}/profile.d/debuginfod.csh
|
||||
%dir %{_sysconfdir}/debuginfod
|
||||
%config %{_sysconfdir}/debuginfod/elfutils.urls
|
||||
|
||||
%pre -f %{name}.pre
|
||||
%service_add_pre debuginfod.service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user