diff --git a/build.sh b/build.sh index fba74e4..be00617 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="0.4" -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" @@ -40,6 +40,7 @@ install() { mkdir -p $PKG_DOC_DIR cp -pR defaults/ $PKG_DATA_DIR + cp -pR files/ $PKG_DATA_DIR cp -pR library/ $PKG_DATA_DIR cp -pR meta/ $PKG_DATA_DIR cp -pR tasks/ $PKG_DATA_DIR diff --git a/ovirt-ansible-disaster-recovery.spec.in b/ovirt-ansible-disaster-recovery.spec.in index 71785aa..369eca6 100644 --- a/ovirt-ansible-disaster-recovery.spec.in +++ b/ovirt-ansible-disaster-recovery.spec.in @@ -37,6 +37,13 @@ sh build.sh install %license LICENSE %changelog +* Thu May 3 2018 Ondra Machacek - 0.4-1 +- Add ignore errors to all included tasks. +- Require Ansible 2.5. +- Add python scripts for generate_mapping. +- Add python validator script for mapping file +- Support include_tasks in ovirt-disaste-recovery. + * Thu Mar 1 2018 Ondra Machacek - 0.3-1 - Add reports about the status of a storage domain import.