Skip to content

Commit

Permalink
DAOS-13292 build: Don't need UCX libraries …
Browse files Browse the repository at this point in the history
At build time any more, as of e01970d.

Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Aug 27, 2024
1 parent e3869b7 commit d9a0acc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 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: 5%{?relval}%{?dist}
Release: 6%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -113,14 +113,6 @@ BuildRequires: systemd-rpm-macros
%endif
BuildRequires: libuuid-devel

%if (0%{?suse_version} > 0)
BuildRequires: libucp-devel
BuildRequires: libucs-devel
BuildRequires: libuct-devel
%else
BuildRequires: ucx-devel
%endif

Requires: openssl
# This should only be temporary until we can get a stable upstream release
# of mercury, at which time the autoprov shared library version should
Expand Down Expand Up @@ -592,6 +584,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Tue Aug 27 2024 Brian J. Murrell <[email protected]> - 2.7.100-6
- Drop BRs for UCX as they were obsoleted as of e01970d

* Thu Aug 15 2024 Michael MacDonald <[email protected]> 2.7.100-5
- Add libdaos_self_test.so to client RPM

Expand Down

0 comments on commit d9a0acc

Please sign in to comment.