forked from pool/elfutils
Accepting request 982782 from Base:System
OBS-URL: https://build.opensuse.org/request/show/982782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=98
This commit is contained in:
commit
2247bd1ca0
@ -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>
|
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
|
%description -n debuginfod-client
|
||||||
The elfutils-debuginfod-client package contains a command-line frontend.
|
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
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -190,10 +198,6 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
|||||||
%files -n libdebuginfod1
|
%files -n libdebuginfod1
|
||||||
%{_libdir}/libdebuginfod.so.*
|
%{_libdir}/libdebuginfod.so.*
|
||||||
%{_libdir}/libdebuginfod-%{version}.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
|
%files -n libdebuginfod-devel
|
||||||
%{_libdir}/pkgconfig/libdebuginfod.pc
|
%{_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}/man1/debuginfod-find.1*
|
||||||
%{_mandir}/man7/debuginfod-client-config.7*
|
%{_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
|
%pre -f %{name}.pre
|
||||||
%service_add_pre debuginfod.service
|
%service_add_pre debuginfod.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user