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:
Frank Ch. Eigler
2020-01-12 11:00:20 -05:00
parent 1905518e16
commit ad40dc74cd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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