Skip to content
Open
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 (2.6.5-3) unstable; urgency=medium
[ Michael Hennecke ]
* pin SPDK to 22.01.2

-- Michael Hennecke <[email protected]> Mon, 11 May 2026 16:36:00 +0100

daos (2.6.5-2) unstable; urgency=medium
[ Phillip Henderson ]
* Second release candidate for 2.6.5
Expand Down
9 changes: 6 additions & 3 deletions utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Name: daos
Version: 2.6.5
Release: 2%{?relval}%{?dist}
Release: 3%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -77,7 +77,7 @@ BuildRequires: capstone-devel
%endif
%if %{with server}
BuildRequires: libaio-devel
BuildRequires: spdk-devel >= 22.01.2
BuildRequires: spdk-devel = 22.01.2
%endif
%if (0%{?rhel} >= 8)
BuildRequires: isa-l-devel
Expand Down Expand Up @@ -150,7 +150,7 @@ to optimize performance and cost.
%package server
Summary: The DAOS server
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: spdk-tools >= 22.01.2
Requires: spdk-tools = 22.01.2
Conflicts: daos-spdk
Requires: ndctl
# needed to set PMem configuration goals in BIOS through control-plane
Expand Down Expand Up @@ -635,6 +635,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Mon May 11 2026 Michael Hennecke <[email protected]> 2.6.5-3
- Pin SPDK to 22.01.2

* Mon May 04 2026 Phillip Henderson <[email protected]> 2.6.5-2
- Second release candidate for 2.6.5

Expand Down
Loading