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.