From bf5288817542ea03fc70a4433defa92a92e75108 Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Fri, 30 Nov 2018 10:08:30 +0100 Subject: [PATCH] Release 1.1.9 (#34) Change-Id: Ide0fb03c503377c461b87c0e09dadf9a91f9f26a Signed-off-by: Ondra Machacek --- build.sh | 4 ++-- ovirt-ansible-cluster-upgrade.spec.in | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 1a84188..5e8c33c 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.1.9" -MILESTONE=master -RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" ROLE_NAME="ovirt.cluster-upgrade" PACKAGE_NAME="ovirt-ansible-cluster-upgrade" diff --git a/ovirt-ansible-cluster-upgrade.spec.in b/ovirt-ansible-cluster-upgrade.spec.in index e97188c..e9e278e 100644 --- a/ovirt-ansible-cluster-upgrade.spec.in +++ b/ovirt-ansible-cluster-upgrade.spec.in @@ -60,6 +60,11 @@ sh build.sh install %license LICENSE %changelog +* Fri Nov 30 2018 Ondra Machacek - 1.1.9-1 +- Require Ansible 2.7.2. +- Support ovirt.cluster-upgrade name. +- Remember scheduling policy properties. + * Thu Oct 4 2018 Ondra Machacek - 1.1.8-1 - Fix issue in starting the stopped VMs (#27). - Increase timeout for the host upgrade (#24).