From 3664be11057be860cc1d95fd8aae0d7ff01ad776 Mon Sep 17 00:00:00 2001 From: Ondra Machacek Date: Thu, 1 Mar 2018 12:54:31 +0100 Subject: [PATCH] Release 0.3 (#36) --- 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 556fc6a..7d3a2c1 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="0.3" -MILESTONE=master -RPM_RELEASE="0.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 b93e2ab..1d2048c 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 Mar 1 2018 Ondra Machacek - 0.3-1 +- Add reports about the status of a storage domain import. + * Tue Feb 20 2018 Ondra Machacek - 0.2-1 - Add discard after delete to block storage domains when generate mapping. - Support cleanup of mapped storage domain.