From a82bcf9ddae71212dfafaf8db0d0dc27bcd6da3e Mon Sep 17 00:00:00 2001 From: Ori Liel <30287460+oliel@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:18:27 +0300 Subject: [PATCH] release version 4.5.1 (#67) Signed-off-by: Ori Liel --- build.sh | 4 ++-- python-ovirt-engine-sdk4.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 83fbf54..5e6a357 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="4.5.1" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" PACKAGE_NAME="python-ovirt-engine-sdk4" diff --git a/python-ovirt-engine-sdk4.spec.in b/python-ovirt-engine-sdk4.spec.in index 6170901..d52a447 100644 --- a/python-ovirt-engine-sdk4.spec.in +++ b/python-ovirt-engine-sdk4.spec.in @@ -83,6 +83,9 @@ API. %endif %changelog +* Tue Mar 29 2022 Ori Liel - 4.5.1 +- Update to model 4.5.7 + * Wed Oct 27 2021 Martin Necas - 4.5.0-1 - Update to model 4.5.0