Skip to content
Draft
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.4-22) unstable; urgency=medium
[ Tomasz Gromadzki ]
* Bump PMDK (libpmemobj) version to 2.1.3-2

-- Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Fri, 24 Apr 2026 12:00:00 +0100

daos (2.6.4-21) unstable; urgency=medium
[ Dalton Bohning ]
* Bump version
Expand Down
1 change: 1 addition & 0 deletions utils/build.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ spdk=https://github.com/spdk/spdk/commit/b0aba3fcd5aceceea530a702922153bc7566497
fuse=https://github.com/libfuse/libfuse/commit/c9905341ea34ff9acbc11b3c53ba8bcea35eeed8.diff
mercury=https://github.com/mercury-hpc/mercury/commit/0a7756d4ef2f329fa7caa8e4052a099a91816f2f.diff,https://github.com/mercury-hpc/mercury/commit/e9eff75beee31bce6e8d6ea6841652f453a26d71.diff,https://github.com/mercury-hpc/mercury/commit/be5f9eb8415e46cfe9e12dcf5b82db67fccb34d2.diff,https://github.com/mercury-hpc/mercury/commit/2b6ce8622706195a6d432b77ba9c5b7b013bea76.diff,https://github.com/mercury-hpc/mercury/commit/f62eeb5273f8cd47b9a0ca2e0bfd7c0e9518f0b8.diff
argobots=https://github.com/pmodels/argobots/pull/397/commits/411e5b344642ebc82190fd8b125db512e5b449d1.diff,https://github.com/pmodels/argobots/commit/bb0c908abfac4bfe37852eee621930634183c6aa.diff
pmdk=https://github.com/daos-stack/pmdk/commit/bb048d67ccd07609f86a5e8b3c6ad54414d593ee.diff,https://github.com/daos-stack/pmdk/commit/69925cf455ef672c4cbdbdb13bef7ae581e67045.diff
11 changes: 7 additions & 4 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.4
Release: 21%{?relval}%{?dist}
Release: 22%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -58,7 +58,7 @@ BuildRequires: libjson-c-devel
BuildRequires: boost-devel
%endif
%if %{with server}
BuildRequires: libpmemobj-devel >= 2.1.3
BuildRequires: libpmemobj-devel >= 2.1.3-2
%endif
%if (0%{?rhel} >= 8)
BuildRequires: fuse3-devel >= 3
Expand Down Expand Up @@ -156,11 +156,11 @@ Requires: ndctl
# needed to set PMem configuration goals in BIOS through control-plane
%if (0%{?suse_version} >= 1500)
Requires: ipmctl >= 03.00.00.0423
Requires: libpmemobj1 >= 2.1.3
Requires: libpmemobj1 >= 2.1.3-2
Requires: libfabric1 >= %{libfabric_version}
%else
Requires: ipmctl >= 03.00.00.0468
Requires: libpmemobj >= 2.1.3
Requires: libpmemobj >= 2.1.3-2
%endif
Requires: libfabric >= %{libfabric_version}
Requires: mercury-libfabric >= %{mercury_version}
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
* Fri Apr 24 2026 Tomasz Gromadzki <tomasz.gromadzki@hpe.com> 2.6.4-22
- Bump PMDK (libpmemobj) version to 2.1.3-2

* Mon Mar 23 2026 Dalton Bohning <dalton.bohning@hpe.com> 2.6.4-21
- Bump version

Expand Down
Loading