-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-8781 build: bump version to 2.3.101 (#10340)
Tag a new 2.4 test build. This new tag includes the EC rotation feature, streaming function interception and initial version of checksum scrubbing. Signed-off-by: Johann Lombardi <[email protected]>
- Loading branch information
1 parent
41872e3
commit bb2bb37
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.3.100-tb | ||
2.3.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.3.100 | ||
2.3.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.3.101-1) unstable; urgency=medium | ||
[ Johann Lombardi ] | ||
* Bump version to 2.3.101 | ||
|
||
-- Johann Lombardi <[email protected]> Tue, 20 Sep 2022 10:00:00 -0100 | ||
|
||
daos (2.3.100-22) unstable; urgency=medium | ||
[ Jeff Olivier ] | ||
* Move io_conf files from bin to TESTING | ||
|
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.3.100 | ||
Release: 22%{?relval}%{?dist} | ||
Version: 2.3.101 | ||
Release: 1%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -560,6 +560,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Tue Sep 20 2022 Johann Lombardi <[email protected]> 2.3.101-1 | ||
- Bump version to 2.3.101 | ||
|
||
* Thu Sep 8 2022 Jeff Olivier <[email protected]> 2.3.100-22 | ||
- Move io_conf files from bin to TESTING | ||
|
||
|