diff --git a/elfutils.changes b/elfutils.changes index 5bb642c..7c5e688 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 20 11:01:42 UTC 2020 - Martin Liška + +- Rename debuginfod-client package to libdebuginfod1 in + order to fulfil SLPP violation. + ------------------------------------------------------------------- Wed Jan 8 10:46:15 UTC 2020 - Andreas Schwab diff --git a/elfutils.spec b/elfutils.spec index 72c3b3f..e771841 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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