Skip to content

Commit

Permalink
DAOS-16501 build: Add libsanitize
Browse files Browse the repository at this point in the history
Update to argobots 1.2

Required-githooks: true

Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@intel.com>
  • Loading branch information
kanard38 authored and knard-intel committed Sep 10, 2024
1 parent ce48861 commit 7632d59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Name: daos
Version: 2.7.100
Release: 6%{?relval}%{?dist}
Release: 7%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand All @@ -41,7 +41,7 @@ BuildRequires: hwloc-devel
BuildRequires: bullseye
%endif
%if (0%{?rhel} >= 8)
BuildRequires: argobots-devel >= 1.1
BuildRequires: argobots-devel >= 1.2
BuildRequires: json-c-devel
BuildRequires: boost-python3-devel
%else
Expand Down Expand Up @@ -600,7 +600,8 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Fri Sep 06 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> 2.7.100-6
* Tue Sep 10 2024 Cedric Koch-Hofer <cedric.koch-hofer@intel.com> 2.7.100-6
- Update argobots to 1.2
- Add support of the libasan

* Thu Aug 15 2024 Michael MacDonald <mjmac@google.com> 2.7.100-5
Expand Down

0 comments on commit 7632d59

Please sign in to comment.