-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-10629 libfabric: upgrade to v1.15.1-1 (#9085)
Signed-off-by: Lei Huang <[email protected]>
- Loading branch information
1 parent
f92123e
commit 58772e9
Showing
5 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
daos (2.0.2-7) unstable; urgency=medium | ||
[ Lei Huang ] | ||
* Update libfabric to v1.15.1-1 with critical performance patches | ||
|
||
-- Lei Huang <[email protected]> Fri, 27 May 2022 10:50:00 -0500 | ||
|
||
daos (2.0.2-6) unstable; urgency=medium | ||
[ Tom Nabarro ] | ||
* Restrict SPDK version to less than 22 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Maintainer: daos-stack <[email protected]> | |
Build-Depends: debhelper (>= 10), | ||
dh-python, | ||
libcmocka-dev, | ||
libfabric-dev (>= 1.15.0~rc3-1), | ||
libfabric-dev (>= 1.15.1-1), | ||
libhwloc-dev, | ||
libopenmpi-dev, | ||
libssl-dev, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%define agent_svc_name daos_agent.service | ||
|
||
%global mercury_version 2.1.0~rc4-4%{?dist} | ||
%global libfabric_version 1.15.0~rc3-1 | ||
%global libfabric_version 1.15.1-1 | ||
%global __python %{__python3} | ||
|
||
%if (0%{?rhel} >= 8) | ||
|
@@ -14,7 +14,7 @@ | |
|
||
Name: daos | ||
Version: 2.0.2 | ||
Release: 6%{?relval}%{?dist} | ||
Release: 7%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -528,6 +528,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a meta-package | ||
|
||
%changelog | ||
* Fri May 27 2022 Lei Huang <[email protected]> 2.0.2-7 | ||
- Update libfabric to v1.15.1-1 with critical performance patches | ||
|
||
* Tue May 17 2022 Tom Nabarro <[email protected]> 2.0.2-6 | ||
- Restrict spdk version to less than v22 | ||
|
||
|