Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
New release 1.2.0
Browse files Browse the repository at this point in the history
Change-Id: Ic4bf2742e248cbd3e35ab17f0029f97f783269a0
Signed-off-by: Eyal Shenitzky <[email protected]>
  • Loading branch information
shenitzky committed Jul 23, 2019
1 parent 54f4bed commit ec4ed93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.1.5"
MILESTONE="master"
RPM_RELEASE="1.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
VERSION="1.2.0"
MILESTONE=""
RPM_RELEASE="1"

ROLE_NAME="oVirt.disaster-recovery"
PACKAGE_NAME="ovirt-ansible-disaster-recovery"
Expand Down
3 changes: 3 additions & 0 deletions ovirt-ansible-disaster-recovery.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ sh build.sh install
%license LICENSE

%changelog
* Tue Jul 23 2019 Eyal Shenitzky <[email protected]> - 1.2.0-1
- Convert python scripts to support both Python 2 and Python 3

* Thu Jan 10 2019 Eyal Shenitzky <[email protected]> - 1.1.4-1
- Rename all tasks module calls from plural to singular
- Use ovirt_vm.py module from Ansible lib instead local lib ovirt_vms.py module
Expand Down

0 comments on commit ec4ed93

Please sign in to comment.