-
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-15438 build: Create 2.6 TB1 (#14000)
Bump version to 2.5.101 Signed-off-by: Phil Henderson <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
4 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.5.100-tb | ||
2.5.101-tb |
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.5.100 | ||
2.5.101 |
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.5.101-1) unstable; urgency=medium | ||
[ Phillip Henderson ] | ||
* Bump version to 2.5.101 | ||
|
||
-- Phillip Henderson <[email protected]> Fri, 15 Mar 2024 02:10:00 -0500 | ||
|
||
daos (2.5.100-16) unstable; urgency=medium | ||
[ Li Wei ] | ||
* Update raft to 0.11.0-1416.g12dbc15 | ||
|
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.5.100 | ||
Release: 16%{?relval}%{?dist} | ||
Version: 2.5.101 | ||
Release: 1%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -586,6 +586,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Fri Mar 15 2024 Phillip Henderson <[email protected]> 2.5.101-1 | ||
- Bump version to 2.5.101 | ||
|
||
* Tue Feb 27 2024 Li Wei <[email protected]> 2.5.100-16 | ||
- Update raft to 0.11.0-1.416.g12dbc15 | ||
|
||
|