From 8f896d077c736dd9c985dfe4dfd139a553d6d968 Mon Sep 17 00:00:00 2001 From: Jeff Olivier Date: Thu, 31 Oct 2024 09:48:45 -0600 Subject: [PATCH] Restore explicit 2.4 dependence debian and rpm packages need to depend on mercury 2.4+ Required-githooks: true Change-Id: If5670dba6a6d30a04804736ef9da2de90c3347f3 Signed-off-by: Jeff Olivier --- debian/control | 2 +- utils/rpms/daos.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index a6d099f1c41..53f84d7f9c1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), libopenmpi-dev, libssl-dev, libyaml-dev, - libmercury-dev (>= 2.3.1.1), + libmercury-dev (>= 2.4), scons, uuid-dev, pkg-config, diff --git a/utils/rpms/daos.spec b/utils/rpms/daos.spec index ae44720c569..90ef0d5f413 100644 --- a/utils/rpms/daos.spec +++ b/utils/rpms/daos.spec @@ -3,7 +3,7 @@ %define agent_svc_name daos_agent.service %define sysctl_script_name 10-daos_server.conf -%global mercury_version 2.3.1-1%{?dist} +%global mercury_version 2.4 %global libfabric_version 1.15.1-1 %global __python %{__python3}