Skip to content

Commit

Permalink
DAOS-10089 build: tag 2.0.3 RC3 (#9258)
Browse files Browse the repository at this point in the history
Tag third candidate for the 2.0.3 bug fix release.

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
  • Loading branch information
johannlombardi authored Jun 5, 2022
1 parent ff212d5 commit 7f117cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3-rc2
2.0.3-rc3
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
daos (2.0.3-3) unstable; urgency=medium
[ Johann Lombardi ]
* Version bump to 2.0.3 (rc3)

-- Johann Lombardi <johann.lombardi@intel.com> Sat, 04 Jun 2022 09:00:00 -0100

daos (2.0.3-2) unstable; urgency=medium
[ Johann Lombardi ]
* Version bump to 2.0.3 (rc2)
Expand Down
2 changes: 1 addition & 1 deletion src/placement/tests/place_obj_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ get_object_classes(daos_oclass_id_t **oclass_id_pp)
return -1;

length = daos_oclass_names_list(str_size, oclass_names);
if (length != -1) {
if (length == -1) {
D_FREE(oclass_names);
return -1;
}
Expand Down
5 changes: 4 additions & 1 deletion utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

Name: daos
Version: 2.0.3
Release: 2%{?relval}%{?dist}
Release: 3%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -528,6 +528,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a meta-package

%changelog
* Sat Jun 04 2022 Johann Lombardi <johann.lombardi@intel.com> 2.0.3-3
- Version bump to 2.0.3 (rc3)

* Fri Jun 03 2022 Johann Lombardi <johann.lombardi@intel.com> 2.0.3-2
- Version bump to 2.0.3 (rc2)

Expand Down

0 comments on commit 7f117cd

Please sign in to comment.