-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16500 build: Move to Leap 15.6 (#15561)
Test with Leap 15.6 instead of Leap 15.5. Skip-unit-tests: true Skip-func-hw-test: true Skip-func-test-leap15: false Skip-func-test-el8: true Skip-fault-injection-test: true Signed-off-by: Phil Henderson <[email protected]>
- Loading branch information
Showing
6 changed files
with
30 additions
and
11 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
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: 4%{?relval}%{?dist} | ||
Release: 5%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -203,7 +203,11 @@ Summary: The DAOS test suite | |
Requires: %{name}-client%{?_isa} = %{version}-%{release} | ||
Requires: %{name}-admin%{?_isa} = %{version}-%{release} | ||
Requires: %{name}-devel%{?_isa} = %{version}-%{release} | ||
%if (0%{?suse_version} >= 1500) | ||
Requires: libprotobuf-c-devel | ||
%else | ||
Requires: protobuf-c-devel | ||
%endif | ||
Requires: fio | ||
Requires: git | ||
Requires: dbench | ||
|
@@ -590,6 +594,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Fri Dec 20 2024 Phillip Henderson <[email protected]> 2.6.2-5 | ||
- Fix protobuf-c requiremnent for daos-client-tests on Leap. | ||
|
||
* Mon Dec 16 2024 Brian J. Murrell <[email protected]> - 2.6.2-4 | ||
- Drop BRs for UCX as they were obsoleted as of e01970d | ||
|
||
|
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