From 1448b08bf3bc02b1c5974e6e4c863cf2b42096a3 Mon Sep 17 00:00:00 2001 From: Aviv Litman <64130977+avlitman@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:49:40 +0300 Subject: [PATCH] Release 4.5.4 (#45) Signed-off-by: Aviv Litman --- ovirt-engine-dwh.spec.in | 3 +++ version.mak | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in index 93064db..1720f91 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 Aug 3 2022 Aviv Litman - 4.5.4 +- Bug 2113980 - packaging: setup: Refine the condition on _closeup_engine_grafana_acc… + * Wed Jun 1 2022 Aviv Litman - 4.5.3 - spec: Remove fedora and rhel<8 - spec: Fix dom4j definition diff --git a/version.mak b/version.mak index 7155571..953d7a9 100644 --- a/version.mak +++ b/version.mak @@ -24,7 +24,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL) # - master # - # -MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -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