Skip to content

Commit

Permalink
Restore explicit 2.4 dependence
Browse files Browse the repository at this point in the history
debian and rpm packages need to depend on mercury 2.4+

Required-githooks: true

Change-Id: If5670dba6a6d30a04804736ef9da2de90c3347f3
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Nov 1, 2024
1 parent 8316de3 commit 8f896d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 8f896d0

Please sign in to comment.