From 47f2f1beff488b1b183f142e34aad41222ce8c45 Mon Sep 17 00:00:00 2001 From: Maor Lipchuk Date: Wed, 31 Oct 2018 17:12:43 +0200 Subject: [PATCH] New release 1.1.3 --- build.sh | 4 ++-- ovirt-ansible-disaster-recovery.spec.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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