Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
daos (1.3.106-9) unstable; urgency=medium
[ Alexander Oganezov ]
* Apply OFI patch for DAOS-9173

-- Alexander Oganezov <alexander.a.oganezov@intel.com> Wed, 08 Dec 2021 13:16:00 -0000

daos (1.3.106-8) unstable; urgency=medium
[ Alexander Oganezov ]
* Update to mercury v2.1.0rc4
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: daos-stack <daos@daos.groups.io>
Build-Depends: debhelper (>= 10),
dh-python,
libcmocka-dev,
libfabric-dev (>= 1.12.0),
libfabric-dev (>= 1.14.0~rc3-2),
libhwloc-dev,
libopenmpi-dev,
libssl-dev,
Expand Down Expand Up @@ -147,7 +147,7 @@ Package: daos-client
Section: net
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin, libfabric (>= 1.12.0)
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin, libfabric (>= 1.14.0~rc3-2)
Description: The Distributed Asynchronous Object Storage (DAOS) is an open-source
software-defined object store designed from the ground up for
massively distributed Non Volatile Memory (NVM). DAOS takes advantage
Expand All @@ -166,7 +166,7 @@ Section: net
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, openmpi-bin,
ipmctl (>02.00.00.3816), libfabric (>= 1.12.0)
ipmctl (>02.00.00.3816), libfabric (>= 1.14.0~rc3-2)
Description: The Distributed Asynchronous Object Storage (DAOS) is an open-source
software-defined object store designed from the ground up for
massively distributed Non Volatile Memory (NVM). DAOS takes advantage
Expand Down
7 changes: 5 additions & 2 deletions 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

%global mercury_version 2.1.0~rc4-1%{?dist}
%global libfabric_version 1.14.0~rc3-1
%global libfabric_version 1.14.0~rc3-2
%global __python %{__python3}

%if (0%{?rhel} >= 8)
Expand All @@ -14,7 +14,7 @@

Name: daos
Version: 1.3.106
Release: 8%{?relval}%{?dist}
Release: 9%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -516,6 +516,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a meta-package

%changelog
* Wed Dec 08 2021 Alexander Oganezov <alexander.a.oganezov@intel.com> 1.3.106-9
- Apply OFI patch for DAOS-9173

* Fri Dec 03 2021 Alexander Oganezov <alexander.a.oganezov@intel.com> 1.3.106-8
- Update mercury to v2.1.0rc4

Expand Down