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

Commit

Permalink
Release 0.2 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
machacekondra authored Feb 20, 2018
1 parent 6f493d7 commit 1a014cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="0.2"
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"
Expand Down
7 changes: 6 additions & 1 deletion ovirt-ansible-disaster-recovery.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,10 @@ sh build.sh install
%license LICENSE

%changelog
* Thu Jan 4 2018 Ondra Machacek <[email protected]> - 1.1.0-1
* Tue Feb 20 2018 Ondra Machacek <[email protected]> - 0.2-1
- Add discard after delete to block storage domains when generate mapping.
- Support cleanup of mapped storage domain.
- Master storage domain should be configured for each setup.

* Thu Jan 4 2018 Ondra Machacek <[email protected]> - 0.1-1
- Initial release

0 comments on commit 1a014cc

Please sign in to comment.