Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
Change-Id: Ic9481e3986ec62887a51e6a61a6b0239e9cad6c7
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra committed Apr 10, 2018
1 parent cd4f302 commit 909c55c
Show file tree
Hide file tree
Showing 2 changed files with 6 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.1.5"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

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

%changelog
* Tue Apr 10 2018 Ondra Machacek <[email protected]> - 1.1.5-1
- Require Ansible 2.5.
- Add hosted_engine parameter.

* Thu Mar 1 2018 Ondra Machacek <[email protected]> - 1.1.4-1
- Don't fail when hosts var is not passed.
- Add login support within role.
Expand Down

0 comments on commit 909c55c

Please sign in to comment.