Skip to content

Commit

Permalink
Release 15.0.2-6
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Oct 7, 2022
1 parent 8b1e788 commit 1738e3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ RPM_VERSION="${KEYCLOAK_VERSION}"
RPM_RELEASE_MAIN="6"

# For stable releases it should be empty
# RPM_RELEASE_SUFFIX=""
RPM_RELEASE_SUFFIX=""
# For nightly release it should contain githash and current date
RPM_RELEASE_SUFFIX=".0.master.$(shell date -u +%Y%m%d%H%M%S).git$(GIT_HASH)"
#RPM_RELEASE_SUFFIX=".0.master.$(shell date -u +%Y%m%d%H%M%S).git$(GIT_HASH)"


RPM_RELEASE="$(RPM_RELEASE_MAIN)$(RPM_RELEASE_SUFFIX)"

Expand Down
4 changes: 4 additions & 0 deletions ovirt-engine-keycloak.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ ln -sf %{_datadir}/%{name}/bin/client/keycloak-client-registration-cli-@KEYCLOAK
%{ovirt_engine_data}/setup/plugins/*/ovirt-engine-keycloak/

%changelog
* Fri Oct 07 2022 Martin Perina <[email protected]> - 15.0.2-6
- Set password of admin@ovirt to be engine admin password
- packaging: setup: Filter from logs secrets from otopi answer files

* Wed Aug 10 2022 Martin Perina <[email protected]> - 15.0.2-5
- Allow custom DB credentials

Expand Down

0 comments on commit 1738e3c

Please sign in to comment.