Skip to content

Commit

Permalink
Release 4.5.3 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Litman <alitman@redhat.com>
  • Loading branch information
avlitman authored Jun 1, 2022
1 parent 032a517 commit 1a11b6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ovirt-engine-dwh.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@ touch "%{buildroot}%{_sysconfdir}/ovirt-engine/ovirt-engine-dwh/Default.properti
%{_sysconfdir}/grafana/conf/

%changelog
* Wed Jun 1 2022 Aviv Litman <alitman@redhat.com> - 4.5.3
- spec: Remove fedora and rhel<8
- spec: Fix dom4j definition
- Fix Grafana proxy configuration
- Mark temp repo directory as safe for COPR
- update Java's classpath
- Bug 2021497 - Reconfigure SSO on keycloak activation

* Wed Mar 30 2022 Aviv Litman <alitman@redhat.com> - 4.5.2
- Bug 2021497 - packaging: grafana SSO with internal Keycloak
- build: auto-add generated files to gitignore
Expand Down
4 changes: 2 additions & 2 deletions version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)
# - master
# - <none>
#
MILESTONE=master
MILESTONE=

# RPM release is manually specified,
# For pre-release:
Expand All @@ -36,4 +36,4 @@ 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=1

0 comments on commit 1a11b6e

Please sign in to comment.