From 5d3a567edc3ab4591de6445333aa1e56164f7e9f Mon Sep 17 00:00:00 2001 From: Martin Perina Date: Wed, 5 Oct 2022 11:00:40 +0200 Subject: [PATCH] Release 4.5.7 Signed-off-by: Martin Perina --- ovirt-engine-dwh.spec.in | 3 +++ version.mak | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in index 8852cb9..5873c55 100644 --- a/ovirt-engine-dwh.spec.in +++ b/ovirt-engine-dwh.spec.in @@ -267,6 +267,9 @@ touch "%{buildroot}%{_sysconfdir}/ovirt-engine/ovirt-engine-dwh/Default.properti %{_sysconfdir}/grafana/conf/ %changelog +* Wed Oct 05 2022 Martin Perina - 4.5.7 +- Revert "Fix type error in _customization_sso" + * Tue Sep 06 2022 Martin Perina - 4.5.6 - packaging: setup: Filter from logs secrets from otopi answer files diff --git a/version.mak b/version.mak index a56201c..c01a416 100644 --- a/version.mak +++ b/version.mak @@ -24,7 +24,8 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL) # - master # - # -MILESTONE=master +#MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -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