-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-13292 build: Don't need UCX libraries … (#15016)
At build time any more, as of e01970d. Required-githooks: true Signed-off-by: Brian J. Murrell <[email protected]>
- Loading branch information
1 parent
a4f8be7
commit 3d76bc3
Showing
4 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
daos (2.6.2-4) unstable; urgency=medium | ||
[ Brian J. Murrell ] | ||
* Remove Build-Depends: for UCX as they were obsoleted as of e01970d | ||
|
||
-- Brian J. Murrell <[email protected]> Mon, 15 Dec 2024 10:49:37 -0400 | ||
|
||
daos (2.6.2-3) unstable; urgency=medium | ||
[ Kris Jacque ] | ||
* Bump minimum golang-go version to 1.21 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
Name: daos | ||
Version: 2.6.2 | ||
Release: 2%{?relval}%{?dist} | ||
Release: 3%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -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 | ||
|
@@ -323,7 +315,7 @@ This is the package that bridges the difference between the MOFED openmpi | |
%endif | ||
|
||
%prep | ||
%autosetup | ||
%autosetup -p1 | ||
|
||
%build | ||
|
||
|
@@ -598,6 +590,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Mon Dec 16 2024 Brian J. Murrell <[email protected]> - 2.6.2-4 | ||
- Drop BRs for UCX as they were obsoleted as of e01970d | ||
|
||
* Wed Dec 11 2024 Kris Jacque <[email protected]> 2.6.2-3 | ||
- Bump min supported go version to 1.21 | ||
|
||
|