From e6c257b7990d680929789c89680d28e068d50733 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 24 Jan 2019 19:31:20 +0100 Subject: [PATCH] rpm: fix xmlsec1 build dependency for dashboard make check Fixes: 46d286c7f71f4c43766d2a3d7597816346e36151 Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 347daa5c519..6e18025ebce 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -283,7 +283,7 @@ BuildRequires: python%{_python_buildid}-Routes BuildRequires: python%{_python_buildid}-Werkzeug BuildRequires: python%{_python_buildid}-numpy-devel BuildRequires: python%{_python_buildid}-bcrypt -BuildRequires: libxmlsec1-1 +BuildRequires: xmlsec1-devel %endif %endif # lttng and babeltrace for rbd-replay-prep -- 2.39.5