forked from pool/elfutils
Accepting request 766515 from home:jengelh:branches:Base:System
- Avoid double-shipping libdebuginfo.so.1 in two different subpackages. Fixup RPM group. OBS-URL: https://build.opensuse.org/request/show/766515 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=148
This commit is contained in:
parent
6469694fba
commit
4a31f07300
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 09:09:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Avoid double-shipping libdebuginfo.so.1 in two different
|
||||||
|
subpackages. Fixup RPM group.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 23 06:17:51 UTC 2020 - Martin Liška <mliska@suse.cz>
|
Thu Jan 23 06:17:51 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ applications that require libdw.
|
|||||||
|
|
||||||
%package -n libdebuginfod1
|
%package -n libdebuginfod1
|
||||||
Summary: Library for build-id HTTP ELF/DWARF server
|
Summary: Library for build-id HTTP ELF/DWARF server
|
||||||
Group: Development/Tools/Building
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libdebuginfod1
|
%description -n libdebuginfod1
|
||||||
The libdebuginfod1 package contains shared libraries
|
The libdebuginfod1 package contains shared libraries
|
||||||
@ -134,7 +134,6 @@ to create applications to use the debuginfod service.
|
|||||||
%package -n debuginfod-client
|
%package -n debuginfod-client
|
||||||
Summary: Command line client for build-id HTTP ELF/DWARF server
|
Summary: Command line client for build-id HTTP ELF/DWARF server
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Requires: libdebuginfod1 = %{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.
|
||||||
@ -288,7 +287,7 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
|
|||||||
%{_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 -n debuginfod-client
|
%files -n debuginfod-client
|
||||||
%{_bindir}/debuginfod-find
|
%{_bindir}/debuginfod-find
|
||||||
|
Loading…
Reference in New Issue
Block a user