mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-20 23:45:11 -04:00
elfutils.spec: dependency typo fix
Commit da0959cafd introduced a dependency on "debuginfod-client",
whereas it's really "elfutils-debuginfod-client".
Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2020-01-12 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* elfutils.spec.in: Typo fix for "Requires: debuginfod-client".
|
||||
|
||||
2020-01-11 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* debuginfod.service: Set PrivateTmp=yes.
|
||||
|
||||
@@ -145,7 +145,7 @@ License: GPLv3+ and (GPLv2+ or LGPLv3+)
|
||||
%package debuginfod-client-devel
|
||||
Summary: Libraries and headers to build debuginfod client applications
|
||||
License: GPLv2+ or LGPLv3+
|
||||
Requires: debuginfod-client = %{version}-%{release}
|
||||
Requires: elfutils-debuginfod-client = %{version}-%{release}
|
||||
|
||||
%package debuginfod
|
||||
Summary: HTTP ELF/DWARF file server addressed by build-id
|
||||
|
||||
Reference in New Issue
Block a user