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