Accepting request 766277 from home:marxin:branches:Base:System

- Rename debuginfod-client package to libdebuginfod1 in
  order to fulfil SLPP violation.

OBS-URL: https://build.opensuse.org/request/show/766277
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=146
This commit is contained in:
Richard Biener 2020-01-22 12:20:13 +00:00 committed by Git OBS Bridge
parent 090f746607
commit f205c80107
2 changed files with 16 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 20 11:01:42 UTC 2020 - Martin Liška <mliska@suse.cz>
- Rename debuginfod-client package to libdebuginfod1 in
order to fulfil SLPP violation.
-------------------------------------------------------------------
Wed Jan 8 10:46:15 UTC 2020 - Andreas Schwab <schwab@suse.de>

View File

@ -112,22 +112,22 @@ Requires: libelf-devel = %{version}
This package contains the headers and libraries needed to build
applications that require libdw.
%package -n debuginfod-client
%package -n libdebuginfod1
Summary: Library and command line client for build-id HTTP ELF/DWARF server
Group: Development/Tools/Building
%description -n debuginfod-client
The elfutils-debuginfod-client package contains shared libraries
%description -n libdebuginfod1
The libdebuginfod1 package contains shared libraries
dynamically loaded from -ldw, which use a debuginfod service
to look up debuginfo and associated data. Also includes a
command-line frontend.
%package -n debuginfod-client-devel
%package -n libdebuginfod-devel
Summary: Libraries and headers to build debuginfod client applications
Group: Development/Libraries/C and C++
%description -n debuginfod-client-devel
The elfutils-debuginfod-client-devel package contains the libraries
%description -n libdebuginfod-devel
The libdebuginfod-devel package contains the libraries
to create applications to use the debuginfod service.
%package -n debuginfod
@ -193,11 +193,11 @@ touch %{buildroot}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
%post -n libasm1 -p /sbin/ldconfig
%post -n libelf1 -p /sbin/ldconfig
%post -n libdw1 -p /sbin/ldconfig
%post -n debuginfod-client -p /sbin/ldconfig
%post -n libdebuginfod1 -p /sbin/ldconfig
%postun -n libasm1 -p /sbin/ldconfig
%postun -n libelf1 -p /sbin/ldconfig
%postun -n libdw1 -p /sbin/ldconfig
%postun -n debuginfod-client -p /sbin/ldconfig
%postun -n libdebuginfod1 -p /sbin/ldconfig
%check
%if 0%{?qemu_user_space_build}
@ -271,12 +271,12 @@ export XFAIL_TESTS="dwfl-proc-attach run-backtrace-dwarf.sh run-backtrace-native
%files lang -f %{name}.lang
%files -n debuginfod-client
%files -n libdebuginfod1
%{_libdir}/libdebuginfod-%{version}.so
%{_bindir}/debuginfod-find
%{_mandir}/man1/debuginfod-find.1*
%files -n debuginfod-client-devel
%files -n libdebuginfod-devel
%{_libdir}/pkgconfig/libdebuginfod.pc
%{_mandir}/man3/debuginfod_*.3*
%{_includedir}/elfutils/debuginfod.h