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

Commit

Permalink
Release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
machacekondra committed Mar 12, 2019
1 parent af97a2e commit eb6e25c
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.1.9"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

ROLE_NAME="ovirt.engine-setup"
PACKAGE_NAME="ovirt-ansible-engine-setup"
Expand Down
5 changes: 5 additions & 0 deletions ovirt-ansible-engine-setup.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ sh build.sh install
%license LICENSE

%changelog
* Tue Mar 12 2019 Ondra Machacek <omachace@redhat.com> - 1.1.9-1
- Avoid warnings on ansible 2.8.
- Added new answer for cinderlib.
- Change answer to yes in answerfile.

* Fri Feb 22 2019 Ondra Machacek <omachace@redhat.com> - 1.1.8-1
- Get ready for delegate_to.
- Add wait_running_tasks option for upgrade.
Expand Down

0 comments on commit eb6e25c

Please sign in to comment.