-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16989 build: tag 2.6.3-rc1 (#15787)
Tag first release candidate for 2.6.3. Signed-off-by: Dalton Bohning <[email protected]>
- Loading branch information
1 parent
0f05b2f
commit 64c2de4
Showing
4 changed files
with
14 additions
and
5 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 +1 @@ | ||
2.6.2-tb2 | ||
2.6.3-rc1 |
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 +1 @@ | ||
2.6.2 | ||
2.6.3 |
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,4 +1,10 @@ | ||
daos (2.6.2-4) unstable; urgency=medium | ||
daos (2.6.3-1) unstable; urgency=medium | ||
[ Dalton Bohning ] | ||
* First release candidate for 2.6.3 | ||
|
||
-- Dalton Bohning <[email protected]> Fri, 24 Jan 2025 09:48:00 -0700 | ||
|
||
daos (2.6.2-4) unstable; urgency=medium | ||
[ Brian J. Murrell ] | ||
* Remove Build-Depends: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
%endif | ||
|
||
Name: daos | ||
Version: 2.6.2 | ||
Release: 5%{?relval}%{?dist} | ||
Version: 2.6.3 | ||
Release: 1%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -594,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 Jan 24 2025 Dalton Bohning <[email protected]> 2.6.3-1 | ||
- First release candidate for 2.6.3 | ||
|
||
* Mon Jan 06 2025 Phillip Henderson <[email protected]> 2.6.2-5 | ||
- Fix protobuf-c requiremnent for daos-client-tests on Leap. | ||
|
||
|