From ec4ed9346e9f3b620edf6cafe1b4390f3cfdd20a Mon Sep 17 00:00:00 2001 From: Eyal Shenitzky Date: Mon, 22 Jul 2019 12:20:27 +0300 Subject: [PATCH] New release 1.2.0 Change-Id: Ic4bf2742e248cbd3e35ab17f0029f97f783269a0 Signed-off-by: Eyal Shenitzky --- build.sh | 6 +++--- ovirt-ansible-disaster-recovery.spec.in | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index d41044b..330885e 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash -VERSION="1.1.5" -MILESTONE="master" -RPM_RELEASE="1.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +VERSION="1.2.0" +MILESTONE="" +RPM_RELEASE="1" ROLE_NAME="oVirt.disaster-recovery" PACKAGE_NAME="ovirt-ansible-disaster-recovery" diff --git a/ovirt-ansible-disaster-recovery.spec.in b/ovirt-ansible-disaster-recovery.spec.in index 48c3884..01f4514 100644 --- a/ovirt-ansible-disaster-recovery.spec.in +++ b/ovirt-ansible-disaster-recovery.spec.in @@ -37,6 +37,9 @@ sh build.sh install %license LICENSE %changelog +* Tue Jul 23 2019 Eyal Shenitzky - 1.2.0-1 +- Convert python scripts to support both Python 2 and Python 3 + * Thu Jan 10 2019 Eyal Shenitzky - 1.1.4-1 - Rename all tasks module calls from plural to singular - Use ovirt_vm.py module from Ansible lib instead local lib ovirt_vms.py module