Skip to content

Commit

Permalink
Release 4.5.5
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Sep 1, 2022
1 parent ff7290f commit 4c0a953
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ovirt-engine-dwh.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ touch "%{buildroot}%{_sysconfdir}/ovirt-engine/ovirt-engine-dwh/Default.properti
%{_sysconfdir}/grafana/conf/

%changelog
* Thu Sep 01 2022 Martin Perina <[email protected]> - 4.5.5
- packaging: setup: Fix the call to ok_to_renew_cert
- Fix type error in _customization_sso
- Bug 2122174 - Perform remote engine operations before clean up

* Wed Aug 3 2022 Aviv Litman <[email protected]> - 4.5.4
- Bug 2113980 - packaging: setup: Refine the condition on _closeup_engine_grafana_acc…

Expand Down
6 changes: 4 additions & 2 deletions version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)
# - master
# - <none>
#
MILESTONE=master
#MILESTONE=master
MILESTONE=

# RPM release is manually specified,
# For pre-release:
Expand All @@ -36,4 +37,5 @@ MILESTONE=master
# while N is incremented each re-release
# Use only for spec file changes
#
RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
#RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S)
RPM_RELEASE=1

0 comments on commit 4c0a953

Please sign in to comment.