summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2020-03-04 11:35:38 +0100
committerMark Wielaard <mark@klomp.org>2020-03-04 11:35:38 +0100
commit398991cd3fc59b32c70790d5f26b125b87453db1 (patch)
tree1e2200bccfd86cdd6c69fc32252026f98ba75c8f /config
parente93959021933a8d8cca8c9968b8ccf8f018d36cd (diff)
downloadelfutils-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')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in5
2 files changed, 8 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index f420dba6..d1050e2c 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-04 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in (package debuginfod): Remove Requires: rpm.
+ Add Requires: dpkg.
+
2020-01-12 Frank Ch. Eigler <fche@redhat.com>
* elfutils.spec.in: Typo fix for "Requires: debuginfod-client".
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