From 9630b2d8dff906bf1848de18ab5b590386842f6c Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Tue, 21 Sep 2021 13:14:17 +1000 Subject: [PATCH] Revert "rpm, debian: drop xmlstarlet from build deps" This reverts commit 707edc0b2d5283104aeb472131ee94dd59544290. This commit was somewhat premature in removing the xmlstarlet dependency. Fixes: https://tracker.ceph.com/issues/52681 Signed-off-by: Brad Hubbard --- ceph.spec.in | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 5e8a2ab49c9..3827d7bb094 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -229,6 +229,7 @@ BuildRequires: pkgconfig(udev) BuildRequires: valgrind-devel BuildRequires: which BuildRequires: xfsprogs-devel +BuildRequires: xmlstarlet BuildRequires: nasm BuildRequires: lua-devel %if 0%{with seastar} || 0%{with jaeger} diff --git a/debian/control b/debian/control index 67de8898c38..09011acb4fa 100644 --- a/debian/control +++ b/debian/control @@ -104,6 +104,7 @@ Build-Depends: automake, uuid-runtime, valgrind, xfslibs-dev, + xmlstarlet , nasm [amd64], zlib1g-dev, Standards-Version: 4.4.0 -- 2.39.5