diff --git a/debian/changelog b/debian/changelog index f98fcbba273..c0cd59d4e73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 24 Apr 2026 12:00:00 +0100 + daos (2.6.4-21) unstable; urgency=medium [ Dalton Bohning ] * Bump version diff --git a/utils/build.config b/utils/build.config index 8b0cdeebe5a..b46c490d863 100644 --- a/utils/build.config +++ b/utils/build.config @@ -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,https://github.com/daos-stack/pmdk/commit/6805ed4f8d1a4e4c6070bf8b68f0dffef08b9c99.diff diff --git a/utils/rpms/daos.spec b/utils/rpms/daos.spec index 399dffa9af7..5ae2a44a6be 100644 --- a/utils/rpms/daos.spec +++ b/utils/rpms/daos.spec @@ -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 @@ -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 @@ -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} @@ -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 2.6.4-22 +- Bump PMDK (libpmemobj) version to 2.1.3-2 + * Mon Mar 23 2026 Dalton Bohning 2.6.4-21 - Bump version