-
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: tag 2.2.0 rc1 (#10187)
Tag first release candidate for 2.2.0. Signed-off-by: Johann Lombardi <[email protected]>
- Loading branch information
1 parent
1dd4753
commit e68757d
Showing
5 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.1.104-tb | ||
2.2.0-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.1.104 | ||
2.2.0 |
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.2.0-1) unstable; urgency=medium | ||
[ Johann Lombardi ] | ||
* First release candidate for 2.2.0 | ||
|
||
-- Johann Lombardi <[email protected]> Fri, 2 Sep 2022 12:00:00 -0100 | ||
|
||
daos (2.1.104-5) unstable; urgency=medium | ||
[ Ashley Pittman ] | ||
* Add dfuse unit-test binary to call from ftest. | ||
|
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ | |
%endif | ||
|
||
Name: daos | ||
Version: 2.1.104 | ||
Release: 5%{?relval}%{?dist} | ||
Version: 2.2.0 | ||
Release: 1%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
License: BSD-2-Clause-Patent | ||
|
@@ -571,6 +571,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Fri Sep 2 2022 Johann Lombardi <[email protected]> 2.2.0-1 | ||
- First release candidate for 2.2.0. | ||
|
||
* Thu Aug 25 2022 Ashley Pittman <[email protected]> 2.1.104-5 | ||
- Add dfuse unit-test binary to call from ftest. | ||
|
||
|