Skip to content

Commit

Permalink
Release 1.2.0-0.3 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Oct 21, 2020
1 parent 3fc115d commit b174589
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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="1.2.0"
MILESTONE=master
RPM_RELEASE="0.2.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="0.3"

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
5 changes: 5 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Mon Oct 12 2020 Martin Necas <mnecas@redhat.com> - 1.2.0-0.2
- Add role disaster_recovery
- Fix engine_setup yum.conf
- Fix hosted_engine_setup - Allow uppercase characters in mac address

* Mon Oct 12 2020 Martin Necas <mnecas@redhat.com> - 1.2.0-0.2
- Add ovirt_vm_info current_cd
- Add ovirt_nic_info template
Expand Down

0 comments on commit b174589

Please sign in to comment.