-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-12441 build: Create 2.4 TB5 (#11614)
Bump version to 2.3.105. Signed-off-by: Phil Henderson <[email protected]>
- Loading branch information
Showing
5 changed files
with
13 additions
and
3 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 |
---|---|---|
|
@@ -7,6 +7,7 @@ on: | |
branches: | ||
- master | ||
- 'release/**' | ||
- 'testbuild/**' | ||
|
||
jobs: | ||
make_release: | ||
|
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.104-tb | ||
2.3.105-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.104 | ||
2.3.105 |
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.105-1) unstable; urgency=medium | ||
[ Phillip Henderson ] | ||
* Bump version to 2.3.105 | ||
|
||
-- Phillip Henderson <[email protected]> Fri, 3 Mar 2023 15:46:00 -0500 | ||
|
||
daos (2.3.104-1) unstable; urgency=medium | ||
[ Johann Lombardi ] | ||
* Bump version to 2.3.104 | ||
|
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,7 +14,7 @@ | |
%endif | ||
|
||
Name: daos | ||
Version: 2.3.104 | ||
Version: 2.3.105 | ||
Release: 1%{?relval}%{?dist} | ||
Summary: DAOS Storage Engine | ||
|
||
|
@@ -550,6 +550,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent | |
# No files in a shim package | ||
|
||
%changelog | ||
* Fri Mar 3 2023 Phillip Henderson <[email protected]> 2.3.105-1 | ||
- Bump version to 2.3.105 | ||
|
||
* Fri Mar 3 2023 Johann Lombardi <[email protected]> 2.3.104-1 | ||
- Bump version to 2.3.104 | ||
|
||
|