diff options
author | Mark Wielaard <mark@klomp.org> | 2020-03-04 11:35:38 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-03-04 11:35:38 +0100 |
commit | 398991cd3fc59b32c70790d5f26b125b87453db1 (patch) | |
tree | 1e2200bccfd86cdd6c69fc32252026f98ba75c8f /config/elfutils.spec.in | |
parent | e93959021933a8d8cca8c9968b8ccf8f018d36cd (diff) | |
download | elfutils-398991cd3fc59b32c70790d5f26b125b87453db1.tar.gz |
config: Remove rpm, add dpkg as Requires for debuginfod package in spec.
We no longer require rpm2cpio to unpack rpms.
We do now require dpkg-deb to unpack debs.
https://sourceware.org/bugzilla/show_bug.cgi?id=25583
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r-- | config/elfutils.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index e992812a..ef7fe31f 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -157,8 +157,9 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires(pre): shadow-utils -# For /usr/bin/cpio2rpm -Requires: rpm +# To extract .deb files with dpkg-deb --fsys-tarfile +# Can be Recommends if rpm supports that +Requires: dpkg %description debuginfod-client The elfutils-debuginfod-client package contains shared libraries |