diff --git a/build.sh b/build.sh index cb2b081..952d582 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.1.3" -MILESTONE=master -RPM_RELEASE="1.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +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 985a2b7..83e336f 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 +* Thu Oct 31 2018 Maor Lipchuk - 1.1.3-1 +- rhbz#1640155 - Use vars instead of inline variables for include_tasks + * Thu Sep 12 2018 Maor Lipchuk - 1.1.2-1 - rhbz#1533404 - Support unregistered entities in file - rhbz#1589535 - Support validation for previewed VMs and delete protected VMs