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.10 (#51)
Browse files Browse the repository at this point in the history
Change-Id: I334b386ada2d8a752f3a5fdc9df963cd69f224b3
Signed-off-by: Ondra Machacek <[email protected]>
  • Loading branch information
machacekondra authored Nov 21, 2018
1 parent ce07b20 commit 6aa7858
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.10"
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 @@ -59,6 +59,10 @@ sh build.sh install
%license LICENSE

%changelog
* Wed Nov 21 2018 Ondra Machacek <[email protected]> - 1.1.10-1
- Require Ansible 2.7.2.
- Support ovirt.infra name.

* Tue Oct 16 2018 Ondra Machacek <[email protected]> - 1.1.9-1
- Workaround to fix async tasks of PR #44726. gh#46
- Add missing library dir to RPM. gh#45
Expand Down

0 comments on commit 6aa7858

Please sign in to comment.